Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.FailoverType.Builder
Packages that use FailoverType.Builder
-
Uses of FailoverType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return FailoverType.BuilderModifier and TypeMethodDescriptionstatic FailoverType.BuilderFailoverType.builder()FailoverType.Builder.primaryRoute53HealthCheckId(String primaryRoute53HealthCheckId) The ID of the Amazon Web Services Route53 healthcheck that controls routing.FailoverType.Builder.secondaryRegion(String secondaryRegion) The secondary Amazon Web Services Region to use for failover when the primary region becomes unavailable.FailoverType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type FailoverType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FailoverType.Builder>FailoverType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type FailoverType.BuilderModifier and TypeMethodDescriptiondefault RoutingType.BuilderRoutingType.Builder.failover(Consumer<FailoverType.Builder> failover) The failover configuration that specifies the secondary region and health check settings.