| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AddTagsToOnPremisesInstancesResult> |
AmazonCodeDeployAsyncClient.addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest request,
AsyncHandler<AddTagsToOnPremisesInstancesRequest,AddTagsToOnPremisesInstancesResult> asyncHandler) |
Future<AddTagsToOnPremisesInstancesResult> |
AbstractAmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest request,
AsyncHandler<AddTagsToOnPremisesInstancesRequest,AddTagsToOnPremisesInstancesResult> asyncHandler) |
Future<AddTagsToOnPremisesInstancesResult> |
AmazonCodeDeployAsync.addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest,
AsyncHandler<AddTagsToOnPremisesInstancesRequest,AddTagsToOnPremisesInstancesResult> asyncHandler)
Adds tags to on-premises instances.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.clone() |
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withInstanceNames(Collection<String> instanceNames)
The names of the on-premises instances to which to add tags.
|
AddTagsToOnPremisesInstancesRequest |
AddTagsToOnPremisesInstancesRequest.withInstanceNames(String... instanceNames)
The names of the on-premises instances to which to add tags.
|
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 © 2023. All rights reserved.