Uses of Class
software.amazon.awssdk.services.codedeploy.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.codedeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.software.amazon.awssdk.services.codedeploy.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CodeDeployAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates the list of tags in the inputTagsparameter with the resource identified by theResourceArninput parameter.default TagResourceResponseCodeDeployClient. tagResource(TagResourceRequest tagResourceRequest)Associates the list of tags in the inputTagsparameter with the resource identified by theResourceArninput parameter. -
Uses of TagResourceRequest in software.amazon.awssdk.services.codedeploy.transform
Methods in software.amazon.awssdk.services.codedeploy.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-