Uses of Class
software.amazon.awssdk.services.codedeploy.model.TagResourceResponse
-
Packages that use TagResourceResponse 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. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCodeDeployClient. tagResource(Consumer<TagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CodeDeployAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the list of tags in the inputTagsparameter with the resource identified by theResourceArninput parameter.default CompletableFuture<TagResourceResponse>CodeDeployAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates the list of tags in the inputTagsparameter with the resource identified by theResourceArninput parameter.
-