Uses of Interface
software.amazon.awssdk.services.opensearch.model.DescribeDryRunProgressRequest.Builder
-
Packages that use DescribeDryRunProgressRequest.Builder Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.model -
-
Uses of DescribeDryRunProgressRequest.Builder in software.amazon.awssdk.services.opensearch
Method parameters in software.amazon.awssdk.services.opensearch with type arguments of type DescribeDryRunProgressRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeDryRunProgressResponse>OpenSearchAsyncClient. describeDryRunProgress(Consumer<DescribeDryRunProgressRequest.Builder> describeDryRunProgressRequest)Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain.default DescribeDryRunProgressResponseOpenSearchClient. describeDryRunProgress(Consumer<DescribeDryRunProgressRequest.Builder> describeDryRunProgressRequest)Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain. -
Uses of DescribeDryRunProgressRequest.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DescribeDryRunProgressRequest.Builder Modifier and Type Method Description static DescribeDryRunProgressRequest.BuilderDescribeDryRunProgressRequest. builder()DescribeDryRunProgressRequest.BuilderDescribeDryRunProgressRequest.Builder. domainName(String domainName)The name of the domain.DescribeDryRunProgressRequest.BuilderDescribeDryRunProgressRequest.Builder. dryRunId(String dryRunId)The unique identifier of the dry run.DescribeDryRunProgressRequest.BuilderDescribeDryRunProgressRequest.Builder. loadDryRunConfig(Boolean loadDryRunConfig)Whether to include the configuration of the dry run in the response.DescribeDryRunProgressRequest.BuilderDescribeDryRunProgressRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDryRunProgressRequest.BuilderDescribeDryRunProgressRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDryRunProgressRequest.BuilderDescribeDryRunProgressRequest. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DescribeDryRunProgressRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDryRunProgressRequest.Builder>DescribeDryRunProgressRequest. serializableBuilderClass()
-