| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
StopRequest |
StopRequest.clone() |
StopRequest |
StopRequest.withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
| Modifier and Type | Method and Description |
|---|---|
List<StopRequest> |
StopWorkspacesRequest.getStopWorkspaceRequests()
The WorkSpaces to stop.
|
| Modifier and Type | Method and Description |
|---|---|
StopWorkspacesRequest |
StopWorkspacesRequest.withStopWorkspaceRequests(StopRequest... stopWorkspaceRequests)
The WorkSpaces to stop.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopWorkspacesRequest.setStopWorkspaceRequests(Collection<StopRequest> stopWorkspaceRequests)
The WorkSpaces to stop.
|
StopWorkspacesRequest |
StopWorkspacesRequest.withStopWorkspaceRequests(Collection<StopRequest> stopWorkspaceRequests)
The WorkSpaces to stop.
|
Copyright © 2021. All rights reserved.