Uses of Interface
software.amazon.awssdk.services.servicequotas.model.ListRequestedServiceQuotaChangeHistoryRequest.Builder
-
Packages that use ListRequestedServiceQuotaChangeHistoryRequest.Builder Package Description software.amazon.awssdk.services.servicequotas With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow.software.amazon.awssdk.services.servicequotas.model -
-
Uses of ListRequestedServiceQuotaChangeHistoryRequest.Builder in software.amazon.awssdk.services.servicequotas
Method parameters in software.amazon.awssdk.services.servicequotas with type arguments of type ListRequestedServiceQuotaChangeHistoryRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRequestedServiceQuotaChangeHistoryResponse>ServiceQuotasAsyncClient. listRequestedServiceQuotaChangeHistory(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)Retrieves the quota increase requests for the specified Amazon Web Service.default ListRequestedServiceQuotaChangeHistoryResponseServiceQuotasClient. listRequestedServiceQuotaChangeHistory(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)Retrieves the quota increase requests for the specified Amazon Web Service.default ListRequestedServiceQuotaChangeHistoryPublisherServiceQuotasAsyncClient. listRequestedServiceQuotaChangeHistoryPaginator(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)Retrieves the quota increase requests for the specified Amazon Web Service.default ListRequestedServiceQuotaChangeHistoryIterableServiceQuotasClient. listRequestedServiceQuotaChangeHistoryPaginator(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)Retrieves the quota increase requests for the specified Amazon Web Service. -
Uses of ListRequestedServiceQuotaChangeHistoryRequest.Builder in software.amazon.awssdk.services.servicequotas.model
Methods in software.amazon.awssdk.services.servicequotas.model that return ListRequestedServiceQuotaChangeHistoryRequest.Builder Modifier and Type Method Description static ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest. builder()ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. maxResults(Integer maxResults)Specifies the maximum number of results that you want included on each page of the response.ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. nextToken(String nextToken)Specifies a value for receiving additional results after you receive aNextTokenresponse in a previous request.ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. quotaRequestedAtLevel(String quotaRequestedAtLevel)Specifies at which level within the Amazon Web Services account the quota request applies to.ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)Specifies at which level within the Amazon Web Services account the quota request applies to.ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. serviceCode(String serviceCode)Specifies the service identifier.ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. status(String status)Specifies that you want to filter the results to only the requests with the matching status.ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. status(RequestStatus status)Specifies that you want to filter the results to only the requests with the matching status.ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest. toBuilder()Methods in software.amazon.awssdk.services.servicequotas.model that return types with arguments of type ListRequestedServiceQuotaChangeHistoryRequest.Builder Modifier and Type Method Description static Class<? extends ListRequestedServiceQuotaChangeHistoryRequest.Builder>ListRequestedServiceQuotaChangeHistoryRequest. serializableBuilderClass()
-