Uses of Class
software.amazon.awssdk.services.codedeploy.model.RemoveTagsFromOnPremisesInstancesResponse
-
Packages that use RemoveTagsFromOnPremisesInstancesResponse 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 RemoveTagsFromOnPremisesInstancesResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return RemoveTagsFromOnPremisesInstancesResponse Modifier and Type Method Description default RemoveTagsFromOnPremisesInstancesResponseCodeDeployClient. removeTagsFromOnPremisesInstances(Consumer<RemoveTagsFromOnPremisesInstancesRequest.Builder> removeTagsFromOnPremisesInstancesRequest)Removes one or more tags from one or more on-premises instances.default RemoveTagsFromOnPremisesInstancesResponseCodeDeployClient. removeTagsFromOnPremisesInstances(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest)Removes one or more tags from one or more on-premises instances.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type RemoveTagsFromOnPremisesInstancesResponse Modifier and Type Method Description default CompletableFuture<RemoveTagsFromOnPremisesInstancesResponse>CodeDeployAsyncClient. removeTagsFromOnPremisesInstances(Consumer<RemoveTagsFromOnPremisesInstancesRequest.Builder> removeTagsFromOnPremisesInstancesRequest)Removes one or more tags from one or more on-premises instances.default CompletableFuture<RemoveTagsFromOnPremisesInstancesResponse>CodeDeployAsyncClient. removeTagsFromOnPremisesInstances(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest)Removes one or more tags from one or more on-premises instances.
-