Uses of Class
software.amazon.awssdk.services.opsworks.model.RebootInstanceResponse
-
Packages that use RebootInstanceResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of RebootInstanceResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return RebootInstanceResponse Modifier and Type Method Description default RebootInstanceResponseOpsWorksClient. rebootInstance(Consumer<RebootInstanceRequest.Builder> rebootInstanceRequest)Reboots a specified instance.default RebootInstanceResponseOpsWorksClient. rebootInstance(RebootInstanceRequest rebootInstanceRequest)Reboots a specified instance.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type RebootInstanceResponse Modifier and Type Method Description default CompletableFuture<RebootInstanceResponse>OpsWorksAsyncClient. rebootInstance(Consumer<RebootInstanceRequest.Builder> rebootInstanceRequest)Reboots a specified instance.default CompletableFuture<RebootInstanceResponse>OpsWorksAsyncClient. rebootInstance(RebootInstanceRequest rebootInstanceRequest)Reboots a specified instance.
-