Uses of Class
software.amazon.awssdk.services.ec2.model.RebootInstancesResponse
Packages that use RebootInstancesResponse
-
Uses of RebootInstancesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RebootInstancesResponseModifier and TypeMethodDescriptiondefault 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 RebootInstancesResponseModifier and TypeMethodDescriptiondefault 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.