Uses of Class
com.amazonaws.services.workspaces.model.DescribeWorkspaceBundlesResult
Packages that use DescribeWorkspaceBundlesResult
-
Uses of DescribeWorkspaceBundlesResult in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces that return DescribeWorkspaceBundlesResultModifier and TypeMethodDescriptionAbstractAmazonWorkspaces.describeWorkspaceBundles()
AbstractAmazonWorkspaces.describeWorkspaceBundles
(DescribeWorkspaceBundlesRequest request) AmazonWorkspaces.describeWorkspaceBundles()
Simplified method form for invoking the DescribeWorkspaceBundles operation.AmazonWorkspaces.describeWorkspaceBundles
(DescribeWorkspaceBundlesRequest describeWorkspaceBundlesRequest) Obtains information about the WorkSpace bundles that are available to your account in the specified region.AmazonWorkspacesClient.describeWorkspaceBundles()
AmazonWorkspacesClient.describeWorkspaceBundles
(DescribeWorkspaceBundlesRequest describeWorkspaceBundlesRequest) Obtains information about the WorkSpace bundles that are available to your account in the specified region.Methods in com.amazonaws.services.workspaces that return types with arguments of type DescribeWorkspaceBundlesResultModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.describeWorkspaceBundlesAsync()
Simplified method form for invoking the DescribeWorkspaceBundles operation.AbstractAmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) Simplified method form for invoking the DescribeWorkspaceBundles operation with an AsyncHandler.AbstractAmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(DescribeWorkspaceBundlesRequest request) AbstractAmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(DescribeWorkspaceBundlesRequest request, AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) AmazonWorkspacesAsync.describeWorkspaceBundlesAsync()
Simplified method form for invoking the DescribeWorkspaceBundles operation.AmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) Simplified method form for invoking the DescribeWorkspaceBundles operation with an AsyncHandler.AmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(DescribeWorkspaceBundlesRequest describeWorkspaceBundlesRequest) Obtains information about the WorkSpace bundles that are available to your account in the specified region.AmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(DescribeWorkspaceBundlesRequest describeWorkspaceBundlesRequest, AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) Obtains information about the WorkSpace bundles that are available to your account in the specified region.AmazonWorkspacesAsyncClient.describeWorkspaceBundlesAsync()
Simplified method form for invoking the DescribeWorkspaceBundles operation.AmazonWorkspacesAsyncClient.describeWorkspaceBundlesAsync
(AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) Simplified method form for invoking the DescribeWorkspaceBundles operation with an AsyncHandler.AmazonWorkspacesAsyncClient.describeWorkspaceBundlesAsync
(DescribeWorkspaceBundlesRequest request) AmazonWorkspacesAsyncClient.describeWorkspaceBundlesAsync
(DescribeWorkspaceBundlesRequest request, AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) Method parameters in com.amazonaws.services.workspaces with type arguments of type DescribeWorkspaceBundlesResultModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) Simplified method form for invoking the DescribeWorkspaceBundles operation with an AsyncHandler.AbstractAmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(DescribeWorkspaceBundlesRequest request, AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) AmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) Simplified method form for invoking the DescribeWorkspaceBundles operation with an AsyncHandler.AmazonWorkspacesAsync.describeWorkspaceBundlesAsync
(DescribeWorkspaceBundlesRequest describeWorkspaceBundlesRequest, AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) Obtains information about the WorkSpace bundles that are available to your account in the specified region.AmazonWorkspacesAsyncClient.describeWorkspaceBundlesAsync
(AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) Simplified method form for invoking the DescribeWorkspaceBundles operation with an AsyncHandler.AmazonWorkspacesAsyncClient.describeWorkspaceBundlesAsync
(DescribeWorkspaceBundlesRequest request, AsyncHandler<DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult> asyncHandler) -
Uses of DescribeWorkspaceBundlesResult in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return DescribeWorkspaceBundlesResultModifier and TypeMethodDescriptionDescribeWorkspaceBundlesResult.clone()
DescribeWorkspaceBundlesResult.withBundles
(WorkspaceBundle... bundles) An array of structures that contain information about the bundles.DescribeWorkspaceBundlesResult.withBundles
(Collection<WorkspaceBundle> bundles) An array of structures that contain information about the bundles.DescribeWorkspaceBundlesResult.withNextToken
(String nextToken) If not null, more results are available.