| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy | |
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AbstractAmazonCodeDeployAsync.removeTagsFromOnPremisesInstancesAsync(RemoveTagsFromOnPremisesInstancesRequest request,
AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest,Void> asyncHandler) |
Future<Void> |
AmazonCodeDeployAsyncClient.removeTagsFromOnPremisesInstancesAsync(RemoveTagsFromOnPremisesInstancesRequest request,
AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest,Void> asyncHandler) |
Future<Void> |
AmazonCodeDeployAsync.removeTagsFromOnPremisesInstancesAsync(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest,
AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest,Void> asyncHandler)
Removes one or more tags from one or more on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.clone() |
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.withInstanceNames(Collection<String> instanceNames)
The names of the on-premises instances to remove tags from.
|
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.withInstanceNames(String... instanceNames)
The names of the on-premises instances to remove tags from.
|
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.withTags(Collection<Tag> tags)
The tag key-value pairs to remove from the on-premises instances.
|
RemoveTagsFromOnPremisesInstancesRequest |
RemoveTagsFromOnPremisesInstancesRequest.withTags(Tag... tags)
The tag key-value pairs to remove from the on-premises instances.
|
Copyright © 2015. All rights reserved.