| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static ClientProperties.Builder |
ClientProperties.builder() |
ClientProperties.Builder |
ClientProperties.Builder.logUploadEnabled(LogUploadEnum logUploadEnabled)
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to
troubleshoot issues when using the WorkSpaces client.
|
ClientProperties.Builder |
ClientProperties.Builder.logUploadEnabled(String logUploadEnabled)
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to
troubleshoot issues when using the WorkSpaces client.
|
ClientProperties.Builder |
ClientProperties.Builder.reconnectEnabled(ReconnectEnum reconnectEnabled)
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
ClientProperties.Builder |
ClientProperties.Builder.reconnectEnabled(String reconnectEnabled)
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
ClientProperties.Builder |
ClientProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClientProperties.Builder> |
ClientProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClientPropertiesResult.Builder |
ClientPropertiesResult.Builder.clientProperties(Consumer<ClientProperties.Builder> clientProperties)
Information about the Amazon WorkSpaces client.
|
default ModifyClientPropertiesRequest.Builder |
ModifyClientPropertiesRequest.Builder.clientProperties(Consumer<ClientProperties.Builder> clientProperties)
Information about the Amazon WorkSpaces client.
|
Copyright © 2023. All rights reserved.