@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonAppStreamAsync extends AmazonAppStream
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonAppStreamAsync
instead.
You can use Amazon AppStream 2.0 to stream desktop applications to any device running a web browser, without rewriting them.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AssociateFleetResult> |
associateFleetAsync(AssociateFleetRequest associateFleetRequest)
Associates the specified fleet with the specified stack.
|
Future<AssociateFleetResult> |
associateFleetAsync(AssociateFleetRequest associateFleetRequest,
AsyncHandler<AssociateFleetRequest,AssociateFleetResult> asyncHandler)
Associates the specified fleet with the specified stack.
|
Future<BatchAssociateUserStackResult> |
batchAssociateUserStackAsync(BatchAssociateUserStackRequest batchAssociateUserStackRequest)
Associates the specified users with the specified stacks.
|
Future<BatchAssociateUserStackResult> |
batchAssociateUserStackAsync(BatchAssociateUserStackRequest batchAssociateUserStackRequest,
AsyncHandler<BatchAssociateUserStackRequest,BatchAssociateUserStackResult> asyncHandler)
Associates the specified users with the specified stacks.
|
Future<BatchDisassociateUserStackResult> |
batchDisassociateUserStackAsync(BatchDisassociateUserStackRequest batchDisassociateUserStackRequest)
Disassociates the specified users from the specified stacks.
|
Future<BatchDisassociateUserStackResult> |
batchDisassociateUserStackAsync(BatchDisassociateUserStackRequest batchDisassociateUserStackRequest,
AsyncHandler<BatchDisassociateUserStackRequest,BatchDisassociateUserStackResult> asyncHandler)
Disassociates the specified users from the specified stacks.
|
Future<CopyImageResult> |
copyImageAsync(CopyImageRequest copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account.
|
Future<CopyImageResult> |
copyImageAsync(CopyImageRequest copyImageRequest,
AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
Copies the image within the same region or to a new region within the same AWS account.
|
Future<CreateDirectoryConfigResult> |
createDirectoryConfigAsync(CreateDirectoryConfigRequest createDirectoryConfigRequest)
Creates a Directory Config object in AppStream 2.0.
|
Future<CreateDirectoryConfigResult> |
createDirectoryConfigAsync(CreateDirectoryConfigRequest createDirectoryConfigRequest,
AsyncHandler<CreateDirectoryConfigRequest,CreateDirectoryConfigResult> asyncHandler)
Creates a Directory Config object in AppStream 2.0.
|
Future<CreateFleetResult> |
createFleetAsync(CreateFleetRequest createFleetRequest)
Creates a fleet.
|
Future<CreateFleetResult> |
createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a fleet.
|
Future<CreateImageBuilderResult> |
createImageBuilderAsync(CreateImageBuilderRequest createImageBuilderRequest)
Creates an image builder.
|
Future<CreateImageBuilderResult> |
createImageBuilderAsync(CreateImageBuilderRequest createImageBuilderRequest,
AsyncHandler<CreateImageBuilderRequest,CreateImageBuilderResult> asyncHandler)
Creates an image builder.
|
Future<CreateImageBuilderStreamingURLResult> |
createImageBuilderStreamingURLAsync(CreateImageBuilderStreamingURLRequest createImageBuilderStreamingURLRequest)
Creates a URL to start an image builder streaming session.
|
Future<CreateImageBuilderStreamingURLResult> |
createImageBuilderStreamingURLAsync(CreateImageBuilderStreamingURLRequest createImageBuilderStreamingURLRequest,
AsyncHandler<CreateImageBuilderStreamingURLRequest,CreateImageBuilderStreamingURLResult> asyncHandler)
Creates a URL to start an image builder streaming session.
|
Future<CreateStackResult> |
createStackAsync(CreateStackRequest createStackRequest)
Creates a stack to start streaming applications to users.
|
Future<CreateStackResult> |
createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a stack to start streaming applications to users.
|
Future<CreateStreamingURLResult> |
createStreamingURLAsync(CreateStreamingURLRequest createStreamingURLRequest)
Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user.
|
Future<CreateStreamingURLResult> |
createStreamingURLAsync(CreateStreamingURLRequest createStreamingURLRequest,
AsyncHandler<CreateStreamingURLRequest,CreateStreamingURLResult> asyncHandler)
Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user.
|
Future<CreateUserResult> |
createUserAsync(CreateUserRequest createUserRequest)
Creates a new user in the user pool.
|
Future<CreateUserResult> |
createUserAsync(CreateUserRequest createUserRequest,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler)
Creates a new user in the user pool.
|
Future<DeleteDirectoryConfigResult> |
deleteDirectoryConfigAsync(DeleteDirectoryConfigRequest deleteDirectoryConfigRequest)
Deletes the specified Directory Config object from AppStream 2.0.
|
Future<DeleteDirectoryConfigResult> |
deleteDirectoryConfigAsync(DeleteDirectoryConfigRequest deleteDirectoryConfigRequest,
AsyncHandler<DeleteDirectoryConfigRequest,DeleteDirectoryConfigResult> asyncHandler)
Deletes the specified Directory Config object from AppStream 2.0.
|
Future<DeleteFleetResult> |
deleteFleetAsync(DeleteFleetRequest deleteFleetRequest)
Deletes the specified fleet.
|
Future<DeleteFleetResult> |
deleteFleetAsync(DeleteFleetRequest deleteFleetRequest,
AsyncHandler<DeleteFleetRequest,DeleteFleetResult> asyncHandler)
Deletes the specified fleet.
|
Future<DeleteImageResult> |
deleteImageAsync(DeleteImageRequest deleteImageRequest)
Deletes the specified image.
|
Future<DeleteImageResult> |
deleteImageAsync(DeleteImageRequest deleteImageRequest,
AsyncHandler<DeleteImageRequest,DeleteImageResult> asyncHandler)
Deletes the specified image.
|
Future<DeleteImageBuilderResult> |
deleteImageBuilderAsync(DeleteImageBuilderRequest deleteImageBuilderRequest)
Deletes the specified image builder and releases the capacity.
|
Future<DeleteImageBuilderResult> |
deleteImageBuilderAsync(DeleteImageBuilderRequest deleteImageBuilderRequest,
AsyncHandler<DeleteImageBuilderRequest,DeleteImageBuilderResult> asyncHandler)
Deletes the specified image builder and releases the capacity.
|
Future<DeleteImagePermissionsResult> |
deleteImagePermissionsAsync(DeleteImagePermissionsRequest deleteImagePermissionsRequest)
Deletes permissions for the specified private image.
|
Future<DeleteImagePermissionsResult> |
deleteImagePermissionsAsync(DeleteImagePermissionsRequest deleteImagePermissionsRequest,
AsyncHandler<DeleteImagePermissionsRequest,DeleteImagePermissionsResult> asyncHandler)
Deletes permissions for the specified private image.
|
Future<DeleteStackResult> |
deleteStackAsync(DeleteStackRequest deleteStackRequest)
Deletes the specified stack.
|
Future<DeleteStackResult> |
deleteStackAsync(DeleteStackRequest deleteStackRequest,
AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler)
Deletes the specified stack.
|
Future<DeleteUserResult> |
deleteUserAsync(DeleteUserRequest deleteUserRequest)
Deletes a user from the user pool.
|
Future<DeleteUserResult> |
deleteUserAsync(DeleteUserRequest deleteUserRequest,
AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler)
Deletes a user from the user pool.
|
Future<DescribeDirectoryConfigsResult> |
describeDirectoryConfigsAsync(DescribeDirectoryConfigsRequest describeDirectoryConfigsRequest)
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names
for these objects are provided.
|
Future<DescribeDirectoryConfigsResult> |
describeDirectoryConfigsAsync(DescribeDirectoryConfigsRequest describeDirectoryConfigsRequest,
AsyncHandler<DescribeDirectoryConfigsRequest,DescribeDirectoryConfigsResult> asyncHandler)
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names
for these objects are provided.
|
Future<DescribeFleetsResult> |
describeFleetsAsync(DescribeFleetsRequest describeFleetsRequest)
Retrieves a list that describes one or more specified fleets, if the fleet names are provided.
|
Future<DescribeFleetsResult> |
describeFleetsAsync(DescribeFleetsRequest describeFleetsRequest,
AsyncHandler<DescribeFleetsRequest,DescribeFleetsResult> asyncHandler)
Retrieves a list that describes one or more specified fleets, if the fleet names are provided.
|
Future<DescribeImageBuildersResult> |
describeImageBuildersAsync(DescribeImageBuildersRequest describeImageBuildersRequest)
Retrieves a list that describes one or more specified image builders, if the image builder names are provided.
|
Future<DescribeImageBuildersResult> |
describeImageBuildersAsync(DescribeImageBuildersRequest describeImageBuildersRequest,
AsyncHandler<DescribeImageBuildersRequest,DescribeImageBuildersResult> asyncHandler)
Retrieves a list that describes one or more specified image builders, if the image builder names are provided.
|
Future<DescribeImagePermissionsResult> |
describeImagePermissionsAsync(DescribeImagePermissionsRequest describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
|
Future<DescribeImagePermissionsResult> |
describeImagePermissionsAsync(DescribeImagePermissionsRequest describeImagePermissionsRequest,
AsyncHandler<DescribeImagePermissionsRequest,DescribeImagePermissionsResult> asyncHandler)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
|
Future<DescribeImagesResult> |
describeImagesAsync(DescribeImagesRequest describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.
|
Future<DescribeImagesResult> |
describeImagesAsync(DescribeImagesRequest describeImagesRequest,
AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided.
|
Future<DescribeSessionsResult> |
describeSessionsAsync(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list that describes the streaming sessions for a specified stack and fleet.
|
Future<DescribeSessionsResult> |
describeSessionsAsync(DescribeSessionsRequest describeSessionsRequest,
AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler)
Retrieves a list that describes the streaming sessions for a specified stack and fleet.
|
Future<DescribeStacksResult> |
describeStacksAsync(DescribeStacksRequest describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
Future<DescribeStacksResult> |
describeStacksAsync(DescribeStacksRequest describeStacksRequest,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Retrieves a list that describes one or more specified stacks, if the stack names are provided.
|
Future<DescribeUsersResult> |
describeUsersAsync(DescribeUsersRequest describeUsersRequest)
Retrieves a list that describes one or more specified users in the user pool, if user names are provided.
|
Future<DescribeUsersResult> |
describeUsersAsync(DescribeUsersRequest describeUsersRequest,
AsyncHandler<DescribeUsersRequest,DescribeUsersResult> asyncHandler)
Retrieves a list that describes one or more specified users in the user pool, if user names are provided.
|
Future<DescribeUserStackAssociationsResult> |
describeUserStackAssociationsAsync(DescribeUserStackAssociationsRequest describeUserStackAssociationsRequest)
Retrieves a list that describes the UserStackAssociation objects.
|
Future<DescribeUserStackAssociationsResult> |
describeUserStackAssociationsAsync(DescribeUserStackAssociationsRequest describeUserStackAssociationsRequest,
AsyncHandler<DescribeUserStackAssociationsRequest,DescribeUserStackAssociationsResult> asyncHandler)
Retrieves a list that describes the UserStackAssociation objects.
|
Future<DisableUserResult> |
disableUserAsync(DisableUserRequest disableUserRequest)
Disables the specified user in the user pool.
|
Future<DisableUserResult> |
disableUserAsync(DisableUserRequest disableUserRequest,
AsyncHandler<DisableUserRequest,DisableUserResult> asyncHandler)
Disables the specified user in the user pool.
|
Future<DisassociateFleetResult> |
disassociateFleetAsync(DisassociateFleetRequest disassociateFleetRequest)
Disassociates the specified fleet from the specified stack.
|
Future<DisassociateFleetResult> |
disassociateFleetAsync(DisassociateFleetRequest disassociateFleetRequest,
AsyncHandler<DisassociateFleetRequest,DisassociateFleetResult> asyncHandler)
Disassociates the specified fleet from the specified stack.
|
Future<EnableUserResult> |
enableUserAsync(EnableUserRequest enableUserRequest)
Enables a user in the user pool.
|
Future<EnableUserResult> |
enableUserAsync(EnableUserRequest enableUserRequest,
AsyncHandler<EnableUserRequest,EnableUserResult> asyncHandler)
Enables a user in the user pool.
|
Future<ExpireSessionResult> |
expireSessionAsync(ExpireSessionRequest expireSessionRequest)
Immediately stops the specified streaming session.
|
Future<ExpireSessionResult> |
expireSessionAsync(ExpireSessionRequest expireSessionRequest,
AsyncHandler<ExpireSessionRequest,ExpireSessionResult> asyncHandler)
Immediately stops the specified streaming session.
|
Future<ListAssociatedFleetsResult> |
listAssociatedFleetsAsync(ListAssociatedFleetsRequest listAssociatedFleetsRequest)
Retrieves the name of the fleet that is associated with the specified stack.
|
Future<ListAssociatedFleetsResult> |
listAssociatedFleetsAsync(ListAssociatedFleetsRequest listAssociatedFleetsRequest,
AsyncHandler<ListAssociatedFleetsRequest,ListAssociatedFleetsResult> asyncHandler)
Retrieves the name of the fleet that is associated with the specified stack.
|
Future<ListAssociatedStacksResult> |
listAssociatedStacksAsync(ListAssociatedStacksRequest listAssociatedStacksRequest)
Retrieves the name of the stack with which the specified fleet is associated.
|
Future<ListAssociatedStacksResult> |
listAssociatedStacksAsync(ListAssociatedStacksRequest listAssociatedStacksRequest,
AsyncHandler<ListAssociatedStacksRequest,ListAssociatedStacksResult> asyncHandler)
Retrieves the name of the stack with which the specified fleet is associated.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of all tags for the specified AppStream 2.0 resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Retrieves a list of all tags for the specified AppStream 2.0 resource.
|
Future<StartFleetResult> |
startFleetAsync(StartFleetRequest startFleetRequest)
Starts the specified fleet.
|
Future<StartFleetResult> |
startFleetAsync(StartFleetRequest startFleetRequest,
AsyncHandler<StartFleetRequest,StartFleetResult> asyncHandler)
Starts the specified fleet.
|
Future<StartImageBuilderResult> |
startImageBuilderAsync(StartImageBuilderRequest startImageBuilderRequest)
Starts the specified image builder.
|
Future<StartImageBuilderResult> |
startImageBuilderAsync(StartImageBuilderRequest startImageBuilderRequest,
AsyncHandler<StartImageBuilderRequest,StartImageBuilderResult> asyncHandler)
Starts the specified image builder.
|
Future<StopFleetResult> |
stopFleetAsync(StopFleetRequest stopFleetRequest)
Stops the specified fleet.
|
Future<StopFleetResult> |
stopFleetAsync(StopFleetRequest stopFleetRequest,
AsyncHandler<StopFleetRequest,StopFleetResult> asyncHandler)
Stops the specified fleet.
|
Future<StopImageBuilderResult> |
stopImageBuilderAsync(StopImageBuilderRequest stopImageBuilderRequest)
Stops the specified image builder.
|
Future<StopImageBuilderResult> |
stopImageBuilderAsync(StopImageBuilderRequest stopImageBuilderRequest,
AsyncHandler<StopImageBuilderRequest,StopImageBuilderResult> asyncHandler)
Stops the specified image builder.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds or overwrites one or more tags for the specified AppStream 2.0 resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds or overwrites one or more tags for the specified AppStream 2.0 resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Disassociates one or more specified tags from the specified AppStream 2.0 resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Disassociates one or more specified tags from the specified AppStream 2.0 resource.
|
Future<UpdateDirectoryConfigResult> |
updateDirectoryConfigAsync(UpdateDirectoryConfigRequest updateDirectoryConfigRequest)
Updates the specified Directory Config object in AppStream 2.0.
|
Future<UpdateDirectoryConfigResult> |
updateDirectoryConfigAsync(UpdateDirectoryConfigRequest updateDirectoryConfigRequest,
AsyncHandler<UpdateDirectoryConfigRequest,UpdateDirectoryConfigResult> asyncHandler)
Updates the specified Directory Config object in AppStream 2.0.
|
Future<UpdateFleetResult> |
updateFleetAsync(UpdateFleetRequest updateFleetRequest)
Updates the specified fleet.
|
Future<UpdateFleetResult> |
updateFleetAsync(UpdateFleetRequest updateFleetRequest,
AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler)
Updates the specified fleet.
|
Future<UpdateImagePermissionsResult> |
updateImagePermissionsAsync(UpdateImagePermissionsRequest updateImagePermissionsRequest)
Adds or updates permissions for the specified private image.
|
Future<UpdateImagePermissionsResult> |
updateImagePermissionsAsync(UpdateImagePermissionsRequest updateImagePermissionsRequest,
AsyncHandler<UpdateImagePermissionsRequest,UpdateImagePermissionsResult> asyncHandler)
Adds or updates permissions for the specified private image.
|
Future<UpdateStackResult> |
updateStackAsync(UpdateStackRequest updateStackRequest)
Updates the specified fields for the specified stack.
|
Future<UpdateStackResult> |
updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Updates the specified fields for the specified stack.
|
associateFleet, batchAssociateUserStack, batchDisassociateUserStack, copyImage, createDirectoryConfig, createFleet, createImageBuilder, createImageBuilderStreamingURL, createStack, createStreamingURL, createUser, deleteDirectoryConfig, deleteFleet, deleteImage, deleteImageBuilder, deleteImagePermissions, deleteStack, deleteUser, describeDirectoryConfigs, describeFleets, describeImageBuilders, describeImagePermissions, describeImages, describeSessions, describeStacks, describeUsers, describeUserStackAssociations, disableUser, disassociateFleet, enableUser, expireSession, getCachedResponseMetadata, listAssociatedFleets, listAssociatedStacks, listTagsForResource, setEndpoint, setRegion, shutdown, startFleet, startImageBuilder, stopFleet, stopImageBuilder, tagResource, untagResource, updateDirectoryConfig, updateFleet, updateImagePermissions, updateStack, waiters
Future<AssociateFleetResult> associateFleetAsync(AssociateFleetRequest associateFleetRequest)
Associates the specified fleet with the specified stack.
associateFleetRequest
- Future<AssociateFleetResult> associateFleetAsync(AssociateFleetRequest associateFleetRequest, AsyncHandler<AssociateFleetRequest,AssociateFleetResult> asyncHandler)
Associates the specified fleet with the specified stack.
associateFleetRequest
- 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.Future<BatchAssociateUserStackResult> batchAssociateUserStackAsync(BatchAssociateUserStackRequest batchAssociateUserStackRequest)
Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.
batchAssociateUserStackRequest
- Future<BatchAssociateUserStackResult> batchAssociateUserStackAsync(BatchAssociateUserStackRequest batchAssociateUserStackRequest, AsyncHandler<BatchAssociateUserStackRequest,BatchAssociateUserStackResult> asyncHandler)
Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.
batchAssociateUserStackRequest
- 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.Future<BatchDisassociateUserStackResult> batchDisassociateUserStackAsync(BatchDisassociateUserStackRequest batchDisassociateUserStackRequest)
Disassociates the specified users from the specified stacks.
batchDisassociateUserStackRequest
- Future<BatchDisassociateUserStackResult> batchDisassociateUserStackAsync(BatchDisassociateUserStackRequest batchDisassociateUserStackRequest, AsyncHandler<BatchDisassociateUserStackRequest,BatchDisassociateUserStackResult> asyncHandler)
Disassociates the specified users from the specified stacks.
batchDisassociateUserStackRequest
- 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.Future<CopyImageResult> copyImageAsync(CopyImageRequest copyImageRequest)
Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.
copyImageRequest
- Future<CopyImageResult> copyImageAsync(CopyImageRequest copyImageRequest, AsyncHandler<CopyImageRequest,CopyImageResult> asyncHandler)
Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.
copyImageRequest
- 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.Future<CreateDirectoryConfigResult> createDirectoryConfigAsync(CreateDirectoryConfigRequest createDirectoryConfigRequest)
Creates a Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
createDirectoryConfigRequest
- Future<CreateDirectoryConfigResult> createDirectoryConfigAsync(CreateDirectoryConfigRequest createDirectoryConfigRequest, AsyncHandler<CreateDirectoryConfigRequest,CreateDirectoryConfigResult> asyncHandler)
Creates a Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
createDirectoryConfigRequest
- 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.Future<CreateFleetResult> createFleetAsync(CreateFleetRequest createFleetRequest)
Creates a fleet. A fleet consists of streaming instances that run a specified image.
createFleetRequest
- Future<CreateFleetResult> createFleetAsync(CreateFleetRequest createFleetRequest, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a fleet. A fleet consists of streaming instances that run a specified image.
createFleetRequest
- 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.Future<CreateImageBuilderResult> createImageBuilderAsync(CreateImageBuilderRequest createImageBuilderRequest)
Creates an image builder. An image builder is a virtual machine that is used to create an image.
The initial state of the builder is PENDING
. When it is ready, the state is RUNNING
.
createImageBuilderRequest
- Future<CreateImageBuilderResult> createImageBuilderAsync(CreateImageBuilderRequest createImageBuilderRequest, AsyncHandler<CreateImageBuilderRequest,CreateImageBuilderResult> asyncHandler)
Creates an image builder. An image builder is a virtual machine that is used to create an image.
The initial state of the builder is PENDING
. When it is ready, the state is RUNNING
.
createImageBuilderRequest
- 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.Future<CreateImageBuilderStreamingURLResult> createImageBuilderStreamingURLAsync(CreateImageBuilderStreamingURLRequest createImageBuilderStreamingURLRequest)
Creates a URL to start an image builder streaming session.
createImageBuilderStreamingURLRequest
- Future<CreateImageBuilderStreamingURLResult> createImageBuilderStreamingURLAsync(CreateImageBuilderStreamingURLRequest createImageBuilderStreamingURLRequest, AsyncHandler<CreateImageBuilderStreamingURLRequest,CreateImageBuilderStreamingURLResult> asyncHandler)
Creates a URL to start an image builder streaming session.
createImageBuilderStreamingURLRequest
- 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.Future<CreateStackResult> createStackAsync(CreateStackRequest createStackRequest)
Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.
createStackRequest
- Future<CreateStackResult> createStackAsync(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.
createStackRequest
- 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.Future<CreateStreamingURLResult> createStreamingURLAsync(CreateStreamingURLRequest createStreamingURLRequest)
Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.
createStreamingURLRequest
- Future<CreateStreamingURLResult> createStreamingURLAsync(CreateStreamingURLRequest createStreamingURLRequest, AsyncHandler<CreateStreamingURLRequest,CreateStreamingURLResult> asyncHandler)
Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.
createStreamingURLRequest
- 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.Future<CreateUserResult> createUserAsync(CreateUserRequest createUserRequest)
Creates a new user in the user pool.
createUserRequest
- Future<CreateUserResult> createUserAsync(CreateUserRequest createUserRequest, AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler)
Creates a new user in the user pool.
createUserRequest
- 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.Future<DeleteDirectoryConfigResult> deleteDirectoryConfigAsync(DeleteDirectoryConfigRequest deleteDirectoryConfigRequest)
Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
deleteDirectoryConfigRequest
- Future<DeleteDirectoryConfigResult> deleteDirectoryConfigAsync(DeleteDirectoryConfigRequest deleteDirectoryConfigRequest, AsyncHandler<DeleteDirectoryConfigRequest,DeleteDirectoryConfigResult> asyncHandler)
Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
deleteDirectoryConfigRequest
- 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.Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest deleteFleetRequest)
Deletes the specified fleet.
deleteFleetRequest
- Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest deleteFleetRequest, AsyncHandler<DeleteFleetRequest,DeleteFleetResult> asyncHandler)
Deletes the specified fleet.
deleteFleetRequest
- 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.Future<DeleteImageResult> deleteImageAsync(DeleteImageRequest deleteImageRequest)
Deletes the specified image. You cannot delete an image when it is in use. After you delete an image, you cannot provision new capacity using the image.
deleteImageRequest
- Future<DeleteImageResult> deleteImageAsync(DeleteImageRequest deleteImageRequest, AsyncHandler<DeleteImageRequest,DeleteImageResult> asyncHandler)
Deletes the specified image. You cannot delete an image when it is in use. After you delete an image, you cannot provision new capacity using the image.
deleteImageRequest
- 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.Future<DeleteImageBuilderResult> deleteImageBuilderAsync(DeleteImageBuilderRequest deleteImageBuilderRequest)
Deletes the specified image builder and releases the capacity.
deleteImageBuilderRequest
- Future<DeleteImageBuilderResult> deleteImageBuilderAsync(DeleteImageBuilderRequest deleteImageBuilderRequest, AsyncHandler<DeleteImageBuilderRequest,DeleteImageBuilderResult> asyncHandler)
Deletes the specified image builder and releases the capacity.
deleteImageBuilderRequest
- 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.Future<DeleteImagePermissionsResult> deleteImagePermissionsAsync(DeleteImagePermissionsRequest deleteImagePermissionsRequest)
Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.
deleteImagePermissionsRequest
- Future<DeleteImagePermissionsResult> deleteImagePermissionsAsync(DeleteImagePermissionsRequest deleteImagePermissionsRequest, AsyncHandler<DeleteImagePermissionsRequest,DeleteImagePermissionsResult> asyncHandler)
Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.
deleteImagePermissionsRequest
- 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.Future<DeleteStackResult> deleteStackAsync(DeleteStackRequest deleteStackRequest)
Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.
deleteStackRequest
- Future<DeleteStackResult> deleteStackAsync(DeleteStackRequest deleteStackRequest, AsyncHandler<DeleteStackRequest,DeleteStackResult> asyncHandler)
Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.
deleteStackRequest
- 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.Future<DeleteUserResult> deleteUserAsync(DeleteUserRequest deleteUserRequest)
Deletes a user from the user pool.
deleteUserRequest
- Future<DeleteUserResult> deleteUserAsync(DeleteUserRequest deleteUserRequest, AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler)
Deletes a user from the user pool.
deleteUserRequest
- 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.Future<DescribeDirectoryConfigsResult> describeDirectoryConfigsAsync(DescribeDirectoryConfigsRequest describeDirectoryConfigsRequest)
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the information required to join streaming instances to an Active Directory domain.
Although the response syntax in this topic includes the account password, this password is not returned in the actual response.
describeDirectoryConfigsRequest
- Future<DescribeDirectoryConfigsResult> describeDirectoryConfigsAsync(DescribeDirectoryConfigsRequest describeDirectoryConfigsRequest, AsyncHandler<DescribeDirectoryConfigsRequest,DescribeDirectoryConfigsResult> asyncHandler)
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the information required to join streaming instances to an Active Directory domain.
Although the response syntax in this topic includes the account password, this password is not returned in the actual response.
describeDirectoryConfigsRequest
- 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.Future<DescribeFleetsResult> describeFleetsAsync(DescribeFleetsRequest describeFleetsRequest)
Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.
describeFleetsRequest
- Future<DescribeFleetsResult> describeFleetsAsync(DescribeFleetsRequest describeFleetsRequest, AsyncHandler<DescribeFleetsRequest,DescribeFleetsResult> asyncHandler)
Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.
describeFleetsRequest
- 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.Future<DescribeImageBuildersResult> describeImageBuildersAsync(DescribeImageBuildersRequest describeImageBuildersRequest)
Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.
describeImageBuildersRequest
- Future<DescribeImageBuildersResult> describeImageBuildersAsync(DescribeImageBuildersRequest describeImageBuildersRequest, AsyncHandler<DescribeImageBuildersRequest,DescribeImageBuildersResult> asyncHandler)
Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.
describeImageBuildersRequest
- 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.Future<DescribeImagePermissionsResult> describeImagePermissionsAsync(DescribeImagePermissionsRequest describeImagePermissionsRequest)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
describeImagePermissionsRequest
- Future<DescribeImagePermissionsResult> describeImagePermissionsAsync(DescribeImagePermissionsRequest describeImagePermissionsRequest, AsyncHandler<DescribeImagePermissionsRequest,DescribeImagePermissionsResult> asyncHandler)
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
describeImagePermissionsRequest
- 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.Future<DescribeImagesResult> describeImagesAsync(DescribeImagesRequest describeImagesRequest)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
describeImagesRequest
- Future<DescribeImagesResult> describeImagesAsync(DescribeImagesRequest describeImagesRequest, AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
describeImagesRequest
- 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.Future<DescribeSessionsResult> describeSessionsAsync(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a user ID is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.
describeSessionsRequest
- Future<DescribeSessionsResult> describeSessionsAsync(DescribeSessionsRequest describeSessionsRequest, AsyncHandler<DescribeSessionsRequest,DescribeSessionsResult> asyncHandler)
Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a user ID is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.
describeSessionsRequest
- 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.Future<DescribeStacksResult> describeStacksAsync(DescribeStacksRequest describeStacksRequest)
Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.
describeStacksRequest
- Future<DescribeStacksResult> describeStacksAsync(DescribeStacksRequest describeStacksRequest, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.
describeStacksRequest
- 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.Future<DescribeUserStackAssociationsResult> describeUserStackAssociationsAsync(DescribeUserStackAssociationsRequest describeUserStackAssociationsRequest)
Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:
The stack name
The user name (email address of the user associated with the stack) and the authentication type for the user
describeUserStackAssociationsRequest
- Future<DescribeUserStackAssociationsResult> describeUserStackAssociationsAsync(DescribeUserStackAssociationsRequest describeUserStackAssociationsRequest, AsyncHandler<DescribeUserStackAssociationsRequest,DescribeUserStackAssociationsResult> asyncHandler)
Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:
The stack name
The user name (email address of the user associated with the stack) and the authentication type for the user
describeUserStackAssociationsRequest
- 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.Future<DescribeUsersResult> describeUsersAsync(DescribeUsersRequest describeUsersRequest)
Retrieves a list that describes one or more specified users in the user pool, if user names are provided. Otherwise, all users in the user pool are described.
describeUsersRequest
- Future<DescribeUsersResult> describeUsersAsync(DescribeUsersRequest describeUsersRequest, AsyncHandler<DescribeUsersRequest,DescribeUsersResult> asyncHandler)
Retrieves a list that describes one or more specified users in the user pool, if user names are provided. Otherwise, all users in the user pool are described.
describeUsersRequest
- 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.Future<DisableUserResult> disableUserAsync(DisableUserRequest disableUserRequest)
Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
disableUserRequest
- Future<DisableUserResult> disableUserAsync(DisableUserRequest disableUserRequest, AsyncHandler<DisableUserRequest,DisableUserResult> asyncHandler)
Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
disableUserRequest
- 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.Future<DisassociateFleetResult> disassociateFleetAsync(DisassociateFleetRequest disassociateFleetRequest)
Disassociates the specified fleet from the specified stack.
disassociateFleetRequest
- Future<DisassociateFleetResult> disassociateFleetAsync(DisassociateFleetRequest disassociateFleetRequest, AsyncHandler<DisassociateFleetRequest,DisassociateFleetResult> asyncHandler)
Disassociates the specified fleet from the specified stack.
disassociateFleetRequest
- 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.Future<EnableUserResult> enableUserAsync(EnableUserRequest enableUserRequest)
Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.
enableUserRequest
- Future<EnableUserResult> enableUserAsync(EnableUserRequest enableUserRequest, AsyncHandler<EnableUserRequest,EnableUserResult> asyncHandler)
Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.
enableUserRequest
- 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.Future<ExpireSessionResult> expireSessionAsync(ExpireSessionRequest expireSessionRequest)
Immediately stops the specified streaming session.
expireSessionRequest
- Future<ExpireSessionResult> expireSessionAsync(ExpireSessionRequest expireSessionRequest, AsyncHandler<ExpireSessionRequest,ExpireSessionResult> asyncHandler)
Immediately stops the specified streaming session.
expireSessionRequest
- 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.Future<ListAssociatedFleetsResult> listAssociatedFleetsAsync(ListAssociatedFleetsRequest listAssociatedFleetsRequest)
Retrieves the name of the fleet that is associated with the specified stack.
listAssociatedFleetsRequest
- Future<ListAssociatedFleetsResult> listAssociatedFleetsAsync(ListAssociatedFleetsRequest listAssociatedFleetsRequest, AsyncHandler<ListAssociatedFleetsRequest,ListAssociatedFleetsResult> asyncHandler)
Retrieves the name of the fleet that is associated with the specified stack.
listAssociatedFleetsRequest
- 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.Future<ListAssociatedStacksResult> listAssociatedStacksAsync(ListAssociatedStacksRequest listAssociatedStacksRequest)
Retrieves the name of the stack with which the specified fleet is associated.
listAssociatedStacksRequest
- Future<ListAssociatedStacksResult> listAssociatedStacksAsync(ListAssociatedStacksRequest listAssociatedStacksRequest, AsyncHandler<ListAssociatedStacksRequest,ListAssociatedStacksResult> asyncHandler)
Retrieves the name of the stack with which the specified fleet is associated.
listAssociatedStacksRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
listTagsForResourceRequest
- 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.Future<StartFleetResult> startFleetAsync(StartFleetRequest startFleetRequest)
Starts the specified fleet.
startFleetRequest
- Future<StartFleetResult> startFleetAsync(StartFleetRequest startFleetRequest, AsyncHandler<StartFleetRequest,StartFleetResult> asyncHandler)
Starts the specified fleet.
startFleetRequest
- 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.Future<StartImageBuilderResult> startImageBuilderAsync(StartImageBuilderRequest startImageBuilderRequest)
Starts the specified image builder.
startImageBuilderRequest
- Future<StartImageBuilderResult> startImageBuilderAsync(StartImageBuilderRequest startImageBuilderRequest, AsyncHandler<StartImageBuilderRequest,StartImageBuilderResult> asyncHandler)
Starts the specified image builder.
startImageBuilderRequest
- 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.Future<StopFleetResult> stopFleetAsync(StopFleetRequest stopFleetRequest)
Stops the specified fleet.
stopFleetRequest
- Future<StopFleetResult> stopFleetAsync(StopFleetRequest stopFleetRequest, AsyncHandler<StopFleetRequest,StopFleetResult> asyncHandler)
Stops the specified fleet.
stopFleetRequest
- 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.Future<StopImageBuilderResult> stopImageBuilderAsync(StopImageBuilderRequest stopImageBuilderRequest)
Stops the specified image builder.
stopImageBuilderRequest
- Future<StopImageBuilderResult> stopImageBuilderAsync(StopImageBuilderRequest stopImageBuilderRequest, AsyncHandler<StopImageBuilderRequest,StopImageBuilderResult> asyncHandler)
Stops the specified image builder.
stopImageBuilderRequest
- 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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.
To list the current tags for your resources, use ListTagsForResource. To disassociate tags from your resources, use UntagResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.
To list the current tags for your resources, use ListTagsForResource. To disassociate tags from your resources, use UntagResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
tagResourceRequest
- 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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Disassociates one or more specified tags from the specified AppStream 2.0 resource.
To list the current tags for your resources, use ListTagsForResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Disassociates one or more specified tags from the specified AppStream 2.0 resource.
To list the current tags for your resources, use ListTagsForResource.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
untagResourceRequest
- 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.Future<UpdateDirectoryConfigResult> updateDirectoryConfigAsync(UpdateDirectoryConfigRequest updateDirectoryConfigRequest)
Updates the specified Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
updateDirectoryConfigRequest
- Future<UpdateDirectoryConfigResult> updateDirectoryConfigAsync(UpdateDirectoryConfigRequest updateDirectoryConfigRequest, AsyncHandler<UpdateDirectoryConfigRequest,UpdateDirectoryConfigResult> asyncHandler)
Updates the specified Directory Config object in AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
updateDirectoryConfigRequest
- 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.Future<UpdateFleetResult> updateFleetAsync(UpdateFleetRequest updateFleetRequest)
Updates the specified fleet.
If the fleet is in the STOPPED
state, you can update any attribute except the fleet name. If the
fleet is in the RUNNING
state, you can update the DisplayName
and
ComputeCapacity
attributes. If the fleet is in the STARTING
or STOPPING
state, you can't update it.
updateFleetRequest
- Future<UpdateFleetResult> updateFleetAsync(UpdateFleetRequest updateFleetRequest, AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler)
Updates the specified fleet.
If the fleet is in the STOPPED
state, you can update any attribute except the fleet name. If the
fleet is in the RUNNING
state, you can update the DisplayName
and
ComputeCapacity
attributes. If the fleet is in the STARTING
or STOPPING
state, you can't update it.
updateFleetRequest
- 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.Future<UpdateImagePermissionsResult> updateImagePermissionsAsync(UpdateImagePermissionsRequest updateImagePermissionsRequest)
Adds or updates permissions for the specified private image.
updateImagePermissionsRequest
- Future<UpdateImagePermissionsResult> updateImagePermissionsAsync(UpdateImagePermissionsRequest updateImagePermissionsRequest, AsyncHandler<UpdateImagePermissionsRequest,UpdateImagePermissionsResult> asyncHandler)
Adds or updates permissions for the specified private image.
updateImagePermissionsRequest
- 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.Future<UpdateStackResult> updateStackAsync(UpdateStackRequest updateStackRequest)
Updates the specified fields for the specified stack.
updateStackRequest
- Future<UpdateStackResult> updateStackAsync(UpdateStackRequest updateStackRequest, AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Updates the specified fields for the specified stack.
updateStackRequest
- 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.