Uses of Class
software.amazon.awssdk.services.ec2.model.StopInstancesRequest
-
Packages that use StopInstancesRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of StopInstancesRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type StopInstancesRequest Modifier and Type Method Description default CompletableFuture<StopInstancesResponse>Ec2AsyncClient. stopInstances(StopInstancesRequest stopInstancesRequest)Stops an Amazon EBS-backed instance.default StopInstancesResponseEc2Client. stopInstances(StopInstancesRequest stopInstancesRequest)Stops an Amazon EBS-backed instance. -
Uses of StopInstancesRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type StopInstancesRequest Modifier and Type Method Description SdkHttpFullRequestStopInstancesRequestMarshaller. marshall(StopInstancesRequest stopInstancesRequest)
-