Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
static CollectionStatus |
CollectionStatus.fromValue(String value)
Use this in place of valueOf.
|
static CollectionStatus |
CollectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionStatus[] |
CollectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CollectionFilters |
CollectionFilters.withStatus(CollectionStatus status)
The current status of the collection.
|
DeleteCollectionDetail |
DeleteCollectionDetail.withStatus(CollectionStatus status)
The current status of the collection.
|
CollectionDetail |
CollectionDetail.withStatus(CollectionStatus status)
The current status of the collection.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withStatus(CollectionStatus status)
The current status of the collection.
|
CollectionSummary |
CollectionSummary.withStatus(CollectionStatus status)
The current status of the collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withStatus(CollectionStatus status)
The current status of the collection.
|
Copyright © 2023. All rights reserved.