Package | Description |
---|---|
com.amazonaws.services.opensearch |
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDomainResult> |
AmazonOpenSearchAsync.createDomainAsync(CreateDomainRequest createDomainRequest,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
Creates a new Amazon OpenSearch Service domain.
|
Future<CreateDomainResult> |
AbstractAmazonOpenSearchAsync.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AmazonOpenSearchAsyncClient.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDomainRequest |
CreateDomainRequest.addAdvancedOptionsEntry(String key,
String value)
Add a single AdvancedOptions entry
|
CreateDomainRequest |
CreateDomainRequest.addLogPublishingOptionsEntry(String key,
LogPublishingOption value)
Add a single LogPublishingOptions entry
|
CreateDomainRequest |
CreateDomainRequest.clearAdvancedOptionsEntries()
Removes all the entries added into AdvancedOptions.
|
CreateDomainRequest |
CreateDomainRequest.clearLogPublishingOptionsEntries()
Removes all the entries added into LogPublishingOptions.
|
CreateDomainRequest |
CreateDomainRequest.clone() |
CreateDomainRequest |
CreateDomainRequest.withAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
|
CreateDomainRequest |
CreateDomainRequest.withAdvancedOptions(Map<String,String> advancedOptions)
Option to allow references to indices in an HTTP request body.
|
CreateDomainRequest |
CreateDomainRequest.withAdvancedSecurityOptions(AdvancedSecurityOptionsInput advancedSecurityOptions)
Specifies advanced security options.
|
CreateDomainRequest |
CreateDomainRequest.withAutoTuneOptions(AutoTuneOptionsInput autoTuneOptions)
Specifies Auto-Tune options.
|
CreateDomainRequest |
CreateDomainRequest.withClusterConfig(ClusterConfig clusterConfig)
Configuration options for a domain.
|
CreateDomainRequest |
CreateDomainRequest.withCognitoOptions(CognitoOptions cognitoOptions)
Options to specify the Cognito user and identity pools for OpenSearch Dashboards authentication.
|
CreateDomainRequest |
CreateDomainRequest.withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Options to specify configurations that will be applied to the domain endpoint.
|
CreateDomainRequest |
CreateDomainRequest.withDomainName(String domainName)
The name of the Amazon OpenSearch Service domain you're creating.
|
CreateDomainRequest |
CreateDomainRequest.withEBSOptions(EBSOptions eBSOptions)
Options to enable, disable, and specify the type and size of EBS storage volumes.
|
CreateDomainRequest |
CreateDomainRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Options for encryption of data at rest.
|
CreateDomainRequest |
CreateDomainRequest.withEngineVersion(String engineVersion)
String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the Amazon OpenSearch
Service domain.
|
CreateDomainRequest |
CreateDomainRequest.withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Map of
LogType and LogPublishingOption , each containing options to publish a given type
of OpenSearch log. |
CreateDomainRequest |
CreateDomainRequest.withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Node-to-node encryption options.
|
CreateDomainRequest |
CreateDomainRequest.withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
CreateDomainRequest |
CreateDomainRequest.withTagList(Collection<Tag> tagList)
A list of
Tag added during domain creation. |
CreateDomainRequest |
CreateDomainRequest.withTagList(Tag... tagList)
A list of
Tag added during domain creation. |
CreateDomainRequest |
CreateDomainRequest.withVPCOptions(VPCOptions vPCOptions)
Options to specify the subnets and security groups for a VPC endpoint.
|
Copyright © 2022. All rights reserved.