Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDomainResult> |
AbstractAmazonOpenSearchAsync.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AmazonOpenSearchAsyncClient.createDomainAsync(CreateDomainRequest request,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler) |
Future<CreateDomainResult> |
AmazonOpenSearchAsync.createDomainAsync(CreateDomainRequest createDomainRequest,
AsyncHandler<CreateDomainRequest,CreateDomainResult> asyncHandler)
Creates an Amazon OpenSearch Service domain.
|
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)
Identity and Access Management (IAM) policy document specifying the access policies for the new domain.
|
CreateDomainRequest |
CreateDomainRequest.withAdvancedOptions(Map<String,String> advancedOptions)
Key-value pairs to specify advanced configuration options.
|
CreateDomainRequest |
CreateDomainRequest.withAdvancedSecurityOptions(AdvancedSecurityOptionsInput advancedSecurityOptions)
Options for fine-grained access control.
|
CreateDomainRequest |
CreateDomainRequest.withAutoTuneOptions(AutoTuneOptionsInput autoTuneOptions)
Options for Auto-Tune.
|
CreateDomainRequest |
CreateDomainRequest.withClusterConfig(ClusterConfig clusterConfig)
Container for the cluster configuration of a domain.
|
CreateDomainRequest |
CreateDomainRequest.withCognitoOptions(CognitoOptions cognitoOptions)
Key-value pairs to configure Amazon Cognito authentication.
|
CreateDomainRequest |
CreateDomainRequest.withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
|
CreateDomainRequest |
CreateDomainRequest.withDomainName(String domainName)
Name of the OpenSearch Service domain to create.
|
CreateDomainRequest |
CreateDomainRequest.withEBSOptions(EBSOptions eBSOptions)
Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.
|
CreateDomainRequest |
CreateDomainRequest.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Key-value pairs to enable encryption at rest.
|
CreateDomainRequest |
CreateDomainRequest.withEngineVersion(String engineVersion)
String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch Service
domain.
|
CreateDomainRequest |
CreateDomainRequest.withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Key-value pairs to configure log publishing.
|
CreateDomainRequest |
CreateDomainRequest.withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Enables node-to-node encryption.
|
CreateDomainRequest |
CreateDomainRequest.withOffPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Specifies a daily 10-hour time block during which OpenSearch Service can perform configuration changes on the
domain, including service software updates and Auto-Tune enhancements that require a blue/green deployment.
|
CreateDomainRequest |
CreateDomainRequest.withSnapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.
|
CreateDomainRequest |
CreateDomainRequest.withSoftwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)
Software update options for the domain.
|
CreateDomainRequest |
CreateDomainRequest.withTagList(Collection<Tag> tagList)
List of tags to add to the domain upon creation.
|
CreateDomainRequest |
CreateDomainRequest.withTagList(Tag... tagList)
List of tags to add to the domain upon creation.
|
CreateDomainRequest |
CreateDomainRequest.withVPCOptions(VPCOptions vPCOptions)
Container for the values required to configure VPC access domains.
|
Copyright © 2023. All rights reserved.