| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
default AddTagsToOnPremisesInstancesResponse |
CodeDeployClient.addTagsToOnPremisesInstances(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest)
Adds tags to on-premises instances.
|
default BatchGetApplicationRevisionsResponse |
CodeDeployClient.batchGetApplicationRevisions(BatchGetApplicationRevisionsRequest batchGetApplicationRevisionsRequest)
Gets information about one or more application revisions.
|
default BatchGetApplicationsResponse |
CodeDeployClient.batchGetApplications(BatchGetApplicationsRequest batchGetApplicationsRequest)
Gets information about one or more applications.
|
default BatchGetDeploymentGroupsResponse |
CodeDeployClient.batchGetDeploymentGroups(BatchGetDeploymentGroupsRequest batchGetDeploymentGroupsRequest)
Gets information about one or more deployment groups.
|
default BatchGetDeploymentInstancesResponse |
CodeDeployClient.batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest batchGetDeploymentInstancesRequest)
Gets information about one or more instance that are part of a deployment group.
|
default BatchGetDeploymentsResponse |
CodeDeployClient.batchGetDeployments(BatchGetDeploymentsRequest batchGetDeploymentsRequest)
Gets information about one or more deployments.
|
default BatchGetOnPremisesInstancesResponse |
CodeDeployClient.batchGetOnPremisesInstances(BatchGetOnPremisesInstancesRequest batchGetOnPremisesInstancesRequest)
Gets information about one or more on-premises instances.
|
default ContinueDeploymentResponse |
CodeDeployClient.continueDeployment(ContinueDeploymentRequest continueDeploymentRequest)
For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment
to instances in the replacement environment without waiting for a specified wait time to elapse.
|
default CreateApplicationResponse |
CodeDeployClient.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application.
|
default CreateDeploymentResponse |
CodeDeployClient.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Deploys an application revision through the specified deployment group.
|
default CreateDeploymentConfigResponse |
CodeDeployClient.createDeploymentConfig(CreateDeploymentConfigRequest createDeploymentConfigRequest)
Creates a deployment configuration.
|
default CreateDeploymentGroupResponse |
CodeDeployClient.createDeploymentGroup(CreateDeploymentGroupRequest createDeploymentGroupRequest)
Creates a deployment group to which application revisions will be deployed.
|
default DeleteApplicationResponse |
CodeDeployClient.deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application.
|
default DeleteDeploymentConfigResponse |
CodeDeployClient.deleteDeploymentConfig(DeleteDeploymentConfigRequest deleteDeploymentConfigRequest)
Deletes a deployment configuration.
|
default DeleteDeploymentGroupResponse |
CodeDeployClient.deleteDeploymentGroup(DeleteDeploymentGroupRequest deleteDeploymentGroupRequest)
Deletes a deployment group.
|
default DeregisterOnPremisesInstanceResponse |
CodeDeployClient.deregisterOnPremisesInstance(DeregisterOnPremisesInstanceRequest deregisterOnPremisesInstanceRequest)
Deregisters an on-premises instance.
|
default GetApplicationResponse |
CodeDeployClient.getApplication(GetApplicationRequest getApplicationRequest)
Gets information about an application.
|
default GetApplicationRevisionResponse |
CodeDeployClient.getApplicationRevision(GetApplicationRevisionRequest getApplicationRevisionRequest)
Gets information about an application revision.
|
default GetDeploymentResponse |
CodeDeployClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
default GetDeploymentConfigResponse |
CodeDeployClient.getDeploymentConfig(GetDeploymentConfigRequest getDeploymentConfigRequest)
Gets information about a deployment configuration.
|
default GetDeploymentGroupResponse |
CodeDeployClient.getDeploymentGroup(GetDeploymentGroupRequest getDeploymentGroupRequest)
Gets information about a deployment group.
|
default GetDeploymentInstanceResponse |
CodeDeployClient.getDeploymentInstance(GetDeploymentInstanceRequest getDeploymentInstanceRequest)
Gets information about an instance as part of a deployment.
|
default GetOnPremisesInstanceResponse |
CodeDeployClient.getOnPremisesInstance(GetOnPremisesInstanceRequest getOnPremisesInstanceRequest)
Gets information about an on-premises instance.
|
default ListApplicationRevisionsResponse |
CodeDeployClient.listApplicationRevisions(ListApplicationRevisionsRequest listApplicationRevisionsRequest)
Lists information about revisions for an application.
|
default ListApplicationsResponse |
CodeDeployClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the applicable IAM user or AWS account.
|
default ListDeploymentConfigsResponse |
CodeDeployClient.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the applicable IAM user or AWS account.
|
default ListDeploymentGroupsResponse |
CodeDeployClient.listDeploymentGroups(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the applicable IAM user or AWS account.
|
default ListDeploymentInstancesResponse |
CodeDeployClient.listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instance for a deployment associated with the applicable IAM user or AWS account.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS
account.
|
default ListGitHubAccountTokenNamesResponse |
CodeDeployClient.listGitHubAccountTokenNames(ListGitHubAccountTokenNamesRequest listGitHubAccountTokenNamesRequest)
Lists the names of stored connections to GitHub accounts.
|
default ListOnPremisesInstancesResponse |
CodeDeployClient.listOnPremisesInstances(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)
Gets a list of names for one or more on-premises instances.
|
default RegisterApplicationRevisionResponse |
CodeDeployClient.registerApplicationRevision(RegisterApplicationRevisionRequest registerApplicationRevisionRequest)
Registers with AWS CodeDeploy a revision for the specified application.
|
default RegisterOnPremisesInstanceResponse |
CodeDeployClient.registerOnPremisesInstance(RegisterOnPremisesInstanceRequest registerOnPremisesInstanceRequest)
Registers an on-premises instance.
|
default RemoveTagsFromOnPremisesInstancesResponse |
CodeDeployClient.removeTagsFromOnPremisesInstances(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest)
Removes one or more tags from one or more on-premises instances.
|
default SkipWaitTimeForInstanceTerminationResponse |
CodeDeployClient.skipWaitTimeForInstanceTermination(SkipWaitTimeForInstanceTerminationRequest skipWaitTimeForInstanceTerminationRequest)
In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after
the traffic routing is completed.
|
default StopDeploymentResponse |
CodeDeployClient.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
default UpdateApplicationResponse |
CodeDeployClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Changes the name of an application.
|
default UpdateDeploymentGroupResponse |
CodeDeployClient.updateDeploymentGroup(UpdateDeploymentGroupRequest updateDeploymentGroupRequest)
Changes information about a deployment group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlarmsLimitExceededException
The maximum number of alarms for a deployment group (10) was exceeded.
|
class |
ApplicationAlreadyExistsException
An application with the specified name already exists with the applicable IAM user or AWS account.
|
class |
ApplicationDoesNotExistException
The application does not exist with the applicable IAM user or AWS account.
|
class |
ApplicationLimitExceededException
More applications were attempted to be created than are allowed.
|
class |
ApplicationNameRequiredException
The minimum number of required application names was not specified.
|
class |
BatchLimitExceededException
The maximum number of names or IDs allowed for this request (100) was exceeded.
|
class |
BucketNameFilterRequiredException
A bucket name is required, but was not provided.
|
class |
DeploymentAlreadyCompletedException
The deployment is already complete.
|
class |
DeploymentConfigAlreadyExistsException
A deployment configuration with the specified name already exists with the applicable IAM user or AWS account.
|
class |
DeploymentConfigDoesNotExistException
The deployment configuration does not exist with the applicable IAM user or AWS account.
|
class |
DeploymentConfigInUseException
The deployment configuration is still in use.
|
class |
DeploymentConfigLimitExceededException
The deployment configurations limit was exceeded.
|
class |
DeploymentConfigNameRequiredException
The deployment configuration name was not specified.
|
class |
DeploymentDoesNotExistException
The deployment does not exist with the applicable IAM user or AWS account.
|
class |
DeploymentGroupAlreadyExistsException
A deployment group with the specified name already exists with the applicable IAM user or AWS account.
|
class |
DeploymentGroupDoesNotExistException
The named deployment group does not exist with the applicable IAM user or AWS account.
|
class |
DeploymentGroupLimitExceededException
The deployment groups limit was exceeded.
|
class |
DeploymentGroupNameRequiredException
The deployment group name was not specified.
|
class |
DeploymentIdRequiredException
At least one deployment ID must be specified.
|
class |
DeploymentIsNotInReadyStateException
The deployment does not have a status of Ready and can't continue yet.
|
class |
DeploymentLimitExceededException
The number of allowed deployments was exceeded.
|
class |
DeploymentNotStartedException
The specified deployment has not started.
|
class |
DescriptionTooLongException
The description is too long.
|
class |
IamArnRequiredException
No IAM ARN was included in the request.
|
class |
IamSessionArnAlreadyRegisteredException
The request included an IAM session ARN that has already been used to register a different instance.
|
class |
IamUserArnAlreadyRegisteredException
The specified IAM user ARN is already registered with an on-premises instance.
|
class |
IamUserArnRequiredException
An IAM user ARN was not specified.
|
class |
InstanceDoesNotExistException
The specified instance does not exist in the deployment group.
|
class |
InstanceIdRequiredException
The instance ID was not specified.
|
class |
InstanceLimitExceededException
The maximum number of allowed on-premises instances in a single call was exceeded.
|
class |
InstanceNameAlreadyRegisteredException
The specified on-premises instance name is already registered.
|
class |
InstanceNameRequiredException
An on-premises instance name was not specified.
|
class |
InstanceNotRegisteredException
The specified on-premises instance is not registered.
|
class |
InvalidAlarmConfigException
The format of the alarm configuration is invalid.
|
class |
InvalidApplicationNameException
The application name was specified in an invalid format.
|
class |
InvalidAutoRollbackConfigException
The automatic rollback configuration was specified in an invalid format.
|
class |
InvalidAutoScalingGroupException
The Auto Scaling group was specified in an invalid format or does not exist.
|
class |
InvalidBlueGreenDeploymentConfigurationException
The configuration for the blue/green deployment group was provided in an invalid format.
|
class |
InvalidBucketNameFilterException
The bucket name either doesn't exist or was specified in an invalid format.
|
class |
InvalidDeployedStateFilterException
The deployed state filter was specified in an invalid format.
|
class |
InvalidDeploymentConfigNameException
The deployment configuration name was specified in an invalid format.
|
class |
InvalidDeploymentGroupNameException
The deployment group name was specified in an invalid format.
|
class |
InvalidDeploymentIdException
At least one of the deployment IDs was specified in an invalid format.
|
class |
InvalidDeploymentInstanceTypeException
An instance type was specified for an in-place deployment.
|
class |
InvalidDeploymentStatusException
The specified deployment status doesn't exist or cannot be determined.
|
class |
InvalidDeploymentStyleException
An invalid deployment style was specified.
|
class |
InvalidEC2TagException
The tag was specified in an invalid format.
|
class |
InvalidFileExistsBehaviorException
An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy handles files or directories that
already exist in a deployment target location but weren't part of the previous successful deployment.
|
class |
InvalidIamSessionArnException
The IAM session ARN was specified in an invalid format.
|
class |
InvalidIamUserArnException
The IAM user ARN was specified in an invalid format.
|
class |
InvalidInstanceNameException
The specified on-premises instance name was specified in an invalid format.
|
class |
InvalidInstanceStatusException
The specified instance status does not exist.
|
class |
InvalidInstanceTypeException
An invalid instance type was specified for instances in a blue/green deployment.
|
class |
InvalidKeyPrefixFilterException
The specified key prefix filter was specified in an invalid format.
|
class |
InvalidLoadBalancerInfoException
An invalid load balancer name, or no load balancer name, was specified.
|
class |
InvalidMinimumHealthyHostValueException
The minimum healthy instance value was specified in an invalid format.
|
class |
InvalidNextTokenException
The next token was specified in an invalid format.
|
class |
InvalidOperationException
An invalid operation was detected.
|
class |
InvalidRegistrationStatusException
The registration status was specified in an invalid format.
|
class |
InvalidRevisionException
The revision was specified in an invalid format.
|
class |
InvalidRoleException
The service role ARN was specified in an invalid format.
|
class |
InvalidSortByException
The column name to sort by is either not present or was specified in an invalid format.
|
class |
InvalidSortOrderException
The sort order was specified in an invalid format.
|
class |
InvalidTagException
The specified tag was specified in an invalid format.
|
class |
InvalidTagFilterException
The specified tag filter was specified in an invalid format.
|
class |
InvalidTargetInstancesException
The target instance configuration is invalid.
|
class |
InvalidTimeRangeException
The specified time range was specified in an invalid format.
|
class |
InvalidTriggerConfigException
The trigger was specified in an invalid format.
|
class |
LifecycleHookLimitExceededException
The limit for lifecycle hooks was exceeded.
|
class |
MultipleIamArnsProvidedException
Both an IAM user ARN and an IAM session ARN were included in the request.
|
class |
ResourceValidationException
The specified resource could not be validated.
|
class |
RevisionDoesNotExistException
The named revision does not exist with the applicable IAM user or AWS account.
|
class |
RevisionRequiredException
The revision ID was not specified.
|
class |
RoleRequiredException
The role ID was not specified.
|
class |
TagLimitExceededException
The maximum allowed number of tags was exceeded.
|
class |
TagRequiredException
A tag was not specified.
|
class |
TriggerTargetsLimitExceededException
The maximum allowed number of triggers was exceeded.
|
class |
UnsupportedActionForDeploymentTypeException
A call was submitted that is not supported for the specified deployment type.
|
Copyright © 2017. All rights reserved.