Uses of Class
com.amazonaws.services.workspaces.model.DescribeWorkspacesRequest
Packages that use DescribeWorkspacesRequest
-
Uses of DescribeWorkspacesRequest in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces with parameters of type DescribeWorkspacesRequestModifier and TypeMethodDescriptionAbstractAmazonWorkspaces.describeWorkspaces
(DescribeWorkspacesRequest request) AmazonWorkspaces.describeWorkspaces
(DescribeWorkspacesRequest describeWorkspacesRequest) Obtains information about the specified WorkSpaces.AmazonWorkspacesClient.describeWorkspaces
(DescribeWorkspacesRequest describeWorkspacesRequest) Obtains information about the specified WorkSpaces.AbstractAmazonWorkspacesAsync.describeWorkspacesAsync
(DescribeWorkspacesRequest request) AbstractAmazonWorkspacesAsync.describeWorkspacesAsync
(DescribeWorkspacesRequest request, AsyncHandler<DescribeWorkspacesRequest, DescribeWorkspacesResult> asyncHandler) AmazonWorkspacesAsync.describeWorkspacesAsync
(DescribeWorkspacesRequest describeWorkspacesRequest) Obtains information about the specified WorkSpaces.AmazonWorkspacesAsync.describeWorkspacesAsync
(DescribeWorkspacesRequest describeWorkspacesRequest, AsyncHandler<DescribeWorkspacesRequest, DescribeWorkspacesResult> asyncHandler) Obtains information about the specified WorkSpaces.AmazonWorkspacesAsyncClient.describeWorkspacesAsync
(DescribeWorkspacesRequest request) AmazonWorkspacesAsyncClient.describeWorkspacesAsync
(DescribeWorkspacesRequest request, AsyncHandler<DescribeWorkspacesRequest, DescribeWorkspacesResult> asyncHandler) Method parameters in com.amazonaws.services.workspaces with type arguments of type DescribeWorkspacesRequestModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.describeWorkspacesAsync
(AsyncHandler<DescribeWorkspacesRequest, DescribeWorkspacesResult> asyncHandler) Simplified method form for invoking the DescribeWorkspaces operation with an AsyncHandler.AbstractAmazonWorkspacesAsync.describeWorkspacesAsync
(DescribeWorkspacesRequest request, AsyncHandler<DescribeWorkspacesRequest, DescribeWorkspacesResult> asyncHandler) AmazonWorkspacesAsync.describeWorkspacesAsync
(AsyncHandler<DescribeWorkspacesRequest, DescribeWorkspacesResult> asyncHandler) Simplified method form for invoking the DescribeWorkspaces operation with an AsyncHandler.AmazonWorkspacesAsync.describeWorkspacesAsync
(DescribeWorkspacesRequest describeWorkspacesRequest, AsyncHandler<DescribeWorkspacesRequest, DescribeWorkspacesResult> asyncHandler) Obtains information about the specified WorkSpaces.AmazonWorkspacesAsyncClient.describeWorkspacesAsync
(AsyncHandler<DescribeWorkspacesRequest, DescribeWorkspacesResult> asyncHandler) Simplified method form for invoking the DescribeWorkspaces operation with an AsyncHandler.AmazonWorkspacesAsyncClient.describeWorkspacesAsync
(DescribeWorkspacesRequest request, AsyncHandler<DescribeWorkspacesRequest, DescribeWorkspacesResult> asyncHandler) -
Uses of DescribeWorkspacesRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return DescribeWorkspacesRequestModifier and TypeMethodDescriptionDescribeWorkspacesRequest.clone()
DescribeWorkspacesRequest.withBundleId
(String bundleId) The identifier of a bundle to obtain the WorkSpaces for.DescribeWorkspacesRequest.withDirectoryId
(String directoryId) Specifies the directory identifier to which to limit the WorkSpaces.The maximum number of items to return.DescribeWorkspacesRequest.withNextToken
(String nextToken) TheNextToken
value from a previous call to this operation.DescribeWorkspacesRequest.withUserName
(String userName) Used with theDirectoryId
parameter to specify the directory user for which to obtain the WorkSpace.DescribeWorkspacesRequest.withWorkspaceIds
(String... workspaceIds) An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information.DescribeWorkspacesRequest.withWorkspaceIds
(Collection<String> workspaceIds) An array of strings that contain the identifiers of the WorkSpaces for which to retrieve information.