Uses of Class
software.amazon.awssdk.services.servicequotas.model.GetAssociationForServiceQuotaTemplateResponse
-
Packages that use GetAssociationForServiceQuotaTemplateResponse 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. -
-
Uses of GetAssociationForServiceQuotaTemplateResponse in software.amazon.awssdk.services.servicequotas
Methods in software.amazon.awssdk.services.servicequotas that return GetAssociationForServiceQuotaTemplateResponse Modifier and Type Method Description default GetAssociationForServiceQuotaTemplateResponseServiceQuotasClient. getAssociationForServiceQuotaTemplate(Consumer<GetAssociationForServiceQuotaTemplateRequest.Builder> getAssociationForServiceQuotaTemplateRequest)Retrieves the status of the association for the quota request template.default GetAssociationForServiceQuotaTemplateResponseServiceQuotasClient. getAssociationForServiceQuotaTemplate(GetAssociationForServiceQuotaTemplateRequest getAssociationForServiceQuotaTemplateRequest)Retrieves the status of the association for the quota request template.Methods in software.amazon.awssdk.services.servicequotas that return types with arguments of type GetAssociationForServiceQuotaTemplateResponse Modifier and Type Method Description default CompletableFuture<GetAssociationForServiceQuotaTemplateResponse>ServiceQuotasAsyncClient. getAssociationForServiceQuotaTemplate(Consumer<GetAssociationForServiceQuotaTemplateRequest.Builder> getAssociationForServiceQuotaTemplateRequest)Retrieves the status of the association for the quota request template.default CompletableFuture<GetAssociationForServiceQuotaTemplateResponse>ServiceQuotasAsyncClient. getAssociationForServiceQuotaTemplate(GetAssociationForServiceQuotaTemplateRequest getAssociationForServiceQuotaTemplateRequest)Retrieves the status of the association for the quota request template.
-