Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.RoutingType.Builder
Packages that use RoutingType.Builder
-
Uses of RoutingType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RoutingType.BuilderModifier and TypeMethodDescriptionstatic RoutingType.BuilderRoutingType.builder()default RoutingType.BuilderRoutingType.Builder.failover(Consumer<FailoverType.Builder> failover) The failover configuration that specifies the secondary region and health check settings.RoutingType.Builder.failover(FailoverType failover) The failover configuration that specifies the secondary region and health check settings.RoutingType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type RoutingType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RoutingType.Builder>RoutingType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type RoutingType.BuilderModifier and TypeMethodDescriptionCreateUserPoolDomainRequest.Builder.routing(Consumer<RoutingType.Builder> routing) The configuration of routing for requests to the domain for replicas of a replicated user pool.CreateUserPoolDomainResponse.Builder.routing(Consumer<RoutingType.Builder> routing) The routing configuration that was applied to the user pool domain.default DomainDescriptionType.BuilderDomainDescriptionType.Builder.routing(Consumer<RoutingType.Builder> routing) The routing configuration for the domain, including failover settings for multi-region deployments.UpdateUserPoolDomainRequest.Builder.routing(Consumer<RoutingType.Builder> routing) The routing configuration for the user pool domain.UpdateUserPoolDomainResponse.Builder.routing(Consumer<RoutingType.Builder> routing) The updated routing configuration for the user pool domain.