Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
UpdateCollectionDetail |
UpdateCollectionDetail.clone() |
UpdateCollectionDetail |
UpdateCollectionResult.getUpdateCollectionDetail()
Details about the updated collection.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withArn(String arn)
The Amazon Resource Name (ARN) of the collection.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withCreatedDate(Long createdDate)
The date and time when the collection was created.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withDescription(String description)
The description of the collection.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withId(String id)
The unique identifier of the collection.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withLastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withName(String name)
The name of the collection.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withStatus(CollectionStatus status)
The current status of the collection.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withStatus(String status)
The current status of the collection.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withType(CollectionType type)
The collection type.
|
UpdateCollectionDetail |
UpdateCollectionDetail.withType(String type)
The collection type.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateCollectionResult.setUpdateCollectionDetail(UpdateCollectionDetail updateCollectionDetail)
Details about the updated collection.
|
UpdateCollectionResult |
UpdateCollectionResult.withUpdateCollectionDetail(UpdateCollectionDetail updateCollectionDetail)
Details about the updated collection.
|
Copyright © 2023. All rights reserved.