| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces |
|
| Modifier and Type | Method and Description |
|---|---|
default CopyWorkspaceImageResponse |
WorkSpacesClient.copyWorkspaceImage(Consumer<CopyWorkspaceImageRequest.Builder> copyWorkspaceImageRequest)
Copies the specified image from the specified Region to the current Region.
|
default CopyWorkspaceImageResponse |
WorkSpacesClient.copyWorkspaceImage(CopyWorkspaceImageRequest copyWorkspaceImageRequest)
Copies the specified image from the specified Region to the current Region.
|
default DescribeWorkspacesResponse |
WorkSpacesClient.describeWorkspaces()
Describes the specified WorkSpaces.
|
default DescribeWorkspacesResponse |
WorkSpacesClient.describeWorkspaces(Consumer<DescribeWorkspacesRequest.Builder> describeWorkspacesRequest)
Describes the specified WorkSpaces.
|
default DescribeWorkspacesResponse |
WorkSpacesClient.describeWorkspaces(DescribeWorkspacesRequest describeWorkspacesRequest)
Describes the specified WorkSpaces.
|
default DescribeWorkspacesIterable |
WorkSpacesClient.describeWorkspacesPaginator()
Describes the specified WorkSpaces.
|
default DescribeWorkspacesIterable |
WorkSpacesClient.describeWorkspacesPaginator(Consumer<DescribeWorkspacesRequest.Builder> describeWorkspacesRequest)
Describes the specified WorkSpaces.
|
default DescribeWorkspacesIterable |
WorkSpacesClient.describeWorkspacesPaginator(DescribeWorkspacesRequest describeWorkspacesRequest)
Describes the specified WorkSpaces.
|
default MigrateWorkspaceResponse |
WorkSpacesClient.migrateWorkspace(Consumer<MigrateWorkspaceRequest.Builder> migrateWorkspaceRequest)
Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user
volume.
|
default MigrateWorkspaceResponse |
WorkSpacesClient.migrateWorkspace(MigrateWorkspaceRequest migrateWorkspaceRequest)
Migrates a WorkSpace from one operating system or bundle type to another, while retaining the data on the user
volume.
|
default ModifyAccountResponse |
WorkSpacesClient.modifyAccount(Consumer<ModifyAccountRequest.Builder> modifyAccountRequest)
Modifies the configuration of Bring Your Own License (BYOL) for the specified account.
|
default ModifyAccountResponse |
WorkSpacesClient.modifyAccount(ModifyAccountRequest modifyAccountRequest)
Modifies the configuration of Bring Your Own License (BYOL) for the specified account.
|
default ModifyWorkspacePropertiesResponse |
WorkSpacesClient.modifyWorkspaceProperties(Consumer<ModifyWorkspacePropertiesRequest.Builder> modifyWorkspacePropertiesRequest)
Modifies the specified WorkSpace properties.
|
default ModifyWorkspacePropertiesResponse |
WorkSpacesClient.modifyWorkspaceProperties(ModifyWorkspacePropertiesRequest modifyWorkspacePropertiesRequest)
Modifies the specified WorkSpace properties.
|
default UpdateWorkspaceImagePermissionResponse |
WorkSpacesClient.updateWorkspaceImagePermission(Consumer<UpdateWorkspaceImagePermissionRequest.Builder> updateWorkspaceImagePermissionRequest)
Shares or unshares an image with one account in the same AWS Region by specifying whether that account has
permission to copy the image.
|
default UpdateWorkspaceImagePermissionResponse |
WorkSpacesClient.updateWorkspaceImagePermission(UpdateWorkspaceImagePermissionRequest updateWorkspaceImagePermissionRequest)
Shares or unshares an image with one account in the same AWS Region by specifying whether that account has
permission to copy the image.
|
Copyright © 2021. All rights reserved.