public interface AmazonCodeDeployAsync extends AmazonCodeDeploy
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
This is the AWS CodeDeploy API Reference. This guide provides descriptions of the AWS CodeDeploy APIs. For additional information, see the AWS CodeDeploy User Guide.
Using the APIsYou can use the AWS CodeDeploy APIs to work with the following items:
Applications are unique identifiers that AWS CodeDeploy uses to ensure that the correct combinations of revisions, deployment configurations, and deployment groups are being referenced during deployments.
You can use the AWS CodeDeploy APIs to create, delete, get, list, and update applications.
Deployment configurations are sets of deployment rules and deployment success and failure conditions that AWS CodeDeploy uses during deployments.
You can use the AWS CodeDeploy APIs to create, delete, get, and list deployment configurations.
Deployment groups are groups of instances to which application revisions can be deployed.
You can use the AWS CodeDeploy APIs to create, delete, get, list, and update deployment groups.
Instances represent Amazon EC2 instances to which application revisions are deployed. Instances are identified by their Amazon EC2 tags or Auto Scaling group names. Instances belong to deployment groups.
You can use the AWS CodeDeploy APIs to get and list instances.
Deployments represent the process of deploying revisions to instances.
You can use the AWS CodeDeploy APIs to create, get, list, and stop deployments.
Application revisions are archive files that are stored in Amazon S3 buckets or GitHub repositories. These revisions contain source content (such as source code, web pages, executable files, any deployment scripts, and similar) along with an Application Specification file (AppSpec file). (The AppSpec file is unique to AWS CodeDeploy; it defines a series of deployment actions that you want AWS CodeDeploy to execute.) An application revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both (for application revisions that are stored in Amazon S3 buckets) or by its repository name and commit ID (for applications revisions that are stored in GitHub repositories). Application revisions are deployed through deployment groups.
You can use the AWS CodeDeploy APIs to get, list, and register application revisions.
Modifier and Type | Method and Description |
---|---|
Future<Void> |
addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest)
Adds a tag to an on-premises instance.
|
Future<Void> |
addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<AddTagsToOnPremisesInstancesRequest,Void> asyncHandler)
Adds a tag to an on-premises instance.
|
Future<BatchGetApplicationsResult> |
batchGetApplicationsAsync()
Simplified method form for invoking the BatchGetApplications operation.
|
Future<BatchGetApplicationsResult> |
batchGetApplicationsAsync(com.amazonaws.handlers.AsyncHandler<BatchGetApplicationsRequest,BatchGetApplicationsResult> asyncHandler)
Simplified method form for invoking the BatchGetApplications operation
with an AsyncHandler.
|
Future<BatchGetApplicationsResult> |
batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest)
Gets information about one or more applications.
|
Future<BatchGetApplicationsResult> |
batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest,
com.amazonaws.handlers.AsyncHandler<BatchGetApplicationsRequest,BatchGetApplicationsResult> asyncHandler)
Gets information about one or more applications.
|
Future<BatchGetDeploymentsResult> |
batchGetDeploymentsAsync()
Simplified method form for invoking the BatchGetDeployments operation.
|
Future<BatchGetDeploymentsResult> |
batchGetDeploymentsAsync(com.amazonaws.handlers.AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Simplified method form for invoking the BatchGetDeployments operation
with an AsyncHandler.
|
Future<BatchGetDeploymentsResult> |
batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
Future<BatchGetDeploymentsResult> |
batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest,
com.amazonaws.handlers.AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Gets information about one or more deployments.
|
Future<BatchGetOnPremisesInstancesResult> |
batchGetOnPremisesInstancesAsync()
Simplified method form for invoking the BatchGetOnPremisesInstances
operation.
|
Future<BatchGetOnPremisesInstancesResult> |
batchGetOnPremisesInstancesAsync(com.amazonaws.handlers.AsyncHandler<BatchGetOnPremisesInstancesRequest,BatchGetOnPremisesInstancesResult> asyncHandler)
Simplified method form for invoking the BatchGetOnPremisesInstances
operation with an AsyncHandler.
|
Future<BatchGetOnPremisesInstancesResult> |
batchGetOnPremisesInstancesAsync(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest)
Gets information about one or more on-premises instances.
|
Future<BatchGetOnPremisesInstancesResult> |
batchGetOnPremisesInstancesAsync(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<BatchGetOnPremisesInstancesRequest,BatchGetOnPremisesInstancesResult> asyncHandler)
Gets information about one or more on-premises instances.
|
Future<CreateApplicationResult> |
createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates a new application.
|
Future<CreateApplicationResult> |
createApplicationAsync(CreateApplicationRequest createApplicationRequest,
com.amazonaws.handlers.AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates a new application.
|
Future<CreateDeploymentResult> |
createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest)
Deploys an application revision through the specified deployment group.
|
Future<CreateDeploymentResult> |
createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
com.amazonaws.handlers.AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Deploys an application revision through the specified deployment group.
|
Future<CreateDeploymentConfigResult> |
createDeploymentConfigAsync(CreateDeploymentConfigRequest createDeploymentConfigRequest)
Creates a new deployment configuration.
|
Future<CreateDeploymentConfigResult> |
createDeploymentConfigAsync(CreateDeploymentConfigRequest createDeploymentConfigRequest,
com.amazonaws.handlers.AsyncHandler<CreateDeploymentConfigRequest,CreateDeploymentConfigResult> asyncHandler)
Creates a new deployment configuration.
|
Future<CreateDeploymentGroupResult> |
createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a new deployment group for application revisions to be deployed
to.
|
Future<CreateDeploymentGroupResult> |
createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest,
com.amazonaws.handlers.AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
Creates a new deployment group for application revisions to be deployed
to.
|
Future<Void> |
deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application.
|
Future<Void> |
deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest,
com.amazonaws.handlers.AsyncHandler<DeleteApplicationRequest,Void> asyncHandler)
Deletes an application.
|
Future<Void> |
deleteDeploymentConfigAsync(DeleteDeploymentConfigRequest deleteDeploymentConfigRequest)
Deletes a deployment configuration.
|
Future<Void> |
deleteDeploymentConfigAsync(DeleteDeploymentConfigRequest deleteDeploymentConfigRequest,
com.amazonaws.handlers.AsyncHandler<DeleteDeploymentConfigRequest,Void> asyncHandler)
Deletes a deployment configuration.
|
Future<DeleteDeploymentGroupResult> |
deleteDeploymentGroupAsync(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest)
Deletes a deployment group.
|
Future<DeleteDeploymentGroupResult> |
deleteDeploymentGroupAsync(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest,
com.amazonaws.handlers.AsyncHandler<DeleteDeploymentGroupRequest,DeleteDeploymentGroupResult> asyncHandler)
Deletes a deployment group.
|
Future<Void> |
deregisterOnPremisesInstanceAsync(DeregisterOnPremisesInstanceRequest deregisterOnPremisesInstanceRequest)
Deregisters an on-premises instance.
|
Future<Void> |
deregisterOnPremisesInstanceAsync(DeregisterOnPremisesInstanceRequest deregisterOnPremisesInstanceRequest,
com.amazonaws.handlers.AsyncHandler<DeregisterOnPremisesInstanceRequest,Void> asyncHandler)
Deregisters an on-premises instance.
|
Future<GetApplicationResult> |
getApplicationAsync(GetApplicationRequest getApplicationRequest)
Gets information about an application.
|
Future<GetApplicationResult> |
getApplicationAsync(GetApplicationRequest getApplicationRequest,
com.amazonaws.handlers.AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Gets information about an application.
|
Future<GetApplicationRevisionResult> |
getApplicationRevisionAsync(GetApplicationRevisionRequest getApplicationRevisionRequest)
Gets information about an application revision.
|
Future<GetApplicationRevisionResult> |
getApplicationRevisionAsync(GetApplicationRevisionRequest getApplicationRevisionRequest,
com.amazonaws.handlers.AsyncHandler<GetApplicationRevisionRequest,GetApplicationRevisionResult> asyncHandler)
Gets information about an application revision.
|
Future<GetDeploymentResult> |
getDeploymentAsync(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
Future<GetDeploymentResult> |
getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
com.amazonaws.handlers.AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a deployment.
|
Future<GetDeploymentConfigResult> |
getDeploymentConfigAsync(GetDeploymentConfigRequest getDeploymentConfigRequest)
Gets information about a deployment configuration.
|
Future<GetDeploymentConfigResult> |
getDeploymentConfigAsync(GetDeploymentConfigRequest getDeploymentConfigRequest,
com.amazonaws.handlers.AsyncHandler<GetDeploymentConfigRequest,GetDeploymentConfigResult> asyncHandler)
Gets information about a deployment configuration.
|
Future<GetDeploymentGroupResult> |
getDeploymentGroupAsync(GetDeploymentGroupRequest getDeploymentGroupRequest)
Gets information about a deployment group.
|
Future<GetDeploymentGroupResult> |
getDeploymentGroupAsync(GetDeploymentGroupRequest getDeploymentGroupRequest,
com.amazonaws.handlers.AsyncHandler<GetDeploymentGroupRequest,GetDeploymentGroupResult> asyncHandler)
Gets information about a deployment group.
|
Future<GetDeploymentInstanceResult> |
getDeploymentInstanceAsync(GetDeploymentInstanceRequest getDeploymentInstanceRequest)
Gets information about an instance as part of a deployment.
|
Future<GetDeploymentInstanceResult> |
getDeploymentInstanceAsync(GetDeploymentInstanceRequest getDeploymentInstanceRequest,
com.amazonaws.handlers.AsyncHandler<GetDeploymentInstanceRequest,GetDeploymentInstanceResult> asyncHandler)
Gets information about an instance as part of a deployment.
|
Future<GetOnPremisesInstanceResult> |
getOnPremisesInstanceAsync(GetOnPremisesInstanceRequest getOnPremisesInstanceRequest)
Gets information about an on-premises instance.
|
Future<GetOnPremisesInstanceResult> |
getOnPremisesInstanceAsync(GetOnPremisesInstanceRequest getOnPremisesInstanceRequest,
com.amazonaws.handlers.AsyncHandler<GetOnPremisesInstanceRequest,GetOnPremisesInstanceResult> asyncHandler)
Gets information about an on-premises instance.
|
Future<ListApplicationRevisionsResult> |
listApplicationRevisionsAsync(ListApplicationRevisionsRequest listApplicationRevisionsRequest)
Lists information about revisions for an application.
|
Future<ListApplicationRevisionsResult> |
listApplicationRevisionsAsync(ListApplicationRevisionsRequest listApplicationRevisionsRequest,
com.amazonaws.handlers.AsyncHandler<ListApplicationRevisionsRequest,ListApplicationRevisionsResult> asyncHandler)
Lists information about revisions for an application.
|
Future<ListApplicationsResult> |
listApplicationsAsync()
Simplified method form for invoking the ListApplications operation.
|
Future<ListApplicationsResult> |
listApplicationsAsync(com.amazonaws.handlers.AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Simplified method form for invoking the ListApplications operation with
an AsyncHandler.
|
Future<ListApplicationsResult> |
listApplicationsAsync(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the applicable IAM user or AWS
account.
|
Future<ListApplicationsResult> |
listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
com.amazonaws.handlers.AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Lists the applications registered with the applicable IAM user or AWS
account.
|
Future<ListDeploymentConfigsResult> |
listDeploymentConfigsAsync()
Simplified method form for invoking the ListDeploymentConfigs operation.
|
Future<ListDeploymentConfigsResult> |
listDeploymentConfigsAsync(com.amazonaws.handlers.AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Simplified method form for invoking the ListDeploymentConfigs operation
with an AsyncHandler.
|
Future<ListDeploymentConfigsResult> |
listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the applicable IAM user or AWS
account.
|
Future<ListDeploymentConfigsResult> |
listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest,
com.amazonaws.handlers.AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Lists the deployment configurations with the applicable IAM user or AWS
account.
|
Future<ListDeploymentGroupsResult> |
listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the
applicable IAM user or AWS account.
|
Future<ListDeploymentGroupsResult> |
listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest,
com.amazonaws.handlers.AsyncHandler<ListDeploymentGroupsRequest,ListDeploymentGroupsResult> asyncHandler)
Lists the deployment groups for an application registered with the
applicable IAM user or AWS account.
|
Future<ListDeploymentInstancesResult> |
listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instances for a deployment associated with the applicable IAM
user or AWS account.
|
Future<ListDeploymentInstancesResult> |
listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest,
com.amazonaws.handlers.AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the instances for a deployment associated with the applicable IAM
user or AWS account.
|
Future<ListDeploymentsResult> |
listDeploymentsAsync()
Simplified method form for invoking the ListDeployments operation.
|
Future<ListDeploymentsResult> |
listDeploymentsAsync(com.amazonaws.handlers.AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Simplified method form for invoking the ListDeployments operation with an
AsyncHandler.
|
Future<ListDeploymentsResult> |
listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
Future<ListDeploymentsResult> |
listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest,
com.amazonaws.handlers.AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments within a deployment group for an application
registered with the applicable IAM user or AWS account.
|
Future<ListOnPremisesInstancesResult> |
listOnPremisesInstancesAsync()
Simplified method form for invoking the ListOnPremisesInstances
operation.
|
Future<ListOnPremisesInstancesResult> |
listOnPremisesInstancesAsync(com.amazonaws.handlers.AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Simplified method form for invoking the ListOnPremisesInstances operation
with an AsyncHandler.
|
Future<ListOnPremisesInstancesResult> |
listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)
Gets a list of one or more on-premises instance names.
|
Future<ListOnPremisesInstancesResult> |
listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Gets a list of one or more on-premises instance names.
|
Future<Void> |
registerApplicationRevisionAsync(RegisterApplicationRevisionRequest registerApplicationRevisionRequest)
Registers with AWS CodeDeploy a revision for the specified application.
|
Future<Void> |
registerApplicationRevisionAsync(RegisterApplicationRevisionRequest registerApplicationRevisionRequest,
com.amazonaws.handlers.AsyncHandler<RegisterApplicationRevisionRequest,Void> asyncHandler)
Registers with AWS CodeDeploy a revision for the specified application.
|
Future<Void> |
registerOnPremisesInstanceAsync(RegisterOnPremisesInstanceRequest registerOnPremisesInstanceRequest)
Registers an on-premises instance.
|
Future<Void> |
registerOnPremisesInstanceAsync(RegisterOnPremisesInstanceRequest registerOnPremisesInstanceRequest,
com.amazonaws.handlers.AsyncHandler<RegisterOnPremisesInstanceRequest,Void> asyncHandler)
Registers an on-premises instance.
|
Future<Void> |
removeTagsFromOnPremisesInstancesAsync(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest)
Removes one or more tags from one or more on-premises instances.
|
Future<Void> |
removeTagsFromOnPremisesInstancesAsync(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest,Void> asyncHandler)
Removes one or more tags from one or more on-premises instances.
|
Future<StopDeploymentResult> |
stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
Future<StopDeploymentResult> |
stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest,
com.amazonaws.handlers.AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler)
Attempts to stop an ongoing deployment.
|
Future<Void> |
updateApplicationAsync()
Simplified method form for invoking the UpdateApplication operation.
|
Future<Void> |
updateApplicationAsync(com.amazonaws.handlers.AsyncHandler<UpdateApplicationRequest,Void> asyncHandler)
Simplified method form for invoking the UpdateApplication operation with
an AsyncHandler.
|
Future<Void> |
updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
Changes an existing application's name.
|
Future<Void> |
updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
com.amazonaws.handlers.AsyncHandler<UpdateApplicationRequest,Void> asyncHandler)
Changes an existing application's name.
|
Future<UpdateDeploymentGroupResult> |
updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about an existing deployment group.
|
Future<UpdateDeploymentGroupResult> |
updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest,
com.amazonaws.handlers.AsyncHandler<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResult> asyncHandler)
Changes information about an existing deployment group.
|
addTagsToOnPremisesInstances, batchGetApplications, batchGetApplications, batchGetDeployments, batchGetDeployments, batchGetOnPremisesInstances, batchGetOnPremisesInstances, createApplication, createDeployment, createDeploymentConfig, createDeploymentGroup, deleteApplication, deleteDeploymentConfig, deleteDeploymentGroup, deregisterOnPremisesInstance, getApplication, getApplicationRevision, getCachedResponseMetadata, getDeployment, getDeploymentConfig, getDeploymentGroup, getDeploymentInstance, getOnPremisesInstance, listApplicationRevisions, listApplications, listApplications, listDeploymentConfigs, listDeploymentConfigs, listDeploymentGroups, listDeploymentInstances, listDeployments, listDeployments, listOnPremisesInstances, listOnPremisesInstances, registerApplicationRevision, registerOnPremisesInstance, removeTagsFromOnPremisesInstances, setEndpoint, setRegion, shutdown, stopDeployment, updateApplication, updateApplication, updateDeploymentGroup
Future<Void> addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest)
Adds a tag to an on-premises instance.
addTagsToOnPremisesInstancesRequest
- Represents the input of an adds tags to on-premises instance
operation.Future<Void> addTagsToOnPremisesInstancesAsync(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest, com.amazonaws.handlers.AsyncHandler<AddTagsToOnPremisesInstancesRequest,Void> asyncHandler)
Adds a tag to an on-premises instance.
addTagsToOnPremisesInstancesRequest
- Represents the input of an adds tags to on-premises instance
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetApplicationsResult> batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest)
Gets information about one or more applications.
batchGetApplicationsRequest
- Represents the input of a batch get applications operation.Future<BatchGetApplicationsResult> batchGetApplicationsAsync(BatchGetApplicationsRequest batchGetApplicationsRequest, com.amazonaws.handlers.AsyncHandler<BatchGetApplicationsRequest,BatchGetApplicationsResult> asyncHandler)
Gets information about one or more applications.
batchGetApplicationsRequest
- Represents the input of a batch get applications operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetApplicationsResult> batchGetApplicationsAsync()
Future<BatchGetApplicationsResult> batchGetApplicationsAsync(com.amazonaws.handlers.AsyncHandler<BatchGetApplicationsRequest,BatchGetApplicationsResult> asyncHandler)
Future<BatchGetDeploymentsResult> batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
batchGetDeploymentsRequest
- Represents the input of a batch get deployments operation.Future<BatchGetDeploymentsResult> batchGetDeploymentsAsync(BatchGetDeploymentsRequest batchGetDeploymentsRequest, com.amazonaws.handlers.AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Gets information about one or more deployments.
batchGetDeploymentsRequest
- Represents the input of a batch get deployments operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetDeploymentsResult> batchGetDeploymentsAsync()
Future<BatchGetDeploymentsResult> batchGetDeploymentsAsync(com.amazonaws.handlers.AsyncHandler<BatchGetDeploymentsRequest,BatchGetDeploymentsResult> asyncHandler)
Future<BatchGetOnPremisesInstancesResult> batchGetOnPremisesInstancesAsync(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest)
Gets information about one or more on-premises instances.
batchGetOnPremisesInstancesRequest
- Represents the input of a batch get on-premises instances
operation.Future<BatchGetOnPremisesInstancesResult> batchGetOnPremisesInstancesAsync(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest, com.amazonaws.handlers.AsyncHandler<BatchGetOnPremisesInstancesRequest,BatchGetOnPremisesInstancesResult> asyncHandler)
Gets information about one or more on-premises instances.
batchGetOnPremisesInstancesRequest
- Represents the input of a batch get on-premises instances
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchGetOnPremisesInstancesResult> batchGetOnPremisesInstancesAsync()
Future<BatchGetOnPremisesInstancesResult> batchGetOnPremisesInstancesAsync(com.amazonaws.handlers.AsyncHandler<BatchGetOnPremisesInstancesRequest,BatchGetOnPremisesInstancesResult> asyncHandler)
Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates a new application.
createApplicationRequest
- Represents the input of a create application operation.Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest, com.amazonaws.handlers.AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates a new application.
createApplicationRequest
- Represents the input of a create application operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateDeploymentResult> createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest)
Deploys an application revision through the specified deployment group.
createDeploymentRequest
- Represents the input of a create deployment operation.Future<CreateDeploymentResult> createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest, com.amazonaws.handlers.AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Deploys an application revision through the specified deployment group.
createDeploymentRequest
- Represents the input of a create deployment operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateDeploymentConfigResult> createDeploymentConfigAsync(CreateDeploymentConfigRequest createDeploymentConfigRequest)
Creates a new deployment configuration.
createDeploymentConfigRequest
- Represents the input of a create deployment configuration
operation.Future<CreateDeploymentConfigResult> createDeploymentConfigAsync(CreateDeploymentConfigRequest createDeploymentConfigRequest, com.amazonaws.handlers.AsyncHandler<CreateDeploymentConfigRequest,CreateDeploymentConfigResult> asyncHandler)
Creates a new deployment configuration.
createDeploymentConfigRequest
- Represents the input of a create deployment configuration
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateDeploymentGroupResult> createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a new deployment group for application revisions to be deployed to.
createDeploymentGroupRequest
- Represents the input of a create deployment group operation.Future<CreateDeploymentGroupResult> createDeploymentGroupAsync(CreateDeploymentGroupRequest createDeploymentGroupRequest, com.amazonaws.handlers.AsyncHandler<CreateDeploymentGroupRequest,CreateDeploymentGroupResult> asyncHandler)
Creates a new deployment group for application revisions to be deployed to.
createDeploymentGroupRequest
- Represents the input of a create deployment group operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<Void> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application.
deleteApplicationRequest
- Represents the input of a delete application operation.Future<Void> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest, com.amazonaws.handlers.AsyncHandler<DeleteApplicationRequest,Void> asyncHandler)
Deletes an application.
deleteApplicationRequest
- Represents the input of a delete application operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<Void> deleteDeploymentConfigAsync(DeleteDeploymentConfigRequest deleteDeploymentConfigRequest)
Deletes a deployment configuration.
deleteDeploymentConfigRequest
- Represents the input of a delete deployment configuration
operation.Future<Void> deleteDeploymentConfigAsync(DeleteDeploymentConfigRequest deleteDeploymentConfigRequest, com.amazonaws.handlers.AsyncHandler<DeleteDeploymentConfigRequest,Void> asyncHandler)
Deletes a deployment configuration.
deleteDeploymentConfigRequest
- Represents the input of a delete deployment configuration
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteDeploymentGroupResult> deleteDeploymentGroupAsync(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest)
Deletes a deployment group.
deleteDeploymentGroupRequest
- Represents the input of a delete deployment group operation.Future<DeleteDeploymentGroupResult> deleteDeploymentGroupAsync(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest, com.amazonaws.handlers.AsyncHandler<DeleteDeploymentGroupRequest,DeleteDeploymentGroupResult> asyncHandler)
Deletes a deployment group.
deleteDeploymentGroupRequest
- Represents the input of a delete deployment group operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<Void> deregisterOnPremisesInstanceAsync(DeregisterOnPremisesInstanceRequest deregisterOnPremisesInstanceRequest)
Deregisters an on-premises instance.
deregisterOnPremisesInstanceRequest
- Represents the input of a deregister on-premises instance
operation.Future<Void> deregisterOnPremisesInstanceAsync(DeregisterOnPremisesInstanceRequest deregisterOnPremisesInstanceRequest, com.amazonaws.handlers.AsyncHandler<DeregisterOnPremisesInstanceRequest,Void> asyncHandler)
Deregisters an on-premises instance.
deregisterOnPremisesInstanceRequest
- Represents the input of a deregister on-premises instance
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetApplicationResult> getApplicationAsync(GetApplicationRequest getApplicationRequest)
Gets information about an application.
getApplicationRequest
- Represents the input of a get application operation.Future<GetApplicationResult> getApplicationAsync(GetApplicationRequest getApplicationRequest, com.amazonaws.handlers.AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Gets information about an application.
getApplicationRequest
- Represents the input of a get application operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetApplicationRevisionResult> getApplicationRevisionAsync(GetApplicationRevisionRequest getApplicationRevisionRequest)
Gets information about an application revision.
getApplicationRevisionRequest
- Represents the input of a get application revision operation.Future<GetApplicationRevisionResult> getApplicationRevisionAsync(GetApplicationRevisionRequest getApplicationRevisionRequest, com.amazonaws.handlers.AsyncHandler<GetApplicationRevisionRequest,GetApplicationRevisionResult> asyncHandler)
Gets information about an application revision.
getApplicationRevisionRequest
- Represents the input of a get application revision operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDeploymentResult> getDeploymentAsync(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
getDeploymentRequest
- Represents the input of a get deployment operation.Future<GetDeploymentResult> getDeploymentAsync(GetDeploymentRequest getDeploymentRequest, com.amazonaws.handlers.AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a deployment.
getDeploymentRequest
- Represents the input of a get deployment operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDeploymentConfigResult> getDeploymentConfigAsync(GetDeploymentConfigRequest getDeploymentConfigRequest)
Gets information about a deployment configuration.
getDeploymentConfigRequest
- Represents the input of a get deployment configuration operation.Future<GetDeploymentConfigResult> getDeploymentConfigAsync(GetDeploymentConfigRequest getDeploymentConfigRequest, com.amazonaws.handlers.AsyncHandler<GetDeploymentConfigRequest,GetDeploymentConfigResult> asyncHandler)
Gets information about a deployment configuration.
getDeploymentConfigRequest
- Represents the input of a get deployment configuration operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDeploymentGroupResult> getDeploymentGroupAsync(GetDeploymentGroupRequest getDeploymentGroupRequest)
Gets information about a deployment group.
getDeploymentGroupRequest
- Represents the input of a get deployment group operation.Future<GetDeploymentGroupResult> getDeploymentGroupAsync(GetDeploymentGroupRequest getDeploymentGroupRequest, com.amazonaws.handlers.AsyncHandler<GetDeploymentGroupRequest,GetDeploymentGroupResult> asyncHandler)
Gets information about a deployment group.
getDeploymentGroupRequest
- Represents the input of a get deployment group operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDeploymentInstanceResult> getDeploymentInstanceAsync(GetDeploymentInstanceRequest getDeploymentInstanceRequest)
Gets information about an instance as part of a deployment.
getDeploymentInstanceRequest
- Represents the input of a get deployment instance operation.Future<GetDeploymentInstanceResult> getDeploymentInstanceAsync(GetDeploymentInstanceRequest getDeploymentInstanceRequest, com.amazonaws.handlers.AsyncHandler<GetDeploymentInstanceRequest,GetDeploymentInstanceResult> asyncHandler)
Gets information about an instance as part of a deployment.
getDeploymentInstanceRequest
- Represents the input of a get deployment instance operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetOnPremisesInstanceResult> getOnPremisesInstanceAsync(GetOnPremisesInstanceRequest getOnPremisesInstanceRequest)
Gets information about an on-premises instance.
getOnPremisesInstanceRequest
- Represents the input of a get on-premises instance operation.Future<GetOnPremisesInstanceResult> getOnPremisesInstanceAsync(GetOnPremisesInstanceRequest getOnPremisesInstanceRequest, com.amazonaws.handlers.AsyncHandler<GetOnPremisesInstanceRequest,GetOnPremisesInstanceResult> asyncHandler)
Gets information about an on-premises instance.
getOnPremisesInstanceRequest
- Represents the input of a get on-premises instance operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListApplicationRevisionsResult> listApplicationRevisionsAsync(ListApplicationRevisionsRequest listApplicationRevisionsRequest)
Lists information about revisions for an application.
listApplicationRevisionsRequest
- Represents the input of a list application revisions operation.Future<ListApplicationRevisionsResult> listApplicationRevisionsAsync(ListApplicationRevisionsRequest listApplicationRevisionsRequest, com.amazonaws.handlers.AsyncHandler<ListApplicationRevisionsRequest,ListApplicationRevisionsResult> asyncHandler)
Lists information about revisions for an application.
listApplicationRevisionsRequest
- Represents the input of a list application revisions operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the applicable IAM user or AWS account.
listApplicationsRequest
- Represents the input of a list applications operation.Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest listApplicationsRequest, com.amazonaws.handlers.AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Lists the applications registered with the applicable IAM user or AWS account.
listApplicationsRequest
- Represents the input of a list applications operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListApplicationsResult> listApplicationsAsync()
Future<ListApplicationsResult> listApplicationsAsync(com.amazonaws.handlers.AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Future<ListDeploymentConfigsResult> listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the applicable IAM user or AWS account.
listDeploymentConfigsRequest
- Represents the input of a list deployment configurations
operation.Future<ListDeploymentConfigsResult> listDeploymentConfigsAsync(ListDeploymentConfigsRequest listDeploymentConfigsRequest, com.amazonaws.handlers.AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Lists the deployment configurations with the applicable IAM user or AWS account.
listDeploymentConfigsRequest
- Represents the input of a list deployment configurations
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDeploymentConfigsResult> listDeploymentConfigsAsync()
Future<ListDeploymentConfigsResult> listDeploymentConfigsAsync(com.amazonaws.handlers.AsyncHandler<ListDeploymentConfigsRequest,ListDeploymentConfigsResult> asyncHandler)
Future<ListDeploymentGroupsResult> listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the applicable IAM user or AWS account.
listDeploymentGroupsRequest
- Represents the input of a list deployment groups operation.Future<ListDeploymentGroupsResult> listDeploymentGroupsAsync(ListDeploymentGroupsRequest listDeploymentGroupsRequest, com.amazonaws.handlers.AsyncHandler<ListDeploymentGroupsRequest,ListDeploymentGroupsResult> asyncHandler)
Lists the deployment groups for an application registered with the applicable IAM user or AWS account.
listDeploymentGroupsRequest
- Represents the input of a list deployment groups operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDeploymentInstancesResult> listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instances for a deployment associated with the applicable IAM user or AWS account.
listDeploymentInstancesRequest
- Represents the input of a list deployment instances operation.Future<ListDeploymentInstancesResult> listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest, com.amazonaws.handlers.AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the instances for a deployment associated with the applicable IAM user or AWS account.
listDeploymentInstancesRequest
- Represents the input of a list deployment instances operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDeploymentsResult> listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments within a deployment group for an application registered with the applicable IAM user or AWS account.
listDeploymentsRequest
- Represents the input of a list deployments operation.Future<ListDeploymentsResult> listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest, com.amazonaws.handlers.AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Lists the deployments within a deployment group for an application registered with the applicable IAM user or AWS account.
listDeploymentsRequest
- Represents the input of a list deployments operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDeploymentsResult> listDeploymentsAsync()
Future<ListDeploymentsResult> listDeploymentsAsync(com.amazonaws.handlers.AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)
Future<ListOnPremisesInstancesResult> listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)
Gets a list of one or more on-premises instance names.
Unless otherwise specified, both registered and deregistered on-premises instance names will be listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.
listOnPremisesInstancesRequest
- Represents the input of a list on-premises instances operation.Future<ListOnPremisesInstancesResult> listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest, com.amazonaws.handlers.AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Gets a list of one or more on-premises instance names.
Unless otherwise specified, both registered and deregistered on-premises instance names will be listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.
listOnPremisesInstancesRequest
- Represents the input of a list on-premises instances operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListOnPremisesInstancesResult> listOnPremisesInstancesAsync()
Future<ListOnPremisesInstancesResult> listOnPremisesInstancesAsync(com.amazonaws.handlers.AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Future<Void> registerApplicationRevisionAsync(RegisterApplicationRevisionRequest registerApplicationRevisionRequest)
Registers with AWS CodeDeploy a revision for the specified application.
registerApplicationRevisionRequest
- Represents the input of a register application revision operation.Future<Void> registerApplicationRevisionAsync(RegisterApplicationRevisionRequest registerApplicationRevisionRequest, com.amazonaws.handlers.AsyncHandler<RegisterApplicationRevisionRequest,Void> asyncHandler)
Registers with AWS CodeDeploy a revision for the specified application.
registerApplicationRevisionRequest
- Represents the input of a register application revision operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<Void> registerOnPremisesInstanceAsync(RegisterOnPremisesInstanceRequest registerOnPremisesInstanceRequest)
Registers an on-premises instance.
registerOnPremisesInstanceRequest
- Represents the input of register on-premises instance operation.Future<Void> registerOnPremisesInstanceAsync(RegisterOnPremisesInstanceRequest registerOnPremisesInstanceRequest, com.amazonaws.handlers.AsyncHandler<RegisterOnPremisesInstanceRequest,Void> asyncHandler)
Registers an on-premises instance.
registerOnPremisesInstanceRequest
- Represents the input of register on-premises instance operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<Void> removeTagsFromOnPremisesInstancesAsync(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest)
Removes one or more tags from one or more on-premises instances.
removeTagsFromOnPremisesInstancesRequest
- Represents the input of a remove tags from on-premises instances
operation.Future<Void> removeTagsFromOnPremisesInstancesAsync(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest, com.amazonaws.handlers.AsyncHandler<RemoveTagsFromOnPremisesInstancesRequest,Void> asyncHandler)
Removes one or more tags from one or more on-premises instances.
removeTagsFromOnPremisesInstancesRequest
- Represents the input of a remove tags from on-premises instances
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopDeploymentResult> stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
stopDeploymentRequest
- Represents the input of a stop deployment operation.Future<StopDeploymentResult> stopDeploymentAsync(StopDeploymentRequest stopDeploymentRequest, com.amazonaws.handlers.AsyncHandler<StopDeploymentRequest,StopDeploymentResult> asyncHandler)
Attempts to stop an ongoing deployment.
stopDeploymentRequest
- Represents the input of a stop deployment operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<Void> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
Changes an existing application's name.
updateApplicationRequest
- Represents the input of an update application operation.Future<Void> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest, com.amazonaws.handlers.AsyncHandler<UpdateApplicationRequest,Void> asyncHandler)
Changes an existing application's name.
updateApplicationRequest
- Represents the input of an update application operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<Void> updateApplicationAsync()
Future<Void> updateApplicationAsync(com.amazonaws.handlers.AsyncHandler<UpdateApplicationRequest,Void> asyncHandler)
Future<UpdateDeploymentGroupResult> updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about an existing deployment group.
updateDeploymentGroupRequest
- Represents the input of an update deployment group operation.Future<UpdateDeploymentGroupResult> updateDeploymentGroupAsync(UpdateDeploymentGroupRequest updateDeploymentGroupRequest, com.amazonaws.handlers.AsyncHandler<UpdateDeploymentGroupRequest,UpdateDeploymentGroupResult> asyncHandler)
Changes information about an existing deployment group.
updateDeploymentGroupRequest
- Represents the input of an update deployment group operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2015. All rights reserved.