| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.clone() |
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withNextToken(String nextToken)
An identifier returned from the previous list on-premises instances call.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
The registration status of the on-premises instances:
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withRegistrationStatus(String registrationStatus)
The registration status of the on-premises instances:
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withTagFilters(Collection<TagFilter> tagFilters)
The on-premises instance tags that are used to restrict the on-premises instance names returned.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withTagFilters(TagFilter... tagFilters)
The on-premises instance tags that are used to restrict the on-premises instance names returned.
|
Copyright © 2023. All rights reserved.