Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.DescribeDomainChangeProgressResponse.Builder
-
Packages that use DescribeDomainChangeProgressResponse.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of DescribeDomainChangeProgressResponse.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return DescribeDomainChangeProgressResponse.Builder Modifier and Type Method Description static DescribeDomainChangeProgressResponse.BuilderDescribeDomainChangeProgressResponse. builder()default DescribeDomainChangeProgressResponse.BuilderDescribeDomainChangeProgressResponse.Builder. changeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus)Progress information for the configuration change that is requested in theDescribeDomainChangeProgressrequest.DescribeDomainChangeProgressResponse.BuilderDescribeDomainChangeProgressResponse.Builder. changeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)Progress information for the configuration change that is requested in theDescribeDomainChangeProgressrequest.DescribeDomainChangeProgressResponse.BuilderDescribeDomainChangeProgressResponse. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type DescribeDomainChangeProgressResponse.Builder Modifier and Type Method Description static Class<? extends DescribeDomainChangeProgressResponse.Builder>DescribeDomainChangeProgressResponse. serializableBuilderClass()
-