Uses of Class
software.amazon.awssdk.services.pinpoint.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return TagResourceResponse Modifier and Type Method Description default TagResourceResponsePinpointClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags (keys and values) to an application, campaign, message template, or segment.default TagResourceResponsePinpointClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags (keys and values) to an application, campaign, message template, or segment.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PinpointAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags (keys and values) to an application, campaign, message template, or segment.default CompletableFuture<TagResourceResponse>PinpointAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags (keys and values) to an application, campaign, message template, or segment.
-