Uses of Class
software.amazon.awssdk.services.pinpoint.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponsePinpointClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.default ListTagsForResourceResponsePinpointClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PinpointAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.default CompletableFuture<ListTagsForResourceResponse>PinpointAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.
-