Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponsePinpointSmsVoiceV2Client. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List all tags associated with a resource.default ListTagsForResourceResponsePinpointSmsVoiceV2Client. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all tags associated with a resource.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PinpointSmsVoiceV2AsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List all tags associated with a resource.default CompletableFuture<ListTagsForResourceResponse>PinpointSmsVoiceV2AsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all tags associated with a resource.
-