Uses of Class
com.amazonaws.services.codedeploy.model.RemoveTagsFromOnPremisesInstancesRequest
Packages that use RemoveTagsFromOnPremisesInstancesRequest
-
Uses of RemoveTagsFromOnPremisesInstancesRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type RemoveTagsFromOnPremisesInstancesRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.removeTagsFromOnPremisesInstances
(RemoveTagsFromOnPremisesInstancesRequest request) AmazonCodeDeploy.removeTagsFromOnPremisesInstances
(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest) Removes one or more tags from one or more on-premises instances.AmazonCodeDeployClient.removeTagsFromOnPremisesInstances
(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest) Removes one or more tags from one or more on-premises instances.AbstractAmazonCodeDeployAsync.removeTagsFromOnPremisesInstancesAsync
(RemoveTagsFromOnPremisesInstancesRequest request) AbstractAmazonCodeDeployAsync.removeTagsFromOnPremisesInstancesAsync
(RemoveTagsFromOnPremisesInstancesRequest request, AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest, RemoveTagsFromOnPremisesInstancesResult> asyncHandler) AmazonCodeDeployAsync.removeTagsFromOnPremisesInstancesAsync
(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest) Removes one or more tags from one or more on-premises instances.AmazonCodeDeployAsync.removeTagsFromOnPremisesInstancesAsync
(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest, AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest, RemoveTagsFromOnPremisesInstancesResult> asyncHandler) Removes one or more tags from one or more on-premises instances.AmazonCodeDeployAsyncClient.removeTagsFromOnPremisesInstancesAsync
(RemoveTagsFromOnPremisesInstancesRequest request) AmazonCodeDeployAsyncClient.removeTagsFromOnPremisesInstancesAsync
(RemoveTagsFromOnPremisesInstancesRequest request, AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest, RemoveTagsFromOnPremisesInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type RemoveTagsFromOnPremisesInstancesRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.removeTagsFromOnPremisesInstancesAsync
(RemoveTagsFromOnPremisesInstancesRequest request, AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest, RemoveTagsFromOnPremisesInstancesResult> asyncHandler) AmazonCodeDeployAsync.removeTagsFromOnPremisesInstancesAsync
(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest, AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest, RemoveTagsFromOnPremisesInstancesResult> asyncHandler) Removes one or more tags from one or more on-premises instances.AmazonCodeDeployAsyncClient.removeTagsFromOnPremisesInstancesAsync
(RemoveTagsFromOnPremisesInstancesRequest request, AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest, RemoveTagsFromOnPremisesInstancesResult> asyncHandler) -
Uses of RemoveTagsFromOnPremisesInstancesRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return RemoveTagsFromOnPremisesInstancesRequestModifier and TypeMethodDescriptionRemoveTagsFromOnPremisesInstancesRequest.clone()
RemoveTagsFromOnPremisesInstancesRequest.withInstanceNames
(String... instanceNames) The names of the on-premises instances from which to remove tags.RemoveTagsFromOnPremisesInstancesRequest.withInstanceNames
(Collection<String> instanceNames) The names of the on-premises instances from which to remove tags.The tag key-value pairs to remove from the on-premises instances.RemoveTagsFromOnPremisesInstancesRequest.withTags
(Collection<Tag> tags) The tag key-value pairs to remove from the on-premises instances.