| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy | |
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonCodeDeployClient.addTagsToOnPremisesInstances(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest)
Adds a tag to an on-premises instance.
|
void |
AmazonCodeDeploy.addTagsToOnPremisesInstances(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest)
Adds a tag to an on-premises instance.
|
Future<Void> |
AmazonCodeDeployAsyncClient.addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest) |
Future<Void> |
AmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest)
Adds a tag to an on-premises instance.
|
Future<Void> |
AmazonCodeDeployAsyncClient.addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<AddTagsToOnPremisesInstancesRequest,Void> asyncHandler) |
Future<Void> |
AmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<AddTagsToOnPremisesInstancesRequest,Void> asyncHandler)
Adds a tag to an on-premises instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonCodeDeployAsyncClient.addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<AddTagsToOnPremisesInstancesRequest,Void> asyncHandler) |
Future<Void> |
AmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<AddTagsToOnPremisesInstancesRequest,Void> asyncHandler)
Adds a tag to an on-premises instance.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.clone() |
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withInstanceNames(Collection<String> instanceNames)
The names of the on-premises instances to add tags to.
|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withInstanceNames(String... instanceNames)
The names of the on-premises instances to add tags to.
|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withTags(Collection<Tag> tags)
The tag key-value pairs to add to the on-premises instances.
|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withTags(Tag... tags)
The tag key-value pairs to add to the on-premises instances.
|
Copyright © 2015. All rights reserved.