Uses of Class
software.amazon.awssdk.services.codedeploy.model.ListOnPremisesInstancesResponse
-
Packages that use ListOnPremisesInstancesResponse Package Description software.amazon.awssdk.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. -
-
Uses of ListOnPremisesInstancesResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return ListOnPremisesInstancesResponse Modifier and Type Method Description default ListOnPremisesInstancesResponseCodeDeployClient. listOnPremisesInstances()Gets a list of names for one or more on-premises instances.default ListOnPremisesInstancesResponseCodeDeployClient. listOnPremisesInstances(Consumer<ListOnPremisesInstancesRequest.Builder> listOnPremisesInstancesRequest)Gets a list of names for one or more on-premises instances.default ListOnPremisesInstancesResponseCodeDeployClient. listOnPremisesInstances(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)Gets a list of names for one or more on-premises instances.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type ListOnPremisesInstancesResponse Modifier and Type Method Description default CompletableFuture<ListOnPremisesInstancesResponse>CodeDeployAsyncClient. listOnPremisesInstances()Gets a list of names for one or more on-premises instances.default CompletableFuture<ListOnPremisesInstancesResponse>CodeDeployAsyncClient. listOnPremisesInstances(Consumer<ListOnPremisesInstancesRequest.Builder> listOnPremisesInstancesRequest)Gets a list of names for one or more on-premises instances.default CompletableFuture<ListOnPremisesInstancesResponse>CodeDeployAsyncClient. listOnPremisesInstances(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)Gets a list of names for one or more on-premises instances.
-