Uses of Class
software.amazon.awssdk.services.m2.model.HighAvailabilityConfig
-
Packages that use HighAvailabilityConfig Package Description software.amazon.awssdk.services.m2.model -
-
Uses of HighAvailabilityConfig in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return HighAvailabilityConfig Modifier and Type Method Description HighAvailabilityConfigCreateEnvironmentRequest. highAvailabilityConfig()The details of a high availability configuration for this runtime environment.HighAvailabilityConfigGetEnvironmentResponse. highAvailabilityConfig()The desired capacity of the high availability configuration for the runtime environment.Methods in software.amazon.awssdk.services.m2.model with parameters of type HighAvailabilityConfig Modifier and Type Method Description CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. highAvailabilityConfig(HighAvailabilityConfig highAvailabilityConfig)The details of a high availability configuration for this runtime environment.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. highAvailabilityConfig(HighAvailabilityConfig highAvailabilityConfig)The desired capacity of the high availability configuration for the runtime environment.
-