Uses of Class
software.amazon.awssdk.services.databasemigration.model.ElasticsearchSettings
Packages that use ElasticsearchSettings
-
Uses of ElasticsearchSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ElasticsearchSettingsModifier and TypeMethodDescriptionfinal ElasticsearchSettingsCreateEndpointRequest.elasticsearchSettings()Settings in JSON format for the target OpenSearch endpoint.final ElasticsearchSettingsEndpoint.elasticsearchSettings()The settings for the OpenSearch source endpoint.final ElasticsearchSettingsModifyEndpointRequest.elasticsearchSettings()Settings in JSON format for the target OpenSearch endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ElasticsearchSettingsModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.elasticsearchSettings(ElasticsearchSettings elasticsearchSettings) Settings in JSON format for the target OpenSearch endpoint.Endpoint.Builder.elasticsearchSettings(ElasticsearchSettings elasticsearchSettings) The settings for the OpenSearch source endpoint.ModifyEndpointRequest.Builder.elasticsearchSettings(ElasticsearchSettings elasticsearchSettings) Settings in JSON format for the target OpenSearch endpoint.