| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
FailedCreateStandbyWorkspacesRequest |
FailedCreateStandbyWorkspacesRequest.clone() |
FailedCreateStandbyWorkspacesRequest |
FailedCreateStandbyWorkspacesRequest.withErrorCode(String errorCode)
The error code that is returned if the standby WorkSpace could not be created.
|
FailedCreateStandbyWorkspacesRequest |
FailedCreateStandbyWorkspacesRequest.withErrorMessage(String errorMessage)
The text of the error message that is returned if the standby WorkSpace could not be created.
|
FailedCreateStandbyWorkspacesRequest |
FailedCreateStandbyWorkspacesRequest.withStandbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedCreateStandbyWorkspacesRequest> |
CreateStandbyWorkspacesResult.getFailedStandbyRequests()
Information about the standby WorkSpace that could not be created.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStandbyWorkspacesResult |
CreateStandbyWorkspacesResult.withFailedStandbyRequests(FailedCreateStandbyWorkspacesRequest... failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStandbyWorkspacesResult.setFailedStandbyRequests(Collection<FailedCreateStandbyWorkspacesRequest> failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
|
CreateStandbyWorkspacesResult |
CreateStandbyWorkspacesResult.withFailedStandbyRequests(Collection<FailedCreateStandbyWorkspacesRequest> failedStandbyRequests)
Information about the standby WorkSpace that could not be created.
|
Copyright © 2024. All rights reserved.