| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static FailedCreateStandbyWorkspacesRequest.Builder |
FailedCreateStandbyWorkspacesRequest.builder() |
FailedCreateStandbyWorkspacesRequest.Builder |
FailedCreateStandbyWorkspacesRequest.Builder.errorCode(String errorCode)
The error code that is returned if the standby WorkSpace could not be created.
|
FailedCreateStandbyWorkspacesRequest.Builder |
FailedCreateStandbyWorkspacesRequest.Builder.errorMessage(String errorMessage)
The text of the error message that is returned if the standby WorkSpace could not be created.
|
default FailedCreateStandbyWorkspacesRequest.Builder |
FailedCreateStandbyWorkspacesRequest.Builder.standbyWorkspaceRequest(Consumer<StandbyWorkspace.Builder> standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
|
FailedCreateStandbyWorkspacesRequest.Builder |
FailedCreateStandbyWorkspacesRequest.Builder.standbyWorkspaceRequest(StandbyWorkspace standbyWorkspaceRequest)
Information about the standby WorkSpace that could not be created.
|
FailedCreateStandbyWorkspacesRequest.Builder |
FailedCreateStandbyWorkspacesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FailedCreateStandbyWorkspacesRequest.Builder> |
FailedCreateStandbyWorkspacesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.