Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
CollectionSummary |
CollectionSummary.clone() |
CollectionSummary |
CollectionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the collection.
|
CollectionSummary |
CollectionSummary.withId(String id)
The unique identifier of the collection.
|
CollectionSummary |
CollectionSummary.withName(String name)
The name of the collection.
|
CollectionSummary |
CollectionSummary.withStatus(CollectionStatus status)
The current status of the collection.
|
CollectionSummary |
CollectionSummary.withStatus(String status)
The current status of the collection.
|
Modifier and Type | Method and Description |
---|---|
List<CollectionSummary> |
ListCollectionsResult.getCollectionSummaries()
Details about each collection.
|
Modifier and Type | Method and Description |
---|---|
ListCollectionsResult |
ListCollectionsResult.withCollectionSummaries(CollectionSummary... collectionSummaries)
Details about each collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ListCollectionsResult.setCollectionSummaries(Collection<CollectionSummary> collectionSummaries)
Details about each collection.
|
ListCollectionsResult |
ListCollectionsResult.withCollectionSummaries(Collection<CollectionSummary> collectionSummaries)
Details about each collection.
|
Copyright © 2023. All rights reserved.