Uses of Class
software.amazon.awssdk.services.pinpointemail.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponsePinpointEmailClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieve a list of the tags (keys and values) that are associated with a specified resource.default ListTagsForResourceResponsePinpointEmailClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieve a list of the tags (keys and values) that are associated with a specified resource.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PinpointEmailAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieve a list of the tags (keys and values) that are associated with a specified resource.default CompletableFuture<ListTagsForResourceResponse>PinpointEmailAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieve a list of the tags (keys and values) that are associated with a specified resource.
-