Uses of Class
software.amazon.awssdk.services.servicequotas.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.servicequotas
Methods in software.amazon.awssdk.services.servicequotas with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ServiceQuotasAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags assigned to the specified applied quota.default ListTagsForResourceResponseServiceQuotasClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags assigned to the specified applied quota. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.servicequotas.transform
Methods in software.amazon.awssdk.services.servicequotas.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-