Uses of Class
software.amazon.awssdk.services.codedeploy.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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 ListTagsForResourceResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseCodeDeployClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN).default ListTagsForResourceResponseCodeDeployClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CodeDeployAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN).default CompletableFuture<ListTagsForResourceResponse>CodeDeployAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN).
-