Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.StandbyReplicas
-
Packages that use StandbyReplicas Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of StandbyReplicas in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return StandbyReplicas Modifier and Type Method Description static StandbyReplicasStandbyReplicas. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StandbyReplicasCollectionDetail. standbyReplicas()Details about an OpenSearch Serverless collection.StandbyReplicasCreateCollectionDetail. standbyReplicas()Creates details about an OpenSearch Serverless collection.StandbyReplicasCreateCollectionRequest. standbyReplicas()Indicates whether standby replicas should be used for a collection.static StandbyReplicasStandbyReplicas. valueOf(String name)Returns the enum constant of this type with the specified name.static StandbyReplicas[]StandbyReplicas. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type StandbyReplicas Modifier and Type Method Description static Set<StandbyReplicas>StandbyReplicas. knownValues()Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type StandbyReplicas Modifier and Type Method Description CollectionDetail.BuilderCollectionDetail.Builder. standbyReplicas(StandbyReplicas standbyReplicas)Details about an OpenSearch Serverless collection.CreateCollectionDetail.BuilderCreateCollectionDetail.Builder. standbyReplicas(StandbyReplicas standbyReplicas)Creates details about an OpenSearch Serverless collection.CreateCollectionRequest.BuilderCreateCollectionRequest.Builder. standbyReplicas(StandbyReplicas standbyReplicas)Indicates whether standby replicas should be used for a collection.
-