Uses of Class
software.amazon.awssdk.services.workspaces.model.Workspace
-
Packages that use Workspace Package Description software.amazon.awssdk.services.workspaces.model software.amazon.awssdk.services.workspaces.paginators -
-
Uses of Workspace in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type Workspace Modifier and Type Method Description List<Workspace>CreateWorkspacesResponse. pendingRequests()Information about the WorkSpaces that were created.List<Workspace>DescribeWorkspacesResponse. workspaces()Information about the WorkSpaces.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type Workspace Modifier and Type Method Description CreateWorkspacesResponse.BuilderCreateWorkspacesResponse.Builder. pendingRequests(Workspace... pendingRequests)Information about the WorkSpaces that were created.DescribeWorkspacesResponse.BuilderDescribeWorkspacesResponse.Builder. workspaces(Workspace... workspaces)Information about the WorkSpaces.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type Workspace Modifier and Type Method Description CreateWorkspacesResponse.BuilderCreateWorkspacesResponse.Builder. pendingRequests(Collection<Workspace> pendingRequests)Information about the WorkSpaces that were created.DescribeWorkspacesResponse.BuilderDescribeWorkspacesResponse.Builder. workspaces(Collection<Workspace> workspaces)Information about the WorkSpaces. -
Uses of Workspace in software.amazon.awssdk.services.workspaces.paginators
Methods in software.amazon.awssdk.services.workspaces.paginators that return types with arguments of type Workspace Modifier and Type Method Description SdkIterable<Workspace>DescribeWorkspacesIterable. workspaces()Returns an iterable to iterate through the paginatedDescribeWorkspacesResponse.workspaces()member.SdkPublisher<Workspace>DescribeWorkspacesPublisher. workspaces()Returns a publisher that can be used to get a stream of data.
-