Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.GetUpgradeHistoryRequest.Builder
-
Packages that use GetUpgradeHistoryRequest.Builder Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.model -
-
Uses of GetUpgradeHistoryRequest.Builder in software.amazon.awssdk.services.elasticsearch
-
Uses of GetUpgradeHistoryRequest.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return GetUpgradeHistoryRequest.Builder Modifier and Type Method Description static GetUpgradeHistoryRequest.BuilderGetUpgradeHistoryRequest. builder()GetUpgradeHistoryRequest.BuilderGetUpgradeHistoryRequest.Builder. domainName(String domainName)Sets the value of the DomainName property for this object.GetUpgradeHistoryRequest.BuilderGetUpgradeHistoryRequest.Builder. maxResults(Integer maxResults)Sets the value of the MaxResults property for this object.GetUpgradeHistoryRequest.BuilderGetUpgradeHistoryRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.GetUpgradeHistoryRequest.BuilderGetUpgradeHistoryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUpgradeHistoryRequest.BuilderGetUpgradeHistoryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetUpgradeHistoryRequest.BuilderGetUpgradeHistoryRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type GetUpgradeHistoryRequest.Builder Modifier and Type Method Description static Class<? extends GetUpgradeHistoryRequest.Builder>GetUpgradeHistoryRequest. serializableBuilderClass()
-