Package | Description |
---|---|
com.amazonaws.services.workspaces.model |
Modifier and Type | Method and Description |
---|---|
RebootRequest |
RebootRequest.clone() |
RebootRequest |
RebootRequest.withWorkspaceId(String workspaceId)
The identifier of the WorkSpace to reboot.
|
Modifier and Type | Method and Description |
---|---|
List<RebootRequest> |
RebootWorkspacesRequest.getRebootWorkspaceRequests()
An array of structures that specify the WorkSpaces to reboot.
|
Modifier and Type | Method and Description |
---|---|
RebootWorkspacesRequest |
RebootWorkspacesRequest.withRebootWorkspaceRequests(RebootRequest... rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
|
Modifier and Type | Method and Description |
---|---|
void |
RebootWorkspacesRequest.setRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
|
RebootWorkspacesRequest |
RebootWorkspacesRequest.withRebootWorkspaceRequests(Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
|
Copyright © 2018. All rights reserved.