Package | Description |
---|---|
com.amazonaws.services.workspaces.model | |
com.amazonaws.services.workspaces.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<WorkspaceBundle> |
DescribeWorkspaceBundlesResult.bundles
An array of structures that contain information about the bundles.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceBundle |
WorkspaceBundle.clone() |
WorkspaceBundle |
WorkspaceBundle.withBundleId(java.lang.String bundleId)
The bundle identifier.
|
WorkspaceBundle |
WorkspaceBundle.withComputeType(ComputeType computeType)
A ComputeType object that specifies the compute type for the
bundle.
|
WorkspaceBundle |
WorkspaceBundle.withDescription(java.lang.String description)
The bundle description.
|
WorkspaceBundle |
WorkspaceBundle.withName(java.lang.String name)
The name of the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withOwner(java.lang.String owner)
The owner of the bundle.
|
WorkspaceBundle |
WorkspaceBundle.withUserStorage(UserStorage userStorage)
A UserStorage object that specifies the amount of user storage
that the bundle contains.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WorkspaceBundle> |
DescribeWorkspaceBundlesResult.getBundles()
An array of structures that contain information about the bundles.
|
Modifier and Type | Method and Description |
---|---|
DescribeWorkspaceBundlesResult |
DescribeWorkspaceBundlesResult.withBundles(WorkspaceBundle... bundles)
An array of structures that contain information about the bundles.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeWorkspaceBundlesResult.setBundles(java.util.Collection<WorkspaceBundle> bundles)
An array of structures that contain information about the bundles.
|
DescribeWorkspaceBundlesResult |
DescribeWorkspaceBundlesResult.withBundles(java.util.Collection<WorkspaceBundle> bundles)
An array of structures that contain information about the bundles.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceBundle |
WorkspaceBundleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceBundleJsonMarshaller.marshall(WorkspaceBundle workspaceBundle,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|