Uses of Class
software.amazon.awssdk.services.ec2.model.StartInstancesRequest
-
Packages that use StartInstancesRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of StartInstancesRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type StartInstancesRequest Modifier and Type Method Description default CompletableFuture<StartInstancesResponse>Ec2AsyncClient. startInstances(StartInstancesRequest startInstancesRequest)Starts an Amazon EBS-backed instance that you've previously stopped.default StartInstancesResponseEc2Client. startInstances(StartInstancesRequest startInstancesRequest)Starts an Amazon EBS-backed instance that you've previously stopped. -
Uses of StartInstancesRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type StartInstancesRequest Modifier and Type Method Description SdkHttpFullRequestStartInstancesRequestMarshaller. marshall(StartInstancesRequest startInstancesRequest)
-