| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model | |
| software.amazon.awssdk.services.workspaces.paginators |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceBundle |
CreateWorkspaceBundleResponse.workspaceBundle()
Returns the value of the WorkspaceBundle property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceBundle> |
DescribeWorkspaceBundlesResponse.bundles()
Information about the bundles.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceBundlesResponse.Builder |
DescribeWorkspaceBundlesResponse.Builder.bundles(WorkspaceBundle... bundles)
Information about the bundles.
|
CreateWorkspaceBundleResponse.Builder |
CreateWorkspaceBundleResponse.Builder.workspaceBundle(WorkspaceBundle workspaceBundle)
Sets the value of the WorkspaceBundle property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceBundlesResponse.Builder |
DescribeWorkspaceBundlesResponse.Builder.bundles(Collection<WorkspaceBundle> bundles)
Information about the bundles.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<WorkspaceBundle> |
DescribeWorkspaceBundlesPublisher.bundles()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<WorkspaceBundle> |
DescribeWorkspaceBundlesIterable.bundles()
Returns an iterable to iterate through the paginated
DescribeWorkspaceBundlesResponse.bundles() member. |
Copyright © 2023. All rights reserved.