Uses of Class
com.amazonaws.services.codedeploy.model.AddTagsToOnPremisesInstancesRequest
Packages that use AddTagsToOnPremisesInstancesRequest
-
Uses of AddTagsToOnPremisesInstancesRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type AddTagsToOnPremisesInstancesRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.addTagsToOnPremisesInstances
(AddTagsToOnPremisesInstancesRequest request) AmazonCodeDeploy.addTagsToOnPremisesInstances
(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest) Adds tags to on-premises instances.AmazonCodeDeployClient.addTagsToOnPremisesInstances
(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest) Adds tags to on-premises instances.AbstractAmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync
(AddTagsToOnPremisesInstancesRequest request) AbstractAmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync
(AddTagsToOnPremisesInstancesRequest request, AsyncHandler<AddTagsToOnPremisesInstancesRequest, AddTagsToOnPremisesInstancesResult> asyncHandler) AmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync
(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest) Adds tags to on-premises instances.AmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync
(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest, AsyncHandler<AddTagsToOnPremisesInstancesRequest, AddTagsToOnPremisesInstancesResult> asyncHandler) Adds tags to on-premises instances.AmazonCodeDeployAsyncClient.addTagsToOnPremisesInstancesAsync
(AddTagsToOnPremisesInstancesRequest request) AmazonCodeDeployAsyncClient.addTagsToOnPremisesInstancesAsync
(AddTagsToOnPremisesInstancesRequest request, AsyncHandler<AddTagsToOnPremisesInstancesRequest, AddTagsToOnPremisesInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type AddTagsToOnPremisesInstancesRequestModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync
(AddTagsToOnPremisesInstancesRequest request, AsyncHandler<AddTagsToOnPremisesInstancesRequest, AddTagsToOnPremisesInstancesResult> asyncHandler) AmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync
(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest, AsyncHandler<AddTagsToOnPremisesInstancesRequest, AddTagsToOnPremisesInstancesResult> asyncHandler) Adds tags to on-premises instances.AmazonCodeDeployAsyncClient.addTagsToOnPremisesInstancesAsync
(AddTagsToOnPremisesInstancesRequest request, AsyncHandler<AddTagsToOnPremisesInstancesRequest, AddTagsToOnPremisesInstancesResult> asyncHandler) -
Uses of AddTagsToOnPremisesInstancesRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return AddTagsToOnPremisesInstancesRequestModifier and TypeMethodDescriptionAddTagsToOnPremisesInstancesRequest.clone()
AddTagsToOnPremisesInstancesRequest.withInstanceNames
(String... instanceNames) The names of the on-premises instances to which to add tags.AddTagsToOnPremisesInstancesRequest.withInstanceNames
(Collection<String> instanceNames) The names of the on-premises instances to which to add tags.The tag key-value pairs to add to the on-premises instances.AddTagsToOnPremisesInstancesRequest.withTags
(Collection<Tag> tags) The tag key-value pairs to add to the on-premises instances.