Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
CollectionDetail |
CollectionDetail.clone() |
CollectionDetail |
CollectionDetail.withArn(String arn)
The Amazon Resource Name (ARN) of the collection.
|
CollectionDetail |
CollectionDetail.withCollectionEndpoint(String collectionEndpoint)
Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless
collection.
|
CollectionDetail |
CollectionDetail.withCreatedDate(Long createdDate)
The Epoch time when the collection was created.
|
CollectionDetail |
CollectionDetail.withDashboardEndpoint(String dashboardEndpoint)
Collection-specific endpoint used to access OpenSearch Dashboards.
|
CollectionDetail |
CollectionDetail.withDescription(String description)
A description of the collection.
|
CollectionDetail |
CollectionDetail.withId(String id)
A unique identifier for the collection.
|
CollectionDetail |
CollectionDetail.withKmsKeyArn(String kmsKeyArn)
The ARN of the Amazon Web Services KMS key used to encrypt the collection.
|
CollectionDetail |
CollectionDetail.withLastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
|
CollectionDetail |
CollectionDetail.withName(String name)
The name of the collection.
|
CollectionDetail |
CollectionDetail.withStatus(CollectionStatus status)
The current status of the collection.
|
CollectionDetail |
CollectionDetail.withStatus(String status)
The current status of the collection.
|
CollectionDetail |
CollectionDetail.withType(CollectionType type)
The type of collection.
|
CollectionDetail |
CollectionDetail.withType(String type)
The type of collection.
|
Modifier and Type | Method and Description |
---|---|
List<CollectionDetail> |
BatchGetCollectionResult.getCollectionDetails()
Details about each collection.
|
Modifier and Type | Method and Description |
---|---|
BatchGetCollectionResult |
BatchGetCollectionResult.withCollectionDetails(CollectionDetail... collectionDetails)
Details about each collection.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetCollectionResult.setCollectionDetails(Collection<CollectionDetail> collectionDetails)
Details about each collection.
|
BatchGetCollectionResult |
BatchGetCollectionResult.withCollectionDetails(Collection<CollectionDetail> collectionDetails)
Details about each collection.
|
Copyright © 2023. All rights reserved.