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