Class AbstractAmazonWorkspacesAsync
- java.lang.Object
-
- com.amazonaws.services.workspaces.AbstractAmazonWorkspaces
-
- com.amazonaws.services.workspaces.AbstractAmazonWorkspacesAsync
-
- All Implemented Interfaces:
AmazonWorkspaces
,AmazonWorkspacesAsync
public class AbstractAmazonWorkspacesAsync extends AbstractAmazonWorkspaces implements AmazonWorkspacesAsync
Abstract implementation ofAmazonWorkspacesAsync
. Convenient method forms pass through to the corresponding overload that takes a request object and anAsyncHandler
, which throws anUnsupportedOperationException
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractAmazonWorkspacesAsync()
-
Method Summary
-
Methods inherited from class com.amazonaws.services.workspaces.AbstractAmazonWorkspaces
createTags, createWorkspaces, deleteTags, describeTags, describeWorkspaceBundles, describeWorkspaceBundles, describeWorkspaceDirectories, describeWorkspaceDirectories, describeWorkspaces, describeWorkspaces, getCachedResponseMetadata, rebootWorkspaces, rebuildWorkspaces, setEndpoint, setRegion, shutdown, terminateWorkspaces
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public Future<CreateTagsResult> createTagsAsync(CreateTagsRequest request)
Description copied from interface:AmazonWorkspacesAsync
Creates tags for a WorkSpace.
- Specified by:
createTagsAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- The request of the create tags action.- Returns:
- A Java Future containing the result of the CreateTags operation returned by the service.
-
createTagsAsync
public Future<CreateTagsResult> createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
Creates tags for a WorkSpace.
- Specified by:
createTagsAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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
public Future<CreateWorkspacesResult> createWorkspacesAsync(CreateWorkspacesRequest request)
Description copied from interface:AmazonWorkspacesAsync
Creates one or more WorkSpaces.
This operation is asynchronous and returns before the WorkSpaces are created.
- Specified by:
createWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- Contains the inputs for the CreateWorkspaces operation.- Returns:
- A Java Future containing the result of the CreateWorkspaces operation returned by the service.
-
createWorkspacesAsync
public Future<CreateWorkspacesResult> createWorkspacesAsync(CreateWorkspacesRequest request, AsyncHandler<CreateWorkspacesRequest,CreateWorkspacesResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
Creates one or more WorkSpaces.
This operation is asynchronous and returns before the WorkSpaces are created.
- Specified by:
createWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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
public Future<DeleteTagsResult> deleteTagsAsync(DeleteTagsRequest request)
Description copied from interface:AmazonWorkspacesAsync
Deletes tags from a WorkSpace.
- Specified by:
deleteTagsAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- The request of the delete tags action.- Returns:
- A Java Future containing the result of the DeleteTags operation returned by the service.
-
deleteTagsAsync
public Future<DeleteTagsResult> deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
Deletes tags from a WorkSpace.
- Specified by:
deleteTagsAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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
public Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest request)
Description copied from interface:AmazonWorkspacesAsync
Describes tags for a WorkSpace.
- Specified by:
describeTagsAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- The request of the describe tags action.- Returns:
- A Java Future containing the result of the DescribeTags operation returned by the service.
-
describeTagsAsync
public Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
Describes tags for a WorkSpace.
- Specified by:
describeTagsAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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
public Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest request)
Description copied from interface:AmazonWorkspacesAsync
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.- Specified by:
describeWorkspaceBundlesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- Contains the inputs for the DescribeWorkspaceBundles operation.- Returns:
- A Java Future containing the result of the DescribeWorkspaceBundles operation returned by the service.
-
describeWorkspaceBundlesAsync
public Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest request, AsyncHandler<DescribeWorkspaceBundlesRequest,DescribeWorkspaceBundlesResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
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.- Specified by:
describeWorkspaceBundlesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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
public Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync()
Simplified method form for invoking the DescribeWorkspaceBundles operation.- Specified by:
describeWorkspaceBundlesAsync
in interfaceAmazonWorkspacesAsync
- See Also:
describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest)
-
describeWorkspaceBundlesAsync
public Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync(AsyncHandler<DescribeWorkspaceBundlesRequest,DescribeWorkspaceBundlesResult> asyncHandler)
Simplified method form for invoking the DescribeWorkspaceBundles operation with an AsyncHandler.- Specified by:
describeWorkspaceBundlesAsync
in interfaceAmazonWorkspacesAsync
- See Also:
describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest, com.amazonaws.handlers.AsyncHandler)
-
describeWorkspaceDirectoriesAsync
public Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync(DescribeWorkspaceDirectoriesRequest request)
Description copied from interface:AmazonWorkspacesAsync
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.- Specified by:
describeWorkspaceDirectoriesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- Contains the inputs for the DescribeWorkspaceDirectories operation.- Returns:
- A Java Future containing the result of the DescribeWorkspaceDirectories operation returned by the service.
-
describeWorkspaceDirectoriesAsync
public Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync(DescribeWorkspaceDirectoriesRequest request, AsyncHandler<DescribeWorkspaceDirectoriesRequest,DescribeWorkspaceDirectoriesResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
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.- Specified by:
describeWorkspaceDirectoriesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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
public Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync()
Simplified method form for invoking the DescribeWorkspaceDirectories operation.- Specified by:
describeWorkspaceDirectoriesAsync
in interfaceAmazonWorkspacesAsync
- See Also:
describeWorkspaceDirectoriesAsync(DescribeWorkspaceDirectoriesRequest)
-
describeWorkspaceDirectoriesAsync
public Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync(AsyncHandler<DescribeWorkspaceDirectoriesRequest,DescribeWorkspaceDirectoriesResult> asyncHandler)
Simplified method form for invoking the DescribeWorkspaceDirectories operation with an AsyncHandler.
-
describeWorkspacesAsync
public Future<DescribeWorkspacesResult> describeWorkspacesAsync(DescribeWorkspacesRequest request)
Description copied from interface:AmazonWorkspacesAsync
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.- Specified by:
describeWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- Contains the inputs for the DescribeWorkspaces operation.- Returns:
- A Java Future containing the result of the DescribeWorkspaces operation returned by the service.
-
describeWorkspacesAsync
public Future<DescribeWorkspacesResult> describeWorkspacesAsync(DescribeWorkspacesRequest request, AsyncHandler<DescribeWorkspacesRequest,DescribeWorkspacesResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
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.- Specified by:
describeWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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
public Future<DescribeWorkspacesResult> describeWorkspacesAsync()
Simplified method form for invoking the DescribeWorkspaces operation.- Specified by:
describeWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- See Also:
describeWorkspacesAsync(DescribeWorkspacesRequest)
-
describeWorkspacesAsync
public Future<DescribeWorkspacesResult> describeWorkspacesAsync(AsyncHandler<DescribeWorkspacesRequest,DescribeWorkspacesResult> asyncHandler)
Simplified method form for invoking the DescribeWorkspaces operation with an AsyncHandler.- Specified by:
describeWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- See Also:
describeWorkspacesAsync(DescribeWorkspacesRequest, com.amazonaws.handlers.AsyncHandler)
-
rebootWorkspacesAsync
public Future<RebootWorkspacesResult> rebootWorkspacesAsync(RebootWorkspacesRequest request)
Description copied from interface:AmazonWorkspacesAsync
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.
- Specified by:
rebootWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- Contains the inputs for the RebootWorkspaces operation.- Returns:
- A Java Future containing the result of the RebootWorkspaces operation returned by the service.
-
rebootWorkspacesAsync
public Future<RebootWorkspacesResult> rebootWorkspacesAsync(RebootWorkspacesRequest request, AsyncHandler<RebootWorkspacesRequest,RebootWorkspacesResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
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.
- Specified by:
rebootWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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
public Future<RebuildWorkspacesResult> rebuildWorkspacesAsync(RebuildWorkspacesRequest request)
Description copied from interface:AmazonWorkspacesAsync
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.
- Specified by:
rebuildWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- Contains the inputs for the RebuildWorkspaces operation.- Returns:
- A Java Future containing the result of the RebuildWorkspaces operation returned by the service.
-
rebuildWorkspacesAsync
public Future<RebuildWorkspacesResult> rebuildWorkspacesAsync(RebuildWorkspacesRequest request, AsyncHandler<RebuildWorkspacesRequest,RebuildWorkspacesResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
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.
- Specified by:
rebuildWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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
public Future<TerminateWorkspacesResult> terminateWorkspacesAsync(TerminateWorkspacesRequest request)
Description copied from interface:AmazonWorkspacesAsync
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.
- Specified by:
terminateWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- Contains the inputs for the TerminateWorkspaces operation.- Returns:
- A Java Future containing the result of the TerminateWorkspaces operation returned by the service.
-
terminateWorkspacesAsync
public Future<TerminateWorkspacesResult> terminateWorkspacesAsync(TerminateWorkspacesRequest request, AsyncHandler<TerminateWorkspacesRequest,TerminateWorkspacesResult> asyncHandler)
Description copied from interface:AmazonWorkspacesAsync
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.
- Specified by:
terminateWorkspacesAsync
in interfaceAmazonWorkspacesAsync
- Parameters:
request
- 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.
-
-