Class AbstractAmazonCodeDeploy
- java.lang.Object
-
- com.amazonaws.services.codedeploy.AbstractAmazonCodeDeploy
-
- All Implemented Interfaces:
AmazonCodeDeploy
- Direct Known Subclasses:
AbstractAmazonCodeDeployAsync
public class AbstractAmazonCodeDeploy extends Object implements AmazonCodeDeploy
Abstract implementation ofAmazonCodeDeploy. Convenient method forms pass through to the corresponding overload that takes a request object, which throws anUnsupportedOperationException.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAmazonCodeDeploy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddTagsToOnPremisesInstancesResultaddTagsToOnPremisesInstances(AddTagsToOnPremisesInstancesRequest request)Adds tags to on-premises instances.BatchGetApplicationRevisionsResultbatchGetApplicationRevisions(BatchGetApplicationRevisionsRequest request)Gets information about one or more application revisions.BatchGetApplicationsResultbatchGetApplications()Simplified method form for invoking the BatchGetApplications operation.BatchGetApplicationsResultbatchGetApplications(BatchGetApplicationsRequest request)Gets information about one or more applications.BatchGetDeploymentGroupsResultbatchGetDeploymentGroups(BatchGetDeploymentGroupsRequest request)Get information about one or more deployment groups.BatchGetDeploymentInstancesResultbatchGetDeploymentInstances(BatchGetDeploymentInstancesRequest request)Gets information about one or more instance that are part of a deployment group.BatchGetDeploymentsResultbatchGetDeployments()Simplified method form for invoking the BatchGetDeployments operation.BatchGetDeploymentsResultbatchGetDeployments(BatchGetDeploymentsRequest request)Gets information about one or more deployments.BatchGetOnPremisesInstancesResultbatchGetOnPremisesInstances()Simplified method form for invoking the BatchGetOnPremisesInstances operation.BatchGetOnPremisesInstancesResultbatchGetOnPremisesInstances(BatchGetOnPremisesInstancesRequest request)Gets information about one or more on-premises instances.CreateApplicationResultcreateApplication(CreateApplicationRequest request)Creates an application.CreateDeploymentResultcreateDeployment(CreateDeploymentRequest request)Deploys an application revision through the specified deployment group.CreateDeploymentConfigResultcreateDeploymentConfig(CreateDeploymentConfigRequest request)Creates a deployment configuration.CreateDeploymentGroupResultcreateDeploymentGroup(CreateDeploymentGroupRequest request)Creates a deployment group to which application revisions will be deployed.DeleteApplicationResultdeleteApplication(DeleteApplicationRequest request)Deletes an application.DeleteDeploymentConfigResultdeleteDeploymentConfig(DeleteDeploymentConfigRequest request)Deletes a deployment configuration.DeleteDeploymentGroupResultdeleteDeploymentGroup(DeleteDeploymentGroupRequest request)Deletes a deployment group.DeregisterOnPremisesInstanceResultderegisterOnPremisesInstance(DeregisterOnPremisesInstanceRequest request)Deregisters an on-premises instance.GetApplicationResultgetApplication(GetApplicationRequest request)Gets information about an application.GetApplicationRevisionResultgetApplicationRevision(GetApplicationRevisionRequest request)Gets information about an application revision.ResponseMetadatagetCachedResponseMetadata(AmazonWebServiceRequest request)Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.GetDeploymentResultgetDeployment(GetDeploymentRequest request)Gets information about a deployment.GetDeploymentConfigResultgetDeploymentConfig(GetDeploymentConfigRequest request)Gets information about a deployment configuration.GetDeploymentGroupResultgetDeploymentGroup(GetDeploymentGroupRequest request)Gets information about a deployment group.GetDeploymentInstanceResultgetDeploymentInstance(GetDeploymentInstanceRequest request)Gets information about an instance as part of a deployment.GetOnPremisesInstanceResultgetOnPremisesInstance(GetOnPremisesInstanceRequest request)Gets information about an on-premises instance.ListApplicationRevisionsResultlistApplicationRevisions(ListApplicationRevisionsRequest request)Lists information about revisions for an application.ListApplicationsResultlistApplications()Simplified method form for invoking the ListApplications operation.ListApplicationsResultlistApplications(ListApplicationsRequest request)Lists the applications registered with the applicable IAM user or AWS account.ListDeploymentConfigsResultlistDeploymentConfigs()Simplified method form for invoking the ListDeploymentConfigs operation.ListDeploymentConfigsResultlistDeploymentConfigs(ListDeploymentConfigsRequest request)Lists the deployment configurations with the applicable IAM user or AWS account.ListDeploymentGroupsResultlistDeploymentGroups(ListDeploymentGroupsRequest request)Lists the deployment groups for an application registered with the applicable IAM user or AWS account.ListDeploymentInstancesResultlistDeploymentInstances(ListDeploymentInstancesRequest request)Lists the instance for a deployment associated with the applicable IAM user or AWS account.ListDeploymentsResultlistDeployments()Simplified method form for invoking the ListDeployments operation.ListDeploymentsResultlistDeployments(ListDeploymentsRequest request)Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.ListOnPremisesInstancesResultlistOnPremisesInstances()Simplified method form for invoking the ListOnPremisesInstances operation.ListOnPremisesInstancesResultlistOnPremisesInstances(ListOnPremisesInstancesRequest request)Gets a list of names for one or more on-premises instances.RegisterApplicationRevisionResultregisterApplicationRevision(RegisterApplicationRevisionRequest request)Registers with AWS CodeDeploy a revision for the specified application.RegisterOnPremisesInstanceResultregisterOnPremisesInstance(RegisterOnPremisesInstanceRequest request)Registers an on-premises instance.RemoveTagsFromOnPremisesInstancesResultremoveTagsFromOnPremisesInstances(RemoveTagsFromOnPremisesInstancesRequest request)Removes one or more tags from one or more on-premises instances.voidsetEndpoint(String endpoint)Overrides the default endpoint for this client ("https://codedeploy.us-east-1.amazonaws.com").voidsetRegion(Region region)An alternative toAmazonCodeDeploy.setEndpoint(String), sets the regional endpoint for this client's service calls.voidshutdown()Shuts down this client object, releasing any resources that might be held open.StopDeploymentResultstopDeployment(StopDeploymentRequest request)Attempts to stop an ongoing deployment.UpdateApplicationResultupdateApplication()Simplified method form for invoking the UpdateApplication operation.UpdateApplicationResultupdateApplication(UpdateApplicationRequest request)Changes the name of an application.UpdateDeploymentGroupResultupdateDeploymentGroup(UpdateDeploymentGroupRequest request)Changes information about a deployment group.
-
-
-
Method Detail
-
setEndpoint
public void setEndpoint(String endpoint)
Description copied from interface:AmazonCodeDeployOverrides the default endpoint for this client ("https://codedeploy.us-east-1.amazonaws.com"). Callers can use this method to control which AWS region they want to work with.Callers can pass in just the endpoint (ex: "codedeploy.us-east-1.amazonaws.com") or a full URL, including the protocol (ex: "https://codedeploy.us-east-1.amazonaws.com"). If the protocol is not specified here, the default protocol from this client's
ClientConfigurationwill be used, which by default is HTTPS.For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: http://developer.amazonwebservices.com/connect/entry.jspa?externalID= 3912
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
- Specified by:
setEndpointin interfaceAmazonCodeDeploy- Parameters:
endpoint- The endpoint (ex: "codedeploy.us-east-1.amazonaws.com") or a full URL, including the protocol (ex: "https://codedeploy.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will communicate with.
-
setRegion
public void setRegion(Region region)
Description copied from interface:AmazonCodeDeployAn alternative toAmazonCodeDeploy.setEndpoint(String), sets the regional endpoint for this client's service calls. Callers can use this method to control which AWS region they want to work with.By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
ClientConfigurationsupplied at construction.This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
- Specified by:
setRegionin interfaceAmazonCodeDeploy- Parameters:
region- The region this client will communicate with. SeeRegion.getRegion(com.amazonaws.regions.Regions)for accessing a given region. Must not be null and must be a region where the service is available.- See Also:
Region.getRegion(com.amazonaws.regions.Regions),Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration),Region.isServiceSupported(String)
-
addTagsToOnPremisesInstances
public AddTagsToOnPremisesInstancesResult addTagsToOnPremisesInstances(AddTagsToOnPremisesInstancesRequest request)
Description copied from interface:AmazonCodeDeployAdds tags to on-premises instances.
- Specified by:
addTagsToOnPremisesInstancesin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of, and adds tags to, an on-premises instance operation.- Returns:
- Result of the AddTagsToOnPremisesInstances operation returned by the service.
-
batchGetApplicationRevisions
public BatchGetApplicationRevisionsResult batchGetApplicationRevisions(BatchGetApplicationRevisionsRequest request)
Description copied from interface:AmazonCodeDeployGets information about one or more application revisions.
- Specified by:
batchGetApplicationRevisionsin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a batch get application revisions operation.- Returns:
- Result of the BatchGetApplicationRevisions operation returned by the service.
-
batchGetApplications
public BatchGetApplicationsResult batchGetApplications(BatchGetApplicationsRequest request)
Description copied from interface:AmazonCodeDeployGets information about one or more applications.
- Specified by:
batchGetApplicationsin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a batch get applications operation.- Returns:
- Result of the BatchGetApplications operation returned by the service.
-
batchGetApplications
public BatchGetApplicationsResult batchGetApplications()
Description copied from interface:AmazonCodeDeploySimplified method form for invoking the BatchGetApplications operation.- Specified by:
batchGetApplicationsin interfaceAmazonCodeDeploy- See Also:
AmazonCodeDeploy.batchGetApplications(BatchGetApplicationsRequest)
-
batchGetDeploymentGroups
public BatchGetDeploymentGroupsResult batchGetDeploymentGroups(BatchGetDeploymentGroupsRequest request)
Description copied from interface:AmazonCodeDeployGet information about one or more deployment groups.
- Specified by:
batchGetDeploymentGroupsin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a batch get deployment groups operation.- Returns:
- Result of the BatchGetDeploymentGroups operation returned by the service.
-
batchGetDeploymentInstances
public BatchGetDeploymentInstancesResult batchGetDeploymentInstances(BatchGetDeploymentInstancesRequest request)
Description copied from interface:AmazonCodeDeployGets information about one or more instance that are part of a deployment group.
- Specified by:
batchGetDeploymentInstancesin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a batch get deployment instances operation.- Returns:
- Result of the BatchGetDeploymentInstances operation returned by the service.
-
batchGetDeployments
public BatchGetDeploymentsResult batchGetDeployments(BatchGetDeploymentsRequest request)
Description copied from interface:AmazonCodeDeployGets information about one or more deployments.
- Specified by:
batchGetDeploymentsin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a batch get deployments operation.- Returns:
- Result of the BatchGetDeployments operation returned by the service.
-
batchGetDeployments
public BatchGetDeploymentsResult batchGetDeployments()
Description copied from interface:AmazonCodeDeploySimplified method form for invoking the BatchGetDeployments operation.- Specified by:
batchGetDeploymentsin interfaceAmazonCodeDeploy- See Also:
AmazonCodeDeploy.batchGetDeployments(BatchGetDeploymentsRequest)
-
batchGetOnPremisesInstances
public BatchGetOnPremisesInstancesResult batchGetOnPremisesInstances(BatchGetOnPremisesInstancesRequest request)
Description copied from interface:AmazonCodeDeployGets information about one or more on-premises instances.
- Specified by:
batchGetOnPremisesInstancesin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a batch get on-premises instances operation.- Returns:
- Result of the BatchGetOnPremisesInstances operation returned by the service.
-
batchGetOnPremisesInstances
public BatchGetOnPremisesInstancesResult batchGetOnPremisesInstances()
Description copied from interface:AmazonCodeDeploySimplified method form for invoking the BatchGetOnPremisesInstances operation.- Specified by:
batchGetOnPremisesInstancesin interfaceAmazonCodeDeploy- See Also:
AmazonCodeDeploy.batchGetOnPremisesInstances(BatchGetOnPremisesInstancesRequest)
-
createApplication
public CreateApplicationResult createApplication(CreateApplicationRequest request)
Description copied from interface:AmazonCodeDeployCreates an application.
- Specified by:
createApplicationin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a create application operation.- Returns:
- Result of the CreateApplication operation returned by the service.
-
createDeployment
public CreateDeploymentResult createDeployment(CreateDeploymentRequest request)
Description copied from interface:AmazonCodeDeployDeploys an application revision through the specified deployment group.
- Specified by:
createDeploymentin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a create deployment operation.- Returns:
- Result of the CreateDeployment operation returned by the service.
-
createDeploymentConfig
public CreateDeploymentConfigResult createDeploymentConfig(CreateDeploymentConfigRequest request)
Description copied from interface:AmazonCodeDeployCreates a deployment configuration.
- Specified by:
createDeploymentConfigin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a create deployment configuration operation.- Returns:
- Result of the CreateDeploymentConfig operation returned by the service.
-
createDeploymentGroup
public CreateDeploymentGroupResult createDeploymentGroup(CreateDeploymentGroupRequest request)
Description copied from interface:AmazonCodeDeployCreates a deployment group to which application revisions will be deployed.
- Specified by:
createDeploymentGroupin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a create deployment group operation.- Returns:
- Result of the CreateDeploymentGroup operation returned by the service.
-
deleteApplication
public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
Description copied from interface:AmazonCodeDeployDeletes an application.
- Specified by:
deleteApplicationin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a delete application operation.- Returns:
- Result of the DeleteApplication operation returned by the service.
-
deleteDeploymentConfig
public DeleteDeploymentConfigResult deleteDeploymentConfig(DeleteDeploymentConfigRequest request)
Description copied from interface:AmazonCodeDeployDeletes a deployment configuration.
A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted. - Specified by:
deleteDeploymentConfigin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a delete deployment configuration operation.- Returns:
- Result of the DeleteDeploymentConfig operation returned by the service.
-
deleteDeploymentGroup
public DeleteDeploymentGroupResult deleteDeploymentGroup(DeleteDeploymentGroupRequest request)
Description copied from interface:AmazonCodeDeployDeletes a deployment group.
- Specified by:
deleteDeploymentGroupin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a delete deployment group operation.- Returns:
- Result of the DeleteDeploymentGroup operation returned by the service.
-
deregisterOnPremisesInstance
public DeregisterOnPremisesInstanceResult deregisterOnPremisesInstance(DeregisterOnPremisesInstanceRequest request)
Description copied from interface:AmazonCodeDeployDeregisters an on-premises instance.
- Specified by:
deregisterOnPremisesInstancein interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a deregister on-premises instance operation.- Returns:
- Result of the DeregisterOnPremisesInstance operation returned by the service.
-
getApplication
public GetApplicationResult getApplication(GetApplicationRequest request)
Description copied from interface:AmazonCodeDeployGets information about an application.
- Specified by:
getApplicationin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a get application operation.- Returns:
- Result of the GetApplication operation returned by the service.
-
getApplicationRevision
public GetApplicationRevisionResult getApplicationRevision(GetApplicationRevisionRequest request)
Description copied from interface:AmazonCodeDeployGets information about an application revision.
- Specified by:
getApplicationRevisionin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a get application revision operation.- Returns:
- Result of the GetApplicationRevision operation returned by the service.
-
getDeployment
public GetDeploymentResult getDeployment(GetDeploymentRequest request)
Description copied from interface:AmazonCodeDeployGets information about a deployment.
- Specified by:
getDeploymentin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a get deployment operation.- Returns:
- Result of the GetDeployment operation returned by the service.
-
getDeploymentConfig
public GetDeploymentConfigResult getDeploymentConfig(GetDeploymentConfigRequest request)
Description copied from interface:AmazonCodeDeployGets information about a deployment configuration.
- Specified by:
getDeploymentConfigin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a get deployment configuration operation.- Returns:
- Result of the GetDeploymentConfig operation returned by the service.
-
getDeploymentGroup
public GetDeploymentGroupResult getDeploymentGroup(GetDeploymentGroupRequest request)
Description copied from interface:AmazonCodeDeployGets information about a deployment group.
- Specified by:
getDeploymentGroupin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a get deployment group operation.- Returns:
- Result of the GetDeploymentGroup operation returned by the service.
-
getDeploymentInstance
public GetDeploymentInstanceResult getDeploymentInstance(GetDeploymentInstanceRequest request)
Description copied from interface:AmazonCodeDeployGets information about an instance as part of a deployment.
- Specified by:
getDeploymentInstancein interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a get deployment instance operation.- Returns:
- Result of the GetDeploymentInstance operation returned by the service.
-
getOnPremisesInstance
public GetOnPremisesInstanceResult getOnPremisesInstance(GetOnPremisesInstanceRequest request)
Description copied from interface:AmazonCodeDeployGets information about an on-premises instance.
- Specified by:
getOnPremisesInstancein interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a get on-premises instance operation.- Returns:
- Result of the GetOnPremisesInstance operation returned by the service.
-
listApplicationRevisions
public ListApplicationRevisionsResult listApplicationRevisions(ListApplicationRevisionsRequest request)
Description copied from interface:AmazonCodeDeployLists information about revisions for an application.
- Specified by:
listApplicationRevisionsin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a list application revisions operation.- Returns:
- Result of the ListApplicationRevisions operation returned by the service.
-
listApplications
public ListApplicationsResult listApplications(ListApplicationsRequest request)
Description copied from interface:AmazonCodeDeployLists the applications registered with the applicable IAM user or AWS account.
- Specified by:
listApplicationsin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a list applications operation.- Returns:
- Result of the ListApplications operation returned by the service.
-
listApplications
public ListApplicationsResult listApplications()
Description copied from interface:AmazonCodeDeploySimplified method form for invoking the ListApplications operation.- Specified by:
listApplicationsin interfaceAmazonCodeDeploy- See Also:
AmazonCodeDeploy.listApplications(ListApplicationsRequest)
-
listDeploymentConfigs
public ListDeploymentConfigsResult listDeploymentConfigs(ListDeploymentConfigsRequest request)
Description copied from interface:AmazonCodeDeployLists the deployment configurations with the applicable IAM user or AWS account.
- Specified by:
listDeploymentConfigsin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a list deployment configurations operation.- Returns:
- Result of the ListDeploymentConfigs operation returned by the service.
-
listDeploymentConfigs
public ListDeploymentConfigsResult listDeploymentConfigs()
Description copied from interface:AmazonCodeDeploySimplified method form for invoking the ListDeploymentConfigs operation.- Specified by:
listDeploymentConfigsin interfaceAmazonCodeDeploy- See Also:
AmazonCodeDeploy.listDeploymentConfigs(ListDeploymentConfigsRequest)
-
listDeploymentGroups
public ListDeploymentGroupsResult listDeploymentGroups(ListDeploymentGroupsRequest request)
Description copied from interface:AmazonCodeDeployLists the deployment groups for an application registered with the applicable IAM user or AWS account.
- Specified by:
listDeploymentGroupsin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a list deployment groups operation.- Returns:
- Result of the ListDeploymentGroups operation returned by the service.
-
listDeploymentInstances
public ListDeploymentInstancesResult listDeploymentInstances(ListDeploymentInstancesRequest request)
Description copied from interface:AmazonCodeDeployLists the instance for a deployment associated with the applicable IAM user or AWS account.
- Specified by:
listDeploymentInstancesin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a list deployment instances operation.- Returns:
- Result of the ListDeploymentInstances operation returned by the service.
-
listDeployments
public ListDeploymentsResult listDeployments(ListDeploymentsRequest request)
Description copied from interface:AmazonCodeDeployLists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.
- Specified by:
listDeploymentsin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a list deployments operation.- Returns:
- Result of the ListDeployments operation returned by the service.
-
listDeployments
public ListDeploymentsResult listDeployments()
Description copied from interface:AmazonCodeDeploySimplified method form for invoking the ListDeployments operation.- Specified by:
listDeploymentsin interfaceAmazonCodeDeploy- See Also:
AmazonCodeDeploy.listDeployments(ListDeploymentsRequest)
-
listOnPremisesInstances
public ListOnPremisesInstancesResult listOnPremisesInstances(ListOnPremisesInstancesRequest request)
Description copied from interface:AmazonCodeDeployGets a list of names for one or more on-premises instances.
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.
- Specified by:
listOnPremisesInstancesin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a list on-premises instances operation.- Returns:
- Result of the ListOnPremisesInstances operation returned by the service.
-
listOnPremisesInstances
public ListOnPremisesInstancesResult listOnPremisesInstances()
Description copied from interface:AmazonCodeDeploySimplified method form for invoking the ListOnPremisesInstances operation.- Specified by:
listOnPremisesInstancesin interfaceAmazonCodeDeploy- See Also:
AmazonCodeDeploy.listOnPremisesInstances(ListOnPremisesInstancesRequest)
-
registerApplicationRevision
public RegisterApplicationRevisionResult registerApplicationRevision(RegisterApplicationRevisionRequest request)
Description copied from interface:AmazonCodeDeployRegisters with AWS CodeDeploy a revision for the specified application.
- Specified by:
registerApplicationRevisionin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a register application revision operation.- Returns:
- Result of the RegisterApplicationRevision operation returned by the service.
-
registerOnPremisesInstance
public RegisterOnPremisesInstanceResult registerOnPremisesInstance(RegisterOnPremisesInstanceRequest request)
Description copied from interface:AmazonCodeDeployRegisters an on-premises instance.
- Specified by:
registerOnPremisesInstancein interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of the register on-premises instance operation.- Returns:
- Result of the RegisterOnPremisesInstance operation returned by the service.
-
removeTagsFromOnPremisesInstances
public RemoveTagsFromOnPremisesInstancesResult removeTagsFromOnPremisesInstances(RemoveTagsFromOnPremisesInstancesRequest request)
Description copied from interface:AmazonCodeDeployRemoves one or more tags from one or more on-premises instances.
- Specified by:
removeTagsFromOnPremisesInstancesin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a remove tags from on-premises instances operation.- Returns:
- Result of the RemoveTagsFromOnPremisesInstances operation returned by the service.
-
stopDeployment
public StopDeploymentResult stopDeployment(StopDeploymentRequest request)
Description copied from interface:AmazonCodeDeployAttempts to stop an ongoing deployment.
- Specified by:
stopDeploymentin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of a stop deployment operation.- Returns:
- Result of the StopDeployment operation returned by the service.
-
updateApplication
public UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
Description copied from interface:AmazonCodeDeployChanges the name of an application.
- Specified by:
updateApplicationin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of an update application operation.- Returns:
- Result of the UpdateApplication operation returned by the service.
-
updateApplication
public UpdateApplicationResult updateApplication()
Description copied from interface:AmazonCodeDeploySimplified method form for invoking the UpdateApplication operation.- Specified by:
updateApplicationin interfaceAmazonCodeDeploy- See Also:
AmazonCodeDeploy.updateApplication(UpdateApplicationRequest)
-
updateDeploymentGroup
public UpdateDeploymentGroupResult updateDeploymentGroup(UpdateDeploymentGroupRequest request)
Description copied from interface:AmazonCodeDeployChanges information about a deployment group.
- Specified by:
updateDeploymentGroupin interfaceAmazonCodeDeploy- Parameters:
request- Represents the input of an update deployment group operation.- Returns:
- Result of the UpdateDeploymentGroup operation returned by the service.
-
shutdown
public void shutdown()
Description copied from interface:AmazonCodeDeployShuts down this client object, releasing any resources that might be held open. This is an optional method, and callers are not expected to call it, but can if they want to explicitly release any open resources. Once a client has been shutdown, it should not be used to make any more requests.- Specified by:
shutdownin interfaceAmazonCodeDeploy
-
getCachedResponseMetadata
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Description copied from interface:AmazonCodeDeployReturns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected. This data isn't considered part of the result data returned by an operation, so it's available through this separate, diagnostic interface.Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
- Specified by:
getCachedResponseMetadatain interfaceAmazonCodeDeploy- Parameters:
request- The originally executed request.- Returns:
- The response metadata for the specified request, or null if none is available.
-
-