Uses of Interface
software.amazon.awssdk.services.workspaces.model.RebootWorkspacesRequest.Builder
-
Packages that use RebootWorkspacesRequest.Builder Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.model -
-
Uses of RebootWorkspacesRequest.Builder in software.amazon.awssdk.services.workspaces
Method parameters in software.amazon.awssdk.services.workspaces with type arguments of type RebootWorkspacesRequest.Builder Modifier and Type Method Description default CompletableFuture<RebootWorkspacesResponse>WorkSpacesAsyncClient. rebootWorkspaces(Consumer<RebootWorkspacesRequest.Builder> rebootWorkspacesRequest)Reboots the specified WorkSpaces.default RebootWorkspacesResponseWorkSpacesClient. rebootWorkspaces(Consumer<RebootWorkspacesRequest.Builder> rebootWorkspacesRequest)Reboots the specified WorkSpaces. -
Uses of RebootWorkspacesRequest.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type RebootWorkspacesRequest.Builder Modifier and Type Method Description static Class<? extends RebootWorkspacesRequest.Builder>RebootWorkspacesRequest. serializableBuilderClass()
-