Package | Description |
---|---|
com.amazonaws.services.workspaces.model | |
com.amazonaws.services.workspaces.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RebootRequest> |
RebootWorkspacesRequest.rebootWorkspaceRequests
An array of structures that specify the WorkSpaces to reboot.
|
Modifier and Type | Method and Description |
---|---|
RebootRequest |
RebootRequest.clone() |
RebootRequest |
RebootRequest.withWorkspaceId(java.lang.String workspaceId)
The identifier of the WorkSpace to reboot.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
|
RebootWorkspacesRequest |
RebootWorkspacesRequest.withRebootWorkspaceRequests(java.util.Collection<RebootRequest> rebootWorkspaceRequests)
An array of structures that specify the WorkSpaces to reboot.
|
Modifier and Type | Method and Description |
---|---|
RebootRequest |
RebootRequestJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RebootRequestJsonMarshaller.marshall(RebootRequest rebootRequest,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|