Uses of Class
software.amazon.awssdk.services.opsworks.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseOpsWorksClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks Stacks.default TagResourceResponseOpsWorksClient. tagResource(TagResourceRequest tagResourceRequest)Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks Stacks.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>OpsWorksAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks Stacks.default CompletableFuture<TagResourceResponse>OpsWorksAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Apply cost-allocation tags to a specified stack or layer in AWS OpsWorks Stacks.
-