Uses of Class
software.amazon.awssdk.services.workspaces.model.WorkspaceBundle
-
Packages that use WorkspaceBundle Package Description software.amazon.awssdk.services.workspaces.model software.amazon.awssdk.services.workspaces.paginators -
-
Uses of WorkspaceBundle in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return WorkspaceBundle Modifier and Type Method Description WorkspaceBundleCreateWorkspaceBundleResponse. workspaceBundle()Returns the value of the WorkspaceBundle property for this object.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type WorkspaceBundle Modifier and Type Method Description List<WorkspaceBundle>DescribeWorkspaceBundlesResponse. bundles()Information about the bundles.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type WorkspaceBundle Modifier and Type Method Description DescribeWorkspaceBundlesResponse.BuilderDescribeWorkspaceBundlesResponse.Builder. bundles(WorkspaceBundle... bundles)Information about the bundles.CreateWorkspaceBundleResponse.BuilderCreateWorkspaceBundleResponse.Builder. workspaceBundle(WorkspaceBundle workspaceBundle)Sets the value of the WorkspaceBundle property for this object.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type WorkspaceBundle Modifier and Type Method Description DescribeWorkspaceBundlesResponse.BuilderDescribeWorkspaceBundlesResponse.Builder. bundles(Collection<WorkspaceBundle> bundles)Information about the bundles. -
Uses of WorkspaceBundle in software.amazon.awssdk.services.workspaces.paginators
Methods in software.amazon.awssdk.services.workspaces.paginators that return types with arguments of type WorkspaceBundle Modifier and Type Method Description SdkIterable<WorkspaceBundle>DescribeWorkspaceBundlesIterable. bundles()Returns an iterable to iterate through the paginatedDescribeWorkspaceBundlesResponse.bundles()member.SdkPublisher<WorkspaceBundle>DescribeWorkspaceBundlesPublisher. bundles()Returns a publisher that can be used to get a stream of data.
-