Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.RoutingType
Packages that use RoutingType
-
Uses of RoutingType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RoutingTypeModifier and TypeMethodDescriptionfinal RoutingTypeCreateUserPoolDomainRequest.routing()The configuration of routing for requests to the domain for replicas of a replicated user pool.final RoutingTypeCreateUserPoolDomainResponse.routing()The routing configuration that was applied to the user pool domain.final RoutingTypeDomainDescriptionType.routing()The routing configuration for the domain, including failover settings for multi-region deployments.final RoutingTypeUpdateUserPoolDomainRequest.routing()The routing configuration for the user pool domain.final RoutingTypeUpdateUserPoolDomainResponse.routing()The updated routing configuration for the user pool domain.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type RoutingTypeModifier and TypeMethodDescriptionCreateUserPoolDomainRequest.Builder.routing(RoutingType routing) The configuration of routing for requests to the domain for replicas of a replicated user pool.CreateUserPoolDomainResponse.Builder.routing(RoutingType routing) The routing configuration that was applied to the user pool domain.DomainDescriptionType.Builder.routing(RoutingType routing) The routing configuration for the domain, including failover settings for multi-region deployments.UpdateUserPoolDomainRequest.Builder.routing(RoutingType routing) The routing configuration for the user pool domain.UpdateUserPoolDomainResponse.Builder.routing(RoutingType routing) The updated routing configuration for the user pool domain.