Uses of Class
software.amazon.awssdk.services.opsworkscm.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseOpsWorksCmClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies tags to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server, or to server backups.default TagResourceResponseOpsWorksCmClient. tagResource(TagResourceRequest tagResourceRequest)Applies tags to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server, or to server backups.Methods in software.amazon.awssdk.services.opsworkscm that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>OpsWorksCmAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies tags to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server, or to server backups.default CompletableFuture<TagResourceResponse>OpsWorksCmAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies tags to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server, or to server backups.
-