| Package | Description |
|---|---|
| com.amazonaws.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static StandbyReplicas |
StandbyReplicas.fromValue(String value)
Use this in place of valueOf.
|
static StandbyReplicas |
StandbyReplicas.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCollectionDetail |
CreateCollectionDetail.withStandbyReplicas(StandbyReplicas standbyReplicas)
Creates details about an OpenSearch Serverless collection.
|
CollectionDetail |
CollectionDetail.withStandbyReplicas(StandbyReplicas standbyReplicas)
Details about an OpenSearch Serverless collection.
|
CreateCollectionRequest |
CreateCollectionRequest.withStandbyReplicas(StandbyReplicas standbyReplicas)
Indicates whether standby replicas should be used for a collection.
|
Copyright © 2024. All rights reserved.