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