@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonWorkspacesAsync extends AbstractAmazonWorkspaces implements AmazonWorkspacesAsync
AmazonWorkspacesAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
associateIpGroups, authorizeIpRules, copyWorkspaceImage, createIpGroup, createTags, createWorkspaces, deleteIpGroup, deleteTags, deleteWorkspaceImage, deregisterWorkspaceDirectory, describeAccount, describeAccountModifications, describeClientProperties, describeIpGroups, describeTags, describeWorkspaceBundles, describeWorkspaceBundles, describeWorkspaceDirectories, describeWorkspaceDirectories, describeWorkspaceImages, describeWorkspaces, describeWorkspaces, describeWorkspacesConnectionStatus, describeWorkspaceSnapshots, disassociateIpGroups, getCachedResponseMetadata, importWorkspaceImage, listAvailableManagementCidrRanges, modifyAccount, modifyClientProperties, modifySelfservicePermissions, modifyWorkspaceAccessProperties, modifyWorkspaceCreationProperties, modifyWorkspaceProperties, modifyWorkspaceState, rebootWorkspaces, rebuildWorkspaces, registerWorkspaceDirectory, restoreWorkspace, revokeIpRules, setEndpoint, setRegion, shutdown, startWorkspaces, stopWorkspaces, terminateWorkspaces, updateRulesOfIpGroup
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateIpGroups, authorizeIpRules, copyWorkspaceImage, createIpGroup, createTags, createWorkspaces, deleteIpGroup, deleteTags, deleteWorkspaceImage, deregisterWorkspaceDirectory, describeAccount, describeAccountModifications, describeClientProperties, describeIpGroups, describeTags, describeWorkspaceBundles, describeWorkspaceBundles, describeWorkspaceDirectories, describeWorkspaceDirectories, describeWorkspaceImages, describeWorkspaces, describeWorkspaces, describeWorkspacesConnectionStatus, describeWorkspaceSnapshots, disassociateIpGroups, getCachedResponseMetadata, importWorkspaceImage, listAvailableManagementCidrRanges, modifyAccount, modifyClientProperties, modifySelfservicePermissions, modifyWorkspaceAccessProperties, modifyWorkspaceCreationProperties, modifyWorkspaceProperties, modifyWorkspaceState, rebootWorkspaces, rebuildWorkspaces, registerWorkspaceDirectory, restoreWorkspace, revokeIpRules, setEndpoint, setRegion, shutdown, startWorkspaces, stopWorkspaces, terminateWorkspaces, updateRulesOfIpGroup
public Future<AssociateIpGroupsResult> associateIpGroupsAsync(AssociateIpGroupsRequest request)
AmazonWorkspacesAsync
Associates the specified IP access control group with the specified directory.
associateIpGroupsAsync
in interface AmazonWorkspacesAsync
public Future<AssociateIpGroupsResult> associateIpGroupsAsync(AssociateIpGroupsRequest request, AsyncHandler<AssociateIpGroupsRequest,AssociateIpGroupsResult> asyncHandler)
AmazonWorkspacesAsync
Associates the specified IP access control group with the specified directory.
associateIpGroupsAsync
in interface AmazonWorkspacesAsync
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.public Future<AuthorizeIpRulesResult> authorizeIpRulesAsync(AuthorizeIpRulesRequest request)
AmazonWorkspacesAsync
Adds one or more rules to the specified IP access control group.
This action gives users permission to access their WorkSpaces from the CIDR address ranges specified in the rules.
authorizeIpRulesAsync
in interface AmazonWorkspacesAsync
public Future<AuthorizeIpRulesResult> authorizeIpRulesAsync(AuthorizeIpRulesRequest request, AsyncHandler<AuthorizeIpRulesRequest,AuthorizeIpRulesResult> asyncHandler)
AmazonWorkspacesAsync
Adds one or more rules to the specified IP access control group.
This action gives users permission to access their WorkSpaces from the CIDR address ranges specified in the rules.
authorizeIpRulesAsync
in interface AmazonWorkspacesAsync
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.public Future<CopyWorkspaceImageResult> copyWorkspaceImageAsync(CopyWorkspaceImageRequest request)
AmazonWorkspacesAsync
Copies the specified image from the specified Region to the current Region.
copyWorkspaceImageAsync
in interface AmazonWorkspacesAsync
public Future<CopyWorkspaceImageResult> copyWorkspaceImageAsync(CopyWorkspaceImageRequest request, AsyncHandler<CopyWorkspaceImageRequest,CopyWorkspaceImageResult> asyncHandler)
AmazonWorkspacesAsync
Copies the specified image from the specified Region to the current Region.
copyWorkspaceImageAsync
in interface AmazonWorkspacesAsync
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.public Future<CreateIpGroupResult> createIpGroupAsync(CreateIpGroupRequest request)
AmazonWorkspacesAsync
Creates an IP access control group.
An IP access control group provides you with the ability to control the IP addresses from which users are allowed to access their WorkSpaces. To specify the CIDR address ranges, add rules to your IP access control group and then associate the group with your directory. You can add rules when you create the group or at any time using AuthorizeIpRules.
There is a default IP access control group associated with your directory. If you don't associate an IP access control group with your directory, the default group is used. The default group includes a default rule that allows users to access their WorkSpaces from anywhere. You cannot modify the default IP access control group for your directory.
createIpGroupAsync
in interface AmazonWorkspacesAsync
public Future<CreateIpGroupResult> createIpGroupAsync(CreateIpGroupRequest request, AsyncHandler<CreateIpGroupRequest,CreateIpGroupResult> asyncHandler)
AmazonWorkspacesAsync
Creates an IP access control group.
An IP access control group provides you with the ability to control the IP addresses from which users are allowed to access their WorkSpaces. To specify the CIDR address ranges, add rules to your IP access control group and then associate the group with your directory. You can add rules when you create the group or at any time using AuthorizeIpRules.
There is a default IP access control group associated with your directory. If you don't associate an IP access control group with your directory, the default group is used. The default group includes a default rule that allows users to access their WorkSpaces from anywhere. You cannot modify the default IP access control group for your directory.
createIpGroupAsync
in interface AmazonWorkspacesAsync
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.public Future<CreateTagsResult> createTagsAsync(CreateTagsRequest request)
AmazonWorkspacesAsync
Creates the specified tags for the specified WorkSpaces resource.
createTagsAsync
in interface AmazonWorkspacesAsync
public Future<CreateTagsResult> createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
AmazonWorkspacesAsync
Creates the specified tags for the specified WorkSpaces resource.
createTagsAsync
in interface AmazonWorkspacesAsync
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.public Future<CreateWorkspacesResult> createWorkspacesAsync(CreateWorkspacesRequest request)
AmazonWorkspacesAsync
Creates one or more WorkSpaces.
This operation is asynchronous and returns before the WorkSpaces are created.
createWorkspacesAsync
in interface AmazonWorkspacesAsync
public Future<CreateWorkspacesResult> createWorkspacesAsync(CreateWorkspacesRequest request, AsyncHandler<CreateWorkspacesRequest,CreateWorkspacesResult> asyncHandler)
AmazonWorkspacesAsync
Creates one or more WorkSpaces.
This operation is asynchronous and returns before the WorkSpaces are created.
createWorkspacesAsync
in interface AmazonWorkspacesAsync
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.public Future<DeleteIpGroupResult> deleteIpGroupAsync(DeleteIpGroupRequest request)
AmazonWorkspacesAsync
Deletes the specified IP access control group.
You cannot delete an IP access control group that is associated with a directory.
deleteIpGroupAsync
in interface AmazonWorkspacesAsync
public Future<DeleteIpGroupResult> deleteIpGroupAsync(DeleteIpGroupRequest request, AsyncHandler<DeleteIpGroupRequest,DeleteIpGroupResult> asyncHandler)
AmazonWorkspacesAsync
Deletes the specified IP access control group.
You cannot delete an IP access control group that is associated with a directory.
deleteIpGroupAsync
in interface AmazonWorkspacesAsync
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.public Future<DeleteTagsResult> deleteTagsAsync(DeleteTagsRequest request)
AmazonWorkspacesAsync
Deletes the specified tags from the specified WorkSpaces resource.
deleteTagsAsync
in interface AmazonWorkspacesAsync
public Future<DeleteTagsResult> deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
AmazonWorkspacesAsync
Deletes the specified tags from the specified WorkSpaces resource.
deleteTagsAsync
in interface AmazonWorkspacesAsync
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.public Future<DeleteWorkspaceImageResult> deleteWorkspaceImageAsync(DeleteWorkspaceImageRequest request)
AmazonWorkspacesAsync
Deletes the specified image from your account. To delete an image, you must first delete any bundles that are associated with the image and un-share the image if it is shared with other accounts.
deleteWorkspaceImageAsync
in interface AmazonWorkspacesAsync
public Future<DeleteWorkspaceImageResult> deleteWorkspaceImageAsync(DeleteWorkspaceImageRequest request, AsyncHandler<DeleteWorkspaceImageRequest,DeleteWorkspaceImageResult> asyncHandler)
AmazonWorkspacesAsync
Deletes the specified image from your account. To delete an image, you must first delete any bundles that are associated with the image and un-share the image if it is shared with other accounts.
deleteWorkspaceImageAsync
in interface AmazonWorkspacesAsync
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.public Future<DeregisterWorkspaceDirectoryResult> deregisterWorkspaceDirectoryAsync(DeregisterWorkspaceDirectoryRequest request)
AmazonWorkspacesAsync
Deregisters the specified directory. This operation is asynchronous and returns before the WorkSpace directory is deregistered. If any WorkSpaces are registered to this directory, you must remove them before you can deregister the directory.
deregisterWorkspaceDirectoryAsync
in interface AmazonWorkspacesAsync
public Future<DeregisterWorkspaceDirectoryResult> deregisterWorkspaceDirectoryAsync(DeregisterWorkspaceDirectoryRequest request, AsyncHandler<DeregisterWorkspaceDirectoryRequest,DeregisterWorkspaceDirectoryResult> asyncHandler)
AmazonWorkspacesAsync
Deregisters the specified directory. This operation is asynchronous and returns before the WorkSpace directory is deregistered. If any WorkSpaces are registered to this directory, you must remove them before you can deregister the directory.
deregisterWorkspaceDirectoryAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeAccountResult> describeAccountAsync(DescribeAccountRequest request)
AmazonWorkspacesAsync
Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.
describeAccountAsync
in interface AmazonWorkspacesAsync
public Future<DescribeAccountResult> describeAccountAsync(DescribeAccountRequest request, AsyncHandler<DescribeAccountRequest,DescribeAccountResult> asyncHandler)
AmazonWorkspacesAsync
Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.
describeAccountAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeAccountModificationsResult> describeAccountModificationsAsync(DescribeAccountModificationsRequest request)
AmazonWorkspacesAsync
Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.
describeAccountModificationsAsync
in interface AmazonWorkspacesAsync
public Future<DescribeAccountModificationsResult> describeAccountModificationsAsync(DescribeAccountModificationsRequest request, AsyncHandler<DescribeAccountModificationsRequest,DescribeAccountModificationsResult> asyncHandler)
AmazonWorkspacesAsync
Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.
describeAccountModificationsAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeClientPropertiesResult> describeClientPropertiesAsync(DescribeClientPropertiesRequest request)
AmazonWorkspacesAsync
Retrieves a list that describes one or more specified Amazon WorkSpaces clients.
describeClientPropertiesAsync
in interface AmazonWorkspacesAsync
public Future<DescribeClientPropertiesResult> describeClientPropertiesAsync(DescribeClientPropertiesRequest request, AsyncHandler<DescribeClientPropertiesRequest,DescribeClientPropertiesResult> asyncHandler)
AmazonWorkspacesAsync
Retrieves a list that describes one or more specified Amazon WorkSpaces clients.
describeClientPropertiesAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeIpGroupsResult> describeIpGroupsAsync(DescribeIpGroupsRequest request)
AmazonWorkspacesAsync
Describes one or more of your IP access control groups.
describeIpGroupsAsync
in interface AmazonWorkspacesAsync
public Future<DescribeIpGroupsResult> describeIpGroupsAsync(DescribeIpGroupsRequest request, AsyncHandler<DescribeIpGroupsRequest,DescribeIpGroupsResult> asyncHandler)
AmazonWorkspacesAsync
Describes one or more of your IP access control groups.
describeIpGroupsAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest request)
AmazonWorkspacesAsync
Describes the specified tags for the specified WorkSpaces resource.
describeTagsAsync
in interface AmazonWorkspacesAsync
public Future<DescribeTagsResult> describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)
AmazonWorkspacesAsync
Describes the specified tags for the specified WorkSpaces resource.
describeTagsAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest request)
AmazonWorkspacesAsync
Retrieves a list that describes the available WorkSpace bundles.
You can filter the results using either bundle ID or owner, but not both.
describeWorkspaceBundlesAsync
in interface AmazonWorkspacesAsync
public Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest request, AsyncHandler<DescribeWorkspaceBundlesRequest,DescribeWorkspaceBundlesResult> asyncHandler)
AmazonWorkspacesAsync
Retrieves a list that describes the available WorkSpace bundles.
You can filter the results using either bundle ID or owner, but not both.
describeWorkspaceBundlesAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync()
describeWorkspaceBundlesAsync
in interface AmazonWorkspacesAsync
describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest)
public Future<DescribeWorkspaceBundlesResult> describeWorkspaceBundlesAsync(AsyncHandler<DescribeWorkspaceBundlesRequest,DescribeWorkspaceBundlesResult> asyncHandler)
describeWorkspaceBundlesAsync
in interface AmazonWorkspacesAsync
describeWorkspaceBundlesAsync(DescribeWorkspaceBundlesRequest, com.amazonaws.handlers.AsyncHandler)
public Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync(DescribeWorkspaceDirectoriesRequest request)
AmazonWorkspacesAsync
Describes the available directories that are registered with Amazon WorkSpaces.
describeWorkspaceDirectoriesAsync
in interface AmazonWorkspacesAsync
public Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync(DescribeWorkspaceDirectoriesRequest request, AsyncHandler<DescribeWorkspaceDirectoriesRequest,DescribeWorkspaceDirectoriesResult> asyncHandler)
AmazonWorkspacesAsync
Describes the available directories that are registered with Amazon WorkSpaces.
describeWorkspaceDirectoriesAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync()
describeWorkspaceDirectoriesAsync
in interface AmazonWorkspacesAsync
describeWorkspaceDirectoriesAsync(DescribeWorkspaceDirectoriesRequest)
public Future<DescribeWorkspaceDirectoriesResult> describeWorkspaceDirectoriesAsync(AsyncHandler<DescribeWorkspaceDirectoriesRequest,DescribeWorkspaceDirectoriesResult> asyncHandler)
public Future<DescribeWorkspaceImagesResult> describeWorkspaceImagesAsync(DescribeWorkspaceImagesRequest request)
AmazonWorkspacesAsync
Retrieves a list that describes one or more specified images, if the image identifiers are provided. Otherwise, all images in the account are described.
describeWorkspaceImagesAsync
in interface AmazonWorkspacesAsync
public Future<DescribeWorkspaceImagesResult> describeWorkspaceImagesAsync(DescribeWorkspaceImagesRequest request, AsyncHandler<DescribeWorkspaceImagesRequest,DescribeWorkspaceImagesResult> asyncHandler)
AmazonWorkspacesAsync
Retrieves a list that describes one or more specified images, if the image identifiers are provided. Otherwise, all images in the account are described.
describeWorkspaceImagesAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeWorkspaceSnapshotsResult> describeWorkspaceSnapshotsAsync(DescribeWorkspaceSnapshotsRequest request)
AmazonWorkspacesAsync
Describes the snapshots for the specified WorkSpace.
describeWorkspaceSnapshotsAsync
in interface AmazonWorkspacesAsync
public Future<DescribeWorkspaceSnapshotsResult> describeWorkspaceSnapshotsAsync(DescribeWorkspaceSnapshotsRequest request, AsyncHandler<DescribeWorkspaceSnapshotsRequest,DescribeWorkspaceSnapshotsResult> asyncHandler)
AmazonWorkspacesAsync
Describes the snapshots for the specified WorkSpace.
describeWorkspaceSnapshotsAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeWorkspacesResult> describeWorkspacesAsync(DescribeWorkspacesRequest request)
AmazonWorkspacesAsync
Describes the specified WorkSpaces.
You can filter the results by using the bundle identifier, directory identifier, or owner, but you can specify only one filter at a time.
describeWorkspacesAsync
in interface AmazonWorkspacesAsync
public Future<DescribeWorkspacesResult> describeWorkspacesAsync(DescribeWorkspacesRequest request, AsyncHandler<DescribeWorkspacesRequest,DescribeWorkspacesResult> asyncHandler)
AmazonWorkspacesAsync
Describes the specified WorkSpaces.
You can filter the results by using the bundle identifier, directory identifier, or owner, but you can specify only one filter at a time.
describeWorkspacesAsync
in interface AmazonWorkspacesAsync
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.public Future<DescribeWorkspacesResult> describeWorkspacesAsync()
describeWorkspacesAsync
in interface AmazonWorkspacesAsync
describeWorkspacesAsync(DescribeWorkspacesRequest)
public Future<DescribeWorkspacesResult> describeWorkspacesAsync(AsyncHandler<DescribeWorkspacesRequest,DescribeWorkspacesResult> asyncHandler)
describeWorkspacesAsync
in interface AmazonWorkspacesAsync
describeWorkspacesAsync(DescribeWorkspacesRequest, com.amazonaws.handlers.AsyncHandler)
public Future<DescribeWorkspacesConnectionStatusResult> describeWorkspacesConnectionStatusAsync(DescribeWorkspacesConnectionStatusRequest request)
AmazonWorkspacesAsync
Describes the connection status of the specified WorkSpaces.
describeWorkspacesConnectionStatusAsync
in interface AmazonWorkspacesAsync
public Future<DescribeWorkspacesConnectionStatusResult> describeWorkspacesConnectionStatusAsync(DescribeWorkspacesConnectionStatusRequest request, AsyncHandler<DescribeWorkspacesConnectionStatusRequest,DescribeWorkspacesConnectionStatusResult> asyncHandler)
AmazonWorkspacesAsync
Describes the connection status of the specified WorkSpaces.
describeWorkspacesConnectionStatusAsync
in interface AmazonWorkspacesAsync
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.public Future<DisassociateIpGroupsResult> disassociateIpGroupsAsync(DisassociateIpGroupsRequest request)
AmazonWorkspacesAsync
Disassociates the specified IP access control group from the specified directory.
disassociateIpGroupsAsync
in interface AmazonWorkspacesAsync
public Future<DisassociateIpGroupsResult> disassociateIpGroupsAsync(DisassociateIpGroupsRequest request, AsyncHandler<DisassociateIpGroupsRequest,DisassociateIpGroupsResult> asyncHandler)
AmazonWorkspacesAsync
Disassociates the specified IP access control group from the specified directory.
disassociateIpGroupsAsync
in interface AmazonWorkspacesAsync
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.public Future<ImportWorkspaceImageResult> importWorkspaceImageAsync(ImportWorkspaceImageRequest request)
AmazonWorkspacesAsync
Imports the specified Windows 7 or Windows 10 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed EC2 image that is in your AWS account, and you must own the image.
importWorkspaceImageAsync
in interface AmazonWorkspacesAsync
public Future<ImportWorkspaceImageResult> importWorkspaceImageAsync(ImportWorkspaceImageRequest request, AsyncHandler<ImportWorkspaceImageRequest,ImportWorkspaceImageResult> asyncHandler)
AmazonWorkspacesAsync
Imports the specified Windows 7 or Windows 10 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed EC2 image that is in your AWS account, and you must own the image.
importWorkspaceImageAsync
in interface AmazonWorkspacesAsync
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.public Future<ListAvailableManagementCidrRangesResult> listAvailableManagementCidrRangesAsync(ListAvailableManagementCidrRangesRequest request)
AmazonWorkspacesAsync
Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use for the network management interface when you enable Bring Your Own License (BYOL).
The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
listAvailableManagementCidrRangesAsync
in interface AmazonWorkspacesAsync
public Future<ListAvailableManagementCidrRangesResult> listAvailableManagementCidrRangesAsync(ListAvailableManagementCidrRangesRequest request, AsyncHandler<ListAvailableManagementCidrRangesRequest,ListAvailableManagementCidrRangesResult> asyncHandler)
AmazonWorkspacesAsync
Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use for the network management interface when you enable Bring Your Own License (BYOL).
The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
listAvailableManagementCidrRangesAsync
in interface AmazonWorkspacesAsync
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.public Future<ModifyAccountResult> modifyAccountAsync(ModifyAccountRequest request)
AmazonWorkspacesAsync
Modifies the configuration of Bring Your Own License (BYOL) for the specified account.
modifyAccountAsync
in interface AmazonWorkspacesAsync
public Future<ModifyAccountResult> modifyAccountAsync(ModifyAccountRequest request, AsyncHandler<ModifyAccountRequest,ModifyAccountResult> asyncHandler)
AmazonWorkspacesAsync
Modifies the configuration of Bring Your Own License (BYOL) for the specified account.
modifyAccountAsync
in interface AmazonWorkspacesAsync
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.public Future<ModifyClientPropertiesResult> modifyClientPropertiesAsync(ModifyClientPropertiesRequest request)
AmazonWorkspacesAsync
Modifies the properties of the specified Amazon WorkSpaces clients.
modifyClientPropertiesAsync
in interface AmazonWorkspacesAsync
public Future<ModifyClientPropertiesResult> modifyClientPropertiesAsync(ModifyClientPropertiesRequest request, AsyncHandler<ModifyClientPropertiesRequest,ModifyClientPropertiesResult> asyncHandler)
AmazonWorkspacesAsync
Modifies the properties of the specified Amazon WorkSpaces clients.
modifyClientPropertiesAsync
in interface AmazonWorkspacesAsync
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.public Future<ModifySelfservicePermissionsResult> modifySelfservicePermissionsAsync(ModifySelfservicePermissionsRequest request)
AmazonWorkspacesAsync
Modifies the self-service WorkSpace management capabilities for your users. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users.
modifySelfservicePermissionsAsync
in interface AmazonWorkspacesAsync
public Future<ModifySelfservicePermissionsResult> modifySelfservicePermissionsAsync(ModifySelfservicePermissionsRequest request, AsyncHandler<ModifySelfservicePermissionsRequest,ModifySelfservicePermissionsResult> asyncHandler)
AmazonWorkspacesAsync
Modifies the self-service WorkSpace management capabilities for your users. For more information, see Enable Self-Service WorkSpace Management Capabilities for Your Users.
modifySelfservicePermissionsAsync
in interface AmazonWorkspacesAsync
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.public Future<ModifyWorkspaceAccessPropertiesResult> modifyWorkspaceAccessPropertiesAsync(ModifyWorkspaceAccessPropertiesRequest request)
AmazonWorkspacesAsync
Specifies which devices and operating systems users can use to access their Workspaces. For more information, see Control Device Access.
modifyWorkspaceAccessPropertiesAsync
in interface AmazonWorkspacesAsync
public Future<ModifyWorkspaceAccessPropertiesResult> modifyWorkspaceAccessPropertiesAsync(ModifyWorkspaceAccessPropertiesRequest request, AsyncHandler<ModifyWorkspaceAccessPropertiesRequest,ModifyWorkspaceAccessPropertiesResult> asyncHandler)
AmazonWorkspacesAsync
Specifies which devices and operating systems users can use to access their Workspaces. For more information, see Control Device Access.
modifyWorkspaceAccessPropertiesAsync
in interface AmazonWorkspacesAsync
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.public Future<ModifyWorkspaceCreationPropertiesResult> modifyWorkspaceCreationPropertiesAsync(ModifyWorkspaceCreationPropertiesRequest request)
AmazonWorkspacesAsync
Modify the default properties used to create WorkSpaces.
modifyWorkspaceCreationPropertiesAsync
in interface AmazonWorkspacesAsync
public Future<ModifyWorkspaceCreationPropertiesResult> modifyWorkspaceCreationPropertiesAsync(ModifyWorkspaceCreationPropertiesRequest request, AsyncHandler<ModifyWorkspaceCreationPropertiesRequest,ModifyWorkspaceCreationPropertiesResult> asyncHandler)
AmazonWorkspacesAsync
Modify the default properties used to create WorkSpaces.
modifyWorkspaceCreationPropertiesAsync
in interface AmazonWorkspacesAsync
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.public Future<ModifyWorkspacePropertiesResult> modifyWorkspacePropertiesAsync(ModifyWorkspacePropertiesRequest request)
AmazonWorkspacesAsync
Modifies the specified WorkSpace properties.
modifyWorkspacePropertiesAsync
in interface AmazonWorkspacesAsync
public Future<ModifyWorkspacePropertiesResult> modifyWorkspacePropertiesAsync(ModifyWorkspacePropertiesRequest request, AsyncHandler<ModifyWorkspacePropertiesRequest,ModifyWorkspacePropertiesResult> asyncHandler)
AmazonWorkspacesAsync
Modifies the specified WorkSpace properties.
modifyWorkspacePropertiesAsync
in interface AmazonWorkspacesAsync
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.public Future<ModifyWorkspaceStateResult> modifyWorkspaceStateAsync(ModifyWorkspaceStateRequest request)
AmazonWorkspacesAsync
Sets the state of the specified WorkSpace.
To maintain a WorkSpace without being interrupted, set the WorkSpace state to ADMIN_MAINTENANCE
.
WorkSpaces in this state do not respond to requests to reboot, stop, start, rebuild, or restore. An AutoStop
WorkSpace in this state is not stopped. Users cannot log into a WorkSpace in the ADMIN_MAINTENANCE
state.
modifyWorkspaceStateAsync
in interface AmazonWorkspacesAsync
public Future<ModifyWorkspaceStateResult> modifyWorkspaceStateAsync(ModifyWorkspaceStateRequest request, AsyncHandler<ModifyWorkspaceStateRequest,ModifyWorkspaceStateResult> asyncHandler)
AmazonWorkspacesAsync
Sets the state of the specified WorkSpace.
To maintain a WorkSpace without being interrupted, set the WorkSpace state to ADMIN_MAINTENANCE
.
WorkSpaces in this state do not respond to requests to reboot, stop, start, rebuild, or restore. An AutoStop
WorkSpace in this state is not stopped. Users cannot log into a WorkSpace in the ADMIN_MAINTENANCE
state.
modifyWorkspaceStateAsync
in interface AmazonWorkspacesAsync
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.public Future<RebootWorkspacesResult> rebootWorkspacesAsync(RebootWorkspacesRequest request)
AmazonWorkspacesAsync
Reboots the specified WorkSpaces.
You cannot reboot a WorkSpace unless its state is AVAILABLE
or UNHEALTHY
.
This operation is asynchronous and returns before the WorkSpaces have rebooted.
rebootWorkspacesAsync
in interface AmazonWorkspacesAsync
public Future<RebootWorkspacesResult> rebootWorkspacesAsync(RebootWorkspacesRequest request, AsyncHandler<RebootWorkspacesRequest,RebootWorkspacesResult> asyncHandler)
AmazonWorkspacesAsync
Reboots the specified WorkSpaces.
You cannot reboot a WorkSpace unless its state is AVAILABLE
or UNHEALTHY
.
This operation is asynchronous and returns before the WorkSpaces have rebooted.
rebootWorkspacesAsync
in interface AmazonWorkspacesAsync
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.public Future<RebuildWorkspacesResult> rebuildWorkspacesAsync(RebuildWorkspacesRequest request)
AmazonWorkspacesAsync
Rebuilds the specified WorkSpace.
You cannot rebuild a WorkSpace unless its state is AVAILABLE
, ERROR
, or
UNHEALTHY
.
Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Rebuild a WorkSpace.
This operation is asynchronous and returns before the WorkSpaces have been completely rebuilt.
rebuildWorkspacesAsync
in interface AmazonWorkspacesAsync
public Future<RebuildWorkspacesResult> rebuildWorkspacesAsync(RebuildWorkspacesRequest request, AsyncHandler<RebuildWorkspacesRequest,RebuildWorkspacesResult> asyncHandler)
AmazonWorkspacesAsync
Rebuilds the specified WorkSpace.
You cannot rebuild a WorkSpace unless its state is AVAILABLE
, ERROR
, or
UNHEALTHY
.
Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Rebuild a WorkSpace.
This operation is asynchronous and returns before the WorkSpaces have been completely rebuilt.
rebuildWorkspacesAsync
in interface AmazonWorkspacesAsync
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.public Future<RegisterWorkspaceDirectoryResult> registerWorkspaceDirectoryAsync(RegisterWorkspaceDirectoryRequest request)
AmazonWorkspacesAsync
Registers the specified directory. This operation is asynchronous and returns before the WorkSpace directory is registered. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role.
registerWorkspaceDirectoryAsync
in interface AmazonWorkspacesAsync
public Future<RegisterWorkspaceDirectoryResult> registerWorkspaceDirectoryAsync(RegisterWorkspaceDirectoryRequest request, AsyncHandler<RegisterWorkspaceDirectoryRequest,RegisterWorkspaceDirectoryResult> asyncHandler)
AmazonWorkspacesAsync
Registers the specified directory. This operation is asynchronous and returns before the WorkSpace directory is registered. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role.
registerWorkspaceDirectoryAsync
in interface AmazonWorkspacesAsync
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.public Future<RestoreWorkspaceResult> restoreWorkspaceAsync(RestoreWorkspaceRequest request)
AmazonWorkspacesAsync
Restores the specified WorkSpace to its last known healthy state.
You cannot restore a WorkSpace unless its state is AVAILABLE
, ERROR
, or
UNHEALTHY
.
Restoring a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Restore a WorkSpace.
This operation is asynchronous and returns before the WorkSpace is completely restored.
restoreWorkspaceAsync
in interface AmazonWorkspacesAsync
public Future<RestoreWorkspaceResult> restoreWorkspaceAsync(RestoreWorkspaceRequest request, AsyncHandler<RestoreWorkspaceRequest,RestoreWorkspaceResult> asyncHandler)
AmazonWorkspacesAsync
Restores the specified WorkSpace to its last known healthy state.
You cannot restore a WorkSpace unless its state is AVAILABLE
, ERROR
, or
UNHEALTHY
.
Restoring a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Restore a WorkSpace.
This operation is asynchronous and returns before the WorkSpace is completely restored.
restoreWorkspaceAsync
in interface AmazonWorkspacesAsync
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.public Future<RevokeIpRulesResult> revokeIpRulesAsync(RevokeIpRulesRequest request)
AmazonWorkspacesAsync
Removes one or more rules from the specified IP access control group.
revokeIpRulesAsync
in interface AmazonWorkspacesAsync
public Future<RevokeIpRulesResult> revokeIpRulesAsync(RevokeIpRulesRequest request, AsyncHandler<RevokeIpRulesRequest,RevokeIpRulesResult> asyncHandler)
AmazonWorkspacesAsync
Removes one or more rules from the specified IP access control group.
revokeIpRulesAsync
in interface AmazonWorkspacesAsync
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.public Future<StartWorkspacesResult> startWorkspacesAsync(StartWorkspacesRequest request)
AmazonWorkspacesAsync
Starts the specified WorkSpaces.
You cannot start a WorkSpace unless it has a running mode of AutoStop
and a state of
STOPPED
.
startWorkspacesAsync
in interface AmazonWorkspacesAsync
public Future<StartWorkspacesResult> startWorkspacesAsync(StartWorkspacesRequest request, AsyncHandler<StartWorkspacesRequest,StartWorkspacesResult> asyncHandler)
AmazonWorkspacesAsync
Starts the specified WorkSpaces.
You cannot start a WorkSpace unless it has a running mode of AutoStop
and a state of
STOPPED
.
startWorkspacesAsync
in interface AmazonWorkspacesAsync
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.public Future<StopWorkspacesResult> stopWorkspacesAsync(StopWorkspacesRequest request)
AmazonWorkspacesAsync
Stops the specified WorkSpaces.
You cannot stop a WorkSpace unless it has a running mode of AutoStop
and a state of
AVAILABLE
, IMPAIRED
, UNHEALTHY
, or ERROR
.
stopWorkspacesAsync
in interface AmazonWorkspacesAsync
public Future<StopWorkspacesResult> stopWorkspacesAsync(StopWorkspacesRequest request, AsyncHandler<StopWorkspacesRequest,StopWorkspacesResult> asyncHandler)
AmazonWorkspacesAsync
Stops the specified WorkSpaces.
You cannot stop a WorkSpace unless it has a running mode of AutoStop
and a state of
AVAILABLE
, IMPAIRED
, UNHEALTHY
, or ERROR
.
stopWorkspacesAsync
in interface AmazonWorkspacesAsync
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.public Future<TerminateWorkspacesResult> terminateWorkspacesAsync(TerminateWorkspacesRequest request)
AmazonWorkspacesAsync
Terminates the specified WorkSpaces.
Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is 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 returns before the WorkSpaces have been completely terminated.
terminateWorkspacesAsync
in interface AmazonWorkspacesAsync
public Future<TerminateWorkspacesResult> terminateWorkspacesAsync(TerminateWorkspacesRequest request, AsyncHandler<TerminateWorkspacesRequest,TerminateWorkspacesResult> asyncHandler)
AmazonWorkspacesAsync
Terminates the specified WorkSpaces.
Terminating a WorkSpace is a permanent action and cannot be undone. The user's data is 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 returns before the WorkSpaces have been completely terminated.
terminateWorkspacesAsync
in interface AmazonWorkspacesAsync
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.public Future<UpdateRulesOfIpGroupResult> updateRulesOfIpGroupAsync(UpdateRulesOfIpGroupRequest request)
AmazonWorkspacesAsync
Replaces the current rules of the specified IP access control group with the specified rules.
updateRulesOfIpGroupAsync
in interface AmazonWorkspacesAsync
public Future<UpdateRulesOfIpGroupResult> updateRulesOfIpGroupAsync(UpdateRulesOfIpGroupRequest request, AsyncHandler<UpdateRulesOfIpGroupRequest,UpdateRulesOfIpGroupResult> asyncHandler)
AmazonWorkspacesAsync
Replaces the current rules of the specified IP access control group with the specified rules.
updateRulesOfIpGroupAsync
in interface AmazonWorkspacesAsync
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.