Uses of Class
software.amazon.awssdk.services.ssmsap.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.ssmsap This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSsmSapClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Creates tag for a resource by specifying the ARN.default TagResourceResponseSsmSapClient. tagResource(TagResourceRequest tagResourceRequest)Creates tag for a resource by specifying the ARN.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SsmSapAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Creates tag for a resource by specifying the ARN.default CompletableFuture<TagResourceResponse>SsmSapAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Creates tag for a resource by specifying the ARN.
-