Interface AmazonWorkspacesAsync
-
- All Superinterfaces:
AmazonWorkspaces
- All Known Implementing Classes:
AbstractAmazonWorkspacesAsync
,AmazonWorkspacesAsyncClient
public interface AmazonWorkspacesAsync extends AmazonWorkspaces
Interface for accessing Amazon WorkSpaces asynchronously. Each asynchronous method will return a Java Future object representing the asynchronous operation; overloads which accept anAsyncHandler
can be used to receive notification when an asynchronous operation completes.Amazon WorkSpaces Service This is the Amazon WorkSpaces API Reference. This guide provides detailed information about Amazon WorkSpaces operations, data types, parameters, and errors.
-
-
Method Summary
-
Methods inherited from interface com.amazonaws.services.workspaces.AmazonWorkspaces
createTags, createWorkspaces, deleteTags, describeTags, describeWorkspaceBundles, describeWorkspaceBundles, describeWorkspaceDirectories, describeWorkspaceDirectories, describeWorkspaces, describeWorkspaces, getCachedResponseMetadata, rebootWorkspaces, rebuildWorkspaces, setEndpoint, setRegion, shutdown, terminateWorkspaces
-
-
-
-
Method Detail
-
createTagsAsync
Future<CreateTagsResult> createTagsAsync(CreateTagsRequest createTagsRequest)
Creates tags for a WorkSpace.
- Parameters:
createTagsRequest
- The request of the create tags action.- Returns:
- A Java Future containing the result of the CreateTags operation returned by the service.
-
createTagsAsync
Future<CreateTagsResult> createTagsAsync(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Creates tags for a WorkSpace.
- Parameters:
createTagsRequest
- The request of the create tags action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the CreateTags operation returned by the service.
-
createWorkspacesAsync
Future<CreateWorkspacesResult> createWorkspacesAsync(CreateWorkspacesRequest createWorkspacesRequest)
Creates one or more WorkSpaces.
This operation is asynchronous and returns before the WorkSpaces are created.
- Parameters:
createWorkspacesRequest
- Contains the inputs for the CreateWorkspaces operation.- Returns:
- A Java Future containing the result of the CreateWorkspaces operation returned by the service.
-
createWorkspacesAsync
Future<CreateWorkspacesResult> createWorkspacesAsync(CreateWorkspacesRequest createWorkspacesRequest, AsyncHandler<CreateWorkspacesRequest,CreateWorkspacesResult> asyncHandler)
Creates one or more WorkSpaces.
This operation is asynchronous and returns before the WorkSpaces are created.
- Parameters:
createWorkspacesRequest
- Contains the inputs for the CreateWorkspaces operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the CreateWorkspaces operation returned by the service.
-
deleteTagsAsync
Future<DeleteTagsResult> deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes tags from a WorkSpace.
- Parameters:
deleteTagsRequest
- The request of the delete tags action.- Returns:
- A Java Future containing the result of the DeleteTags operation returned by the service.
-
deleteTagsAsync
Future<DeleteTagsResult> deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes tags from a WorkSpace.
- Parameters:
deleteTagsRequest
- The request of the delete tags action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DeleteTags operation returned by the service.
-
describeTagsAsync
Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest describeTagsRequest)
Describes tags for a WorkSpace.
- Parameters:
describeTagsRequest
- The request of the describe tags action.- Returns:
- A Java Future containing the result of the DescribeTags operation returned by the service.
-
describeTagsAsync
Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Describes tags for a WorkSpace.
- Parameters:
describeTagsRequest
- The request of the describe tags action.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DescribeTags operation returned by the service.
-
describeWorkspaceBundlesAsync
Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest describeWorkspaceBundlesRequest)
Obtains information about the WorkSpace bundles that are available to your account in the specified region.
You can filter the results with either the
BundleIds
parameter, or theOwner
parameter, but not both.This operation supports pagination with the use of the
NextToken
request and response parameters. If more results are available, theNextToken
response member contains a token that you pass in the next call to this operation to retrieve the next set of items.- Parameters:
describeWorkspaceBundlesRequest
- Contains the inputs for the DescribeWorkspaceBundles operation.- Returns:
- A Java Future containing the result of the DescribeWorkspaceBundles operation returned by the service.
-
describeWorkspaceBundlesAsync
Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest describeWorkspaceBundlesRequest, AsyncHandler<DescribeWorkspaceBundlesRequest,DescribeWorkspaceBundlesResult> asyncHandler)
Obtains information about the WorkSpace bundles that are available to your account in the specified region.
You can filter the results with either the
BundleIds
parameter, or theOwner
parameter, but not both.This operation supports pagination with the use of the
NextToken
request and response parameters. If more results are available, theNextToken
response member contains a token that you pass in the next call to this operation to retrieve the next set of items.- Parameters:
describeWorkspaceBundlesRequest
- Contains the inputs for the DescribeWorkspaceBundles operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DescribeWorkspaceBundles operation returned by the service.
-
describeWorkspaceBundlesAsync
Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync()
Simplified method form for invoking the DescribeWorkspaceBundles operation.
-
describeWorkspaceBundlesAsync
Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync(AsyncHandler<DescribeWorkspaceBundlesRequest,DescribeWorkspaceBundlesResult> asyncHandler)
Simplified method form for invoking the DescribeWorkspaceBundles operation with an AsyncHandler.
-
describeWorkspaceDirectoriesAsync
Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync(DescribeWorkspaceDirectoriesRequest describeWorkspaceDirectoriesRequest)
Retrieves information about the AWS Directory Service directories in the region that are registered with Amazon WorkSpaces and are available to your account.
This operation supports pagination with the use of the
NextToken
request and response parameters. If more results are available, theNextToken
response member contains a token that you pass in the next call to this operation to retrieve the next set of items.- Parameters:
describeWorkspaceDirectoriesRequest
- Contains the inputs for the DescribeWorkspaceDirectories operation.- Returns:
- A Java Future containing the result of the DescribeWorkspaceDirectories operation returned by the service.
-
describeWorkspaceDirectoriesAsync
Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync(DescribeWorkspaceDirectoriesRequest describeWorkspaceDirectoriesRequest, AsyncHandler<DescribeWorkspaceDirectoriesRequest,DescribeWorkspaceDirectoriesResult> asyncHandler)
Retrieves information about the AWS Directory Service directories in the region that are registered with Amazon WorkSpaces and are available to your account.
This operation supports pagination with the use of the
NextToken
request and response parameters. If more results are available, theNextToken
response member contains a token that you pass in the next call to this operation to retrieve the next set of items.- Parameters:
describeWorkspaceDirectoriesRequest
- Contains the inputs for the DescribeWorkspaceDirectories operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DescribeWorkspaceDirectories operation returned by the service.
-
describeWorkspaceDirectoriesAsync
Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync()
Simplified method form for invoking the DescribeWorkspaceDirectories operation.
-
describeWorkspaceDirectoriesAsync
Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync(AsyncHandler<DescribeWorkspaceDirectoriesRequest,DescribeWorkspaceDirectoriesResult> asyncHandler)
Simplified method form for invoking the DescribeWorkspaceDirectories operation with an AsyncHandler.
-
describeWorkspacesAsync
Future<DescribeWorkspacesResult> describeWorkspacesAsync(DescribeWorkspacesRequest describeWorkspacesRequest)
Obtains information about the specified WorkSpaces.
Only one of the filter parameters, such as
BundleId
,DirectoryId
, orWorkspaceIds
, can be specified at a time.This operation supports pagination with the use of the
NextToken
request and response parameters. If more results are available, theNextToken
response member contains a token that you pass in the next call to this operation to retrieve the next set of items.- Parameters:
describeWorkspacesRequest
- Contains the inputs for the DescribeWorkspaces operation.- Returns:
- A Java Future containing the result of the DescribeWorkspaces operation returned by the service.
-
describeWorkspacesAsync
Future<DescribeWorkspacesResult> describeWorkspacesAsync(DescribeWorkspacesRequest describeWorkspacesRequest, AsyncHandler<DescribeWorkspacesRequest,DescribeWorkspacesResult> asyncHandler)
Obtains information about the specified WorkSpaces.
Only one of the filter parameters, such as
BundleId
,DirectoryId
, orWorkspaceIds
, can be specified at a time.This operation supports pagination with the use of the
NextToken
request and response parameters. If more results are available, theNextToken
response member contains a token that you pass in the next call to this operation to retrieve the next set of items.- Parameters:
describeWorkspacesRequest
- Contains the inputs for the DescribeWorkspaces operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DescribeWorkspaces operation returned by the service.
-
describeWorkspacesAsync
Future<DescribeWorkspacesResult> describeWorkspacesAsync()
Simplified method form for invoking the DescribeWorkspaces operation.
-
describeWorkspacesAsync
Future<DescribeWorkspacesResult> describeWorkspacesAsync(AsyncHandler<DescribeWorkspacesRequest,DescribeWorkspacesResult> asyncHandler)
Simplified method form for invoking the DescribeWorkspaces operation with an AsyncHandler.
-
rebootWorkspacesAsync
Future<RebootWorkspacesResult> rebootWorkspacesAsync(RebootWorkspacesRequest rebootWorkspacesRequest)
Reboots the specified WorkSpaces.
To be able to reboot a WorkSpace, the WorkSpace must have a State of
AVAILABLE
,IMPAIRED
, orINOPERABLE
.This operation is asynchronous and will return before the WorkSpaces have rebooted.
- Parameters:
rebootWorkspacesRequest
- Contains the inputs for the RebootWorkspaces operation.- Returns:
- A Java Future containing the result of the RebootWorkspaces operation returned by the service.
-
rebootWorkspacesAsync
Future<RebootWorkspacesResult> rebootWorkspacesAsync(RebootWorkspacesRequest rebootWorkspacesRequest, AsyncHandler<RebootWorkspacesRequest,RebootWorkspacesResult> asyncHandler)
Reboots the specified WorkSpaces.
To be able to reboot a WorkSpace, the WorkSpace must have a State of
AVAILABLE
,IMPAIRED
, orINOPERABLE
.This operation is asynchronous and will return before the WorkSpaces have rebooted.
- Parameters:
rebootWorkspacesRequest
- Contains the inputs for the RebootWorkspaces operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the RebootWorkspaces operation returned by the service.
-
rebuildWorkspacesAsync
Future<RebuildWorkspacesResult> rebuildWorkspacesAsync(RebuildWorkspacesRequest rebuildWorkspacesRequest)
Rebuilds the specified WorkSpaces.
Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. Rebuilding a WorkSpace causes the following to occur:
- The system is restored to the image of the bundle that the WorkSpace is created from. Any applications that have been installed, or system settings that have been made since the WorkSpace was created will be lost.
- The data drive (D drive) is re-created from the last automatic snapshot taken of the data drive. The current contents of the data drive are overwritten. Automatic snapshots of the data drive are taken every 12 hours, so the snapshot can be as much as 12 hours old.
To be able to rebuild a WorkSpace, the WorkSpace must have a State of
AVAILABLE
orERROR
.This operation is asynchronous and will return before the WorkSpaces have been completely rebuilt.
- Parameters:
rebuildWorkspacesRequest
- Contains the inputs for the RebuildWorkspaces operation.- Returns:
- A Java Future containing the result of the RebuildWorkspaces operation returned by the service.
-
rebuildWorkspacesAsync
Future<RebuildWorkspacesResult> rebuildWorkspacesAsync(RebuildWorkspacesRequest rebuildWorkspacesRequest, AsyncHandler<RebuildWorkspacesRequest,RebuildWorkspacesResult> asyncHandler)
Rebuilds the specified WorkSpaces.
Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. Rebuilding a WorkSpace causes the following to occur:
- The system is restored to the image of the bundle that the WorkSpace is created from. Any applications that have been installed, or system settings that have been made since the WorkSpace was created will be lost.
- The data drive (D drive) is re-created from the last automatic snapshot taken of the data drive. The current contents of the data drive are overwritten. Automatic snapshots of the data drive are taken every 12 hours, so the snapshot can be as much as 12 hours old.
To be able to rebuild a WorkSpace, the WorkSpace must have a State of
AVAILABLE
orERROR
.This operation is asynchronous and will return before the WorkSpaces have been completely rebuilt.
- Parameters:
rebuildWorkspacesRequest
- Contains the inputs for the RebuildWorkspaces operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the RebuildWorkspaces operation returned by the service.
-
terminateWorkspacesAsync
Future<TerminateWorkspacesResult> terminateWorkspacesAsync(TerminateWorkspacesRequest terminateWorkspacesRequest)
Terminates the specified WorkSpaces.
Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is not maintained and will be destroyed. If you need to archive any user data, contact Amazon Web Services before terminating the WorkSpace.
You can terminate a WorkSpace that is in any state except
SUSPENDED
.This operation is asynchronous and will return before the WorkSpaces have been completely terminated.
- Parameters:
terminateWorkspacesRequest
- Contains the inputs for the TerminateWorkspaces operation.- Returns:
- A Java Future containing the result of the TerminateWorkspaces operation returned by the service.
-
terminateWorkspacesAsync
Future<TerminateWorkspacesResult> terminateWorkspacesAsync(TerminateWorkspacesRequest terminateWorkspacesRequest, AsyncHandler<TerminateWorkspacesRequest,TerminateWorkspacesResult> asyncHandler)
Terminates the specified WorkSpaces.
Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is not maintained and will be destroyed. If you need to archive any user data, contact Amazon Web Services before terminating the WorkSpace.
You can terminate a WorkSpace that is in any state except
SUSPENDED
.This operation is asynchronous and will return before the WorkSpaces have been completely terminated.
- Parameters:
terminateWorkspacesRequest
- Contains the inputs for the TerminateWorkspaces operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the TerminateWorkspaces operation returned by the service.
-
-