Uses of Class
software.amazon.awssdk.services.ec2.model.RebootInstancesResponse
-
Packages that use RebootInstancesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of RebootInstancesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RebootInstancesResponse Modifier and Type Method Description default RebootInstancesResponseEc2Client. rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest)Requests a reboot of the specified instances.default RebootInstancesResponseEc2Client. rebootInstances(RebootInstancesRequest rebootInstancesRequest)Requests a reboot of the specified instances.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RebootInstancesResponse Modifier and Type Method Description default CompletableFuture<RebootInstancesResponse>Ec2AsyncClient. rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest)Requests a reboot of the specified instances.default CompletableFuture<RebootInstancesResponse>Ec2AsyncClient. rebootInstances(RebootInstancesRequest rebootInstancesRequest)Requests a reboot of the specified instances.
-