Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
DeleteCollectionDetail |
DeleteCollectionDetail.clone() |
DeleteCollectionDetail |
DeleteCollectionResult.getDeleteCollectionDetail()
Details of the deleted collection.
|
DeleteCollectionDetail |
DeleteCollectionDetail.withId(String id)
The unique identifier of the collection.
|
DeleteCollectionDetail |
DeleteCollectionDetail.withName(String name)
The name of the collection.
|
DeleteCollectionDetail |
DeleteCollectionDetail.withStatus(CollectionStatus status)
The current status of the collection.
|
DeleteCollectionDetail |
DeleteCollectionDetail.withStatus(String status)
The current status of the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteCollectionResult.setDeleteCollectionDetail(DeleteCollectionDetail deleteCollectionDetail)
Details of the deleted collection.
|
DeleteCollectionResult |
DeleteCollectionResult.withDeleteCollectionDetail(DeleteCollectionDetail deleteCollectionDetail)
Details of the deleted collection.
|
Copyright © 2023. All rights reserved.