Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.GetUpgradeStatusRequest.Builder
-
Packages that use GetUpgradeStatusRequest.Builder Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.model -
-
Uses of GetUpgradeStatusRequest.Builder in software.amazon.awssdk.services.elasticsearch
Method parameters in software.amazon.awssdk.services.elasticsearch with type arguments of type GetUpgradeStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<GetUpgradeStatusResponse>ElasticsearchAsyncClient. getUpgradeStatus(Consumer<GetUpgradeStatusRequest.Builder> getUpgradeStatusRequest)Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.default GetUpgradeStatusResponseElasticsearchClient. getUpgradeStatus(Consumer<GetUpgradeStatusRequest.Builder> getUpgradeStatusRequest)Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain. -
Uses of GetUpgradeStatusRequest.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return GetUpgradeStatusRequest.Builder Modifier and Type Method Description static GetUpgradeStatusRequest.BuilderGetUpgradeStatusRequest. builder()GetUpgradeStatusRequest.BuilderGetUpgradeStatusRequest.Builder. domainName(String domainName)Sets the value of the DomainName property for this object.GetUpgradeStatusRequest.BuilderGetUpgradeStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUpgradeStatusRequest.BuilderGetUpgradeStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetUpgradeStatusRequest.BuilderGetUpgradeStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type GetUpgradeStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetUpgradeStatusRequest.Builder>GetUpgradeStatusRequest. serializableBuilderClass()
-