Uses of Class
software.amazon.awssdk.services.opsworks.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>OpsWorksAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-