@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.
This is the Amazon AppStream 2.0 API Reference. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand.
You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint in the Amazon AppStream 2.0 Administration Guide.
To learn more about AppStream 2.0, see the following resources:
ENDPOINT_PREFIX
associateAppBlockBuilderAppBlock, associateApplicationFleet, associateApplicationToEntitlement, associateFleet, batchAssociateUserStack, batchDisassociateUserStack, copyImage, createAppBlock, createAppBlockBuilder, createAppBlockBuilderStreamingURL, createApplication, createDirectoryConfig, createEntitlement, createFleet, createImageBuilder, createImageBuilderStreamingURL, createStack, createStreamingURL, createUpdatedImage, createUsageReportSubscription, createUser, deleteAppBlock, deleteAppBlockBuilder, deleteApplication, deleteDirectoryConfig, deleteEntitlement, deleteFleet, deleteImage, deleteImageBuilder, deleteImagePermissions, deleteStack, deleteUsageReportSubscription, deleteUser, describeAppBlockBuilderAppBlockAssociations, describeAppBlockBuilders, describeAppBlocks, describeApplicationFleetAssociations, describeApplications, describeDirectoryConfigs, describeEntitlements, describeFleets, describeImageBuilders, describeImagePermissions, describeImages, describeSessions, describeStacks, describeUsageReportSubscriptions, describeUsers, describeUserStackAssociations, disableUser, disassociateAppBlockBuilderAppBlock, disassociateApplicationFleet, disassociateApplicationFromEntitlement, disassociateFleet, enableUser, expireSession, getCachedResponseMetadata, listAssociatedFleets, listAssociatedStacks, listEntitledApplications, listTagsForResource, setEndpoint, setRegion, shutdown, startAppBlockBuilder, startFleet, startImageBuilder, stopAppBlockBuilder, stopFleet, stopImageBuilder, tagResource, untagResource, updateAppBlockBuilder, updateApplication, updateDirectoryConfig, updateEntitlement, updateFleet, updateImagePermissions, updateStack, waiters
Future<AssociateAppBlockBuilderAppBlockResult> associateAppBlockBuilderAppBlockAsync(AssociateAppBlockBuilderAppBlockRequest associateAppBlockBuilderAppBlockRequest)
Associates the specified app block builder with the specified app block.
associateAppBlockBuilderAppBlockRequest
- Future<AssociateAppBlockBuilderAppBlockResult> associateAppBlockBuilderAppBlockAsync(AssociateAppBlockBuilderAppBlockRequest associateAppBlockBuilderAppBlockRequest, AsyncHandler<AssociateAppBlockBuilderAppBlockRequest,AssociateAppBlockBuilderAppBlockResult> asyncHandler)
Associates the specified app block builder with the specified app block.
associateAppBlockBuilderAppBlockRequest
- 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<AssociateApplicationFleetResult> associateApplicationFleetAsync(AssociateApplicationFleetRequest associateApplicationFleetRequest)
Associates the specified application with the specified fleet. This is only supported for Elastic fleets.
associateApplicationFleetRequest
- Future<AssociateApplicationFleetResult> associateApplicationFleetAsync(AssociateApplicationFleetRequest associateApplicationFleetRequest, AsyncHandler<AssociateApplicationFleetRequest,AssociateApplicationFleetResult> asyncHandler)
Associates the specified application with the specified fleet. This is only supported for Elastic fleets.
associateApplicationFleetRequest
- 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<AssociateApplicationToEntitlementResult> associateApplicationToEntitlementAsync(AssociateApplicationToEntitlementRequest associateApplicationToEntitlementRequest)
Associates an application to entitle.
associateApplicationToEntitlementRequest
- Future<AssociateApplicationToEntitlementResult> associateApplicationToEntitlementAsync(AssociateApplicationToEntitlementRequest associateApplicationToEntitlementRequest, AsyncHandler<AssociateApplicationToEntitlementRequest,AssociateApplicationToEntitlementResult> asyncHandler)
Associates an application to entitle.
associateApplicationToEntitlementRequest
- 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<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<CreateAppBlockResult> createAppBlockAsync(CreateAppBlockRequest createAppBlockRequest)
Creates an app block.
App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.
This is only supported for Elastic fleets.
createAppBlockRequest
- Future<CreateAppBlockResult> createAppBlockAsync(CreateAppBlockRequest createAppBlockRequest, AsyncHandler<CreateAppBlockRequest,CreateAppBlockResult> asyncHandler)
Creates an app block.
App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.
This is only supported for Elastic fleets.
createAppBlockRequest
- 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<CreateAppBlockBuilderResult> createAppBlockBuilderAsync(CreateAppBlockBuilderRequest createAppBlockBuilderRequest)
Creates an app block builder.
createAppBlockBuilderRequest
- Future<CreateAppBlockBuilderResult> createAppBlockBuilderAsync(CreateAppBlockBuilderRequest createAppBlockBuilderRequest, AsyncHandler<CreateAppBlockBuilderRequest,CreateAppBlockBuilderResult> asyncHandler)
Creates an app block builder.
createAppBlockBuilderRequest
- 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<CreateAppBlockBuilderStreamingURLResult> createAppBlockBuilderStreamingURLAsync(CreateAppBlockBuilderStreamingURLRequest createAppBlockBuilderStreamingURLRequest)
Creates a URL to start a create app block builder streaming session.
createAppBlockBuilderStreamingURLRequest
- Future<CreateAppBlockBuilderStreamingURLResult> createAppBlockBuilderStreamingURLAsync(CreateAppBlockBuilderStreamingURLRequest createAppBlockBuilderStreamingURLRequest, AsyncHandler<CreateAppBlockBuilderStreamingURLRequest,CreateAppBlockBuilderStreamingURLResult> asyncHandler)
Creates a URL to start a create app block builder streaming session.
createAppBlockBuilderStreamingURLRequest
- 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<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates an application.
Applications are an Amazon AppStream 2.0 resource that stores the details about how to launch applications on Elastic fleet streaming instances. An application consists of the launch details, icon, and display name. Applications are associated with an app block that contains the application binaries and other files. The applications assigned to an Elastic fleet are the applications users can launch.
This is only supported for Elastic fleets.
createApplicationRequest
- Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application.
Applications are an Amazon AppStream 2.0 resource that stores the details about how to launch applications on Elastic fleet streaming instances. An application consists of the launch details, icon, and display name. Applications are associated with an app block that contains the application binaries and other files. The applications assigned to an Elastic fleet are the applications users can launch.
This is only supported for Elastic fleets.
createApplicationRequest
- 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 configuration information required to join fleets and image builders to Microsoft Active Directory domains.
createDirectoryConfigRequest
- Future<CreateDirectoryConfigResult> createDirectoryConfigAsync(CreateDirectoryConfigRequest createDirectoryConfigRequest, AsyncHandler<CreateDirectoryConfigRequest,CreateDirectoryConfigResult> asyncHandler)
Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
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<CreateEntitlementResult> createEntitlementAsync(CreateEntitlementRequest createEntitlementRequest)
Creates a new entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.
createEntitlementRequest
- Future<CreateEntitlementResult> createEntitlementAsync(CreateEntitlementRequest createEntitlementRequest, AsyncHandler<CreateEntitlementRequest,CreateEntitlementResult> asyncHandler)
Creates a new entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.
createEntitlementRequest
- 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 your users access for their applications and desktops.
createFleetRequest
- Future<CreateFleetResult> createFleetAsync(CreateFleetRequest createFleetRequest, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.
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<CreateUpdatedImageResult> createUpdatedImageAsync(CreateUpdatedImageRequest createUpdatedImageRequest)
Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.
For more information, see the "Update an Image by Using Managed AppStream 2.0 Image Updates" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide.
createUpdatedImageRequest
- Future<CreateUpdatedImageResult> createUpdatedImageAsync(CreateUpdatedImageRequest createUpdatedImageRequest, AsyncHandler<CreateUpdatedImageRequest,CreateUpdatedImageResult> asyncHandler)
Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.
For more information, see the "Update an Image by Using Managed AppStream 2.0 Image Updates" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide.
createUpdatedImageRequest
- 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<CreateUsageReportSubscriptionResult> createUsageReportSubscriptionAsync(CreateUsageReportSubscriptionRequest createUsageReportSubscriptionRequest)
Creates a usage report subscription. Usage reports are generated daily.
createUsageReportSubscriptionRequest
- Future<CreateUsageReportSubscriptionResult> createUsageReportSubscriptionAsync(CreateUsageReportSubscriptionRequest createUsageReportSubscriptionRequest, AsyncHandler<CreateUsageReportSubscriptionRequest,CreateUsageReportSubscriptionResult> asyncHandler)
Creates a usage report subscription. Usage reports are generated daily.
createUsageReportSubscriptionRequest
- 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<DeleteAppBlockResult> deleteAppBlockAsync(DeleteAppBlockRequest deleteAppBlockRequest)
Deletes an app block.
deleteAppBlockRequest
- Future<DeleteAppBlockResult> deleteAppBlockAsync(DeleteAppBlockRequest deleteAppBlockRequest, AsyncHandler<DeleteAppBlockRequest,DeleteAppBlockResult> asyncHandler)
Deletes an app block.
deleteAppBlockRequest
- 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<DeleteAppBlockBuilderResult> deleteAppBlockBuilderAsync(DeleteAppBlockBuilderRequest deleteAppBlockBuilderRequest)
Deletes an app block builder.
An app block builder can only be deleted when it has no association with an app block.
deleteAppBlockBuilderRequest
- Future<DeleteAppBlockBuilderResult> deleteAppBlockBuilderAsync(DeleteAppBlockBuilderRequest deleteAppBlockBuilderRequest, AsyncHandler<DeleteAppBlockBuilderRequest,DeleteAppBlockBuilderResult> asyncHandler)
Deletes an app block builder.
An app block builder can only be deleted when it has no association with an app block.
deleteAppBlockBuilderRequest
- 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<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application.
deleteApplicationRequest
- Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
Deletes an application.
deleteApplicationRequest
- 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<DeleteEntitlementResult> deleteEntitlementAsync(DeleteEntitlementRequest deleteEntitlementRequest)
Deletes the specified entitlement.
deleteEntitlementRequest
- Future<DeleteEntitlementResult> deleteEntitlementAsync(DeleteEntitlementRequest deleteEntitlementRequest, AsyncHandler<DeleteEntitlementRequest,DeleteEntitlementResult> asyncHandler)
Deletes the specified entitlement.
deleteEntitlementRequest
- 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<DeleteUsageReportSubscriptionResult> deleteUsageReportSubscriptionAsync(DeleteUsageReportSubscriptionRequest deleteUsageReportSubscriptionRequest)
Disables usage report generation.
deleteUsageReportSubscriptionRequest
- Future<DeleteUsageReportSubscriptionResult> deleteUsageReportSubscriptionAsync(DeleteUsageReportSubscriptionRequest deleteUsageReportSubscriptionRequest, AsyncHandler<DeleteUsageReportSubscriptionRequest,DeleteUsageReportSubscriptionResult> asyncHandler)
Disables usage report generation.
deleteUsageReportSubscriptionRequest
- 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<DescribeAppBlockBuilderAppBlockAssociationsResult> describeAppBlockBuilderAppBlockAssociationsAsync(DescribeAppBlockBuilderAppBlockAssociationsRequest describeAppBlockBuilderAppBlockAssociationsRequest)
Retrieves a list that describes one or more app block builder associations.
describeAppBlockBuilderAppBlockAssociationsRequest
- Future<DescribeAppBlockBuilderAppBlockAssociationsResult> describeAppBlockBuilderAppBlockAssociationsAsync(DescribeAppBlockBuilderAppBlockAssociationsRequest describeAppBlockBuilderAppBlockAssociationsRequest, AsyncHandler<DescribeAppBlockBuilderAppBlockAssociationsRequest,DescribeAppBlockBuilderAppBlockAssociationsResult> asyncHandler)
Retrieves a list that describes one or more app block builder associations.
describeAppBlockBuilderAppBlockAssociationsRequest
- 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<DescribeAppBlockBuildersResult> describeAppBlockBuildersAsync(DescribeAppBlockBuildersRequest describeAppBlockBuildersRequest)
Retrieves a list that describes one or more app block builders.
describeAppBlockBuildersRequest
- Future<DescribeAppBlockBuildersResult> describeAppBlockBuildersAsync(DescribeAppBlockBuildersRequest describeAppBlockBuildersRequest, AsyncHandler<DescribeAppBlockBuildersRequest,DescribeAppBlockBuildersResult> asyncHandler)
Retrieves a list that describes one or more app block builders.
describeAppBlockBuildersRequest
- 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<DescribeAppBlocksResult> describeAppBlocksAsync(DescribeAppBlocksRequest describeAppBlocksRequest)
Retrieves a list that describes one or more app blocks.
describeAppBlocksRequest
- Future<DescribeAppBlocksResult> describeAppBlocksAsync(DescribeAppBlocksRequest describeAppBlocksRequest, AsyncHandler<DescribeAppBlocksRequest,DescribeAppBlocksResult> asyncHandler)
Retrieves a list that describes one or more app blocks.
describeAppBlocksRequest
- 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<DescribeApplicationFleetAssociationsResult> describeApplicationFleetAssociationsAsync(DescribeApplicationFleetAssociationsRequest describeApplicationFleetAssociationsRequest)
Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.
describeApplicationFleetAssociationsRequest
- Future<DescribeApplicationFleetAssociationsResult> describeApplicationFleetAssociationsAsync(DescribeApplicationFleetAssociationsRequest describeApplicationFleetAssociationsRequest, AsyncHandler<DescribeApplicationFleetAssociationsRequest,DescribeApplicationFleetAssociationsResult> asyncHandler)
Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.
describeApplicationFleetAssociationsRequest
- 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<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest)
Retrieves a list that describes one or more applications.
describeApplicationsRequest
- Future<DescribeApplicationsResult> describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest, AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
Retrieves a list that describes one or more applications.
describeApplicationsRequest
- 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 configuration information required to join fleets and image builders to Microsoft Active Directory domains.
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 configuration information required to join fleets and image builders to Microsoft Active Directory domains.
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<DescribeEntitlementsResult> describeEntitlementsAsync(DescribeEntitlementsRequest describeEntitlementsRequest)
Retrieves a list that describes one of more entitlements.
describeEntitlementsRequest
- Future<DescribeEntitlementsResult> describeEntitlementsAsync(DescribeEntitlementsRequest describeEntitlementsRequest, AsyncHandler<DescribeEntitlementsRequest,DescribeEntitlementsResult> asyncHandler)
Retrieves a list that describes one of more entitlements.
describeEntitlementsRequest
- 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 UserId 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 UserId 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<DescribeUsageReportSubscriptionsResult> describeUsageReportSubscriptionsAsync(DescribeUsageReportSubscriptionsRequest describeUsageReportSubscriptionsRequest)
Retrieves a list that describes one or more usage report subscriptions.
describeUsageReportSubscriptionsRequest
- Future<DescribeUsageReportSubscriptionsResult> describeUsageReportSubscriptionsAsync(DescribeUsageReportSubscriptionsRequest describeUsageReportSubscriptionsRequest, AsyncHandler<DescribeUsageReportSubscriptionsRequest,DescribeUsageReportSubscriptionsResult> asyncHandler)
Retrieves a list that describes one or more usage report subscriptions.
describeUsageReportSubscriptionsRequest
- 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.
describeUsersRequest
- Future<DescribeUsersResult> describeUsersAsync(DescribeUsersRequest describeUsersRequest, AsyncHandler<DescribeUsersRequest,DescribeUsersResult> asyncHandler)
Retrieves a list that describes one or more specified users in the user pool.
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<DisassociateAppBlockBuilderAppBlockResult> disassociateAppBlockBuilderAppBlockAsync(DisassociateAppBlockBuilderAppBlockRequest disassociateAppBlockBuilderAppBlockRequest)
Disassociates a specified app block builder from a specified app block.
disassociateAppBlockBuilderAppBlockRequest
- Future<DisassociateAppBlockBuilderAppBlockResult> disassociateAppBlockBuilderAppBlockAsync(DisassociateAppBlockBuilderAppBlockRequest disassociateAppBlockBuilderAppBlockRequest, AsyncHandler<DisassociateAppBlockBuilderAppBlockRequest,DisassociateAppBlockBuilderAppBlockResult> asyncHandler)
Disassociates a specified app block builder from a specified app block.
disassociateAppBlockBuilderAppBlockRequest
- 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<DisassociateApplicationFleetResult> disassociateApplicationFleetAsync(DisassociateApplicationFleetRequest disassociateApplicationFleetRequest)
Disassociates the specified application from the fleet.
disassociateApplicationFleetRequest
- Future<DisassociateApplicationFleetResult> disassociateApplicationFleetAsync(DisassociateApplicationFleetRequest disassociateApplicationFleetRequest, AsyncHandler<DisassociateApplicationFleetRequest,DisassociateApplicationFleetResult> asyncHandler)
Disassociates the specified application from the fleet.
disassociateApplicationFleetRequest
- 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<DisassociateApplicationFromEntitlementResult> disassociateApplicationFromEntitlementAsync(DisassociateApplicationFromEntitlementRequest disassociateApplicationFromEntitlementRequest)
Deletes the specified application from the specified entitlement.
disassociateApplicationFromEntitlementRequest
- Future<DisassociateApplicationFromEntitlementResult> disassociateApplicationFromEntitlementAsync(DisassociateApplicationFromEntitlementRequest disassociateApplicationFromEntitlementRequest, AsyncHandler<DisassociateApplicationFromEntitlementRequest,DisassociateApplicationFromEntitlementResult> asyncHandler)
Deletes the specified application from the specified entitlement.
disassociateApplicationFromEntitlementRequest
- 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<ListEntitledApplicationsResult> listEntitledApplicationsAsync(ListEntitledApplicationsRequest listEntitledApplicationsRequest)
Retrieves a list of entitled applications.
listEntitledApplicationsRequest
- Future<ListEntitledApplicationsResult> listEntitledApplicationsAsync(ListEntitledApplicationsRequest listEntitledApplicationsRequest, AsyncHandler<ListEntitledApplicationsRequest,ListEntitledApplicationsResult> asyncHandler)
Retrieves a list of entitled applications.
listEntitledApplicationsRequest
- 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 Administration 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 Administration 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<StartAppBlockBuilderResult> startAppBlockBuilderAsync(StartAppBlockBuilderRequest startAppBlockBuilderRequest)
Starts an app block builder.
An app block builder can only be started when it's associated with an app block.
Starting an app block builder starts a new instance, which is equivalent to an elastic fleet instance with application builder assistance functionality.
startAppBlockBuilderRequest
- Future<StartAppBlockBuilderResult> startAppBlockBuilderAsync(StartAppBlockBuilderRequest startAppBlockBuilderRequest, AsyncHandler<StartAppBlockBuilderRequest,StartAppBlockBuilderResult> asyncHandler)
Starts an app block builder.
An app block builder can only be started when it's associated with an app block.
Starting an app block builder starts a new instance, which is equivalent to an elastic fleet instance with application builder assistance functionality.
startAppBlockBuilderRequest
- 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<StopAppBlockBuilderResult> stopAppBlockBuilderAsync(StopAppBlockBuilderRequest stopAppBlockBuilderRequest)
Stops an app block builder.
Stopping an app block builder terminates the instance, and the instance state is not persisted.
stopAppBlockBuilderRequest
- Future<StopAppBlockBuilderResult> stopAppBlockBuilderAsync(StopAppBlockBuilderRequest stopAppBlockBuilderRequest, AsyncHandler<StopAppBlockBuilderRequest,StopAppBlockBuilderResult> asyncHandler)
Stops an app block builder.
Stopping an app block builder terminates the instance, and the instance state is not persisted.
stopAppBlockBuilderRequest
- 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 Administration 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 Administration 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 Administration 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 Administration 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<UpdateAppBlockBuilderResult> updateAppBlockBuilderAsync(UpdateAppBlockBuilderRequest updateAppBlockBuilderRequest)
Updates an app block builder.
If the app block builder is in the STARTING
or STOPPING
state, you can't update it. If
the app block builder is in the RUNNING
state, you can only update the DisplayName and Description.
If the app block builder is in the STOPPED
state, you can update any attribute except the Name.
updateAppBlockBuilderRequest
- Future<UpdateAppBlockBuilderResult> updateAppBlockBuilderAsync(UpdateAppBlockBuilderRequest updateAppBlockBuilderRequest, AsyncHandler<UpdateAppBlockBuilderRequest,UpdateAppBlockBuilderResult> asyncHandler)
Updates an app block builder.
If the app block builder is in the STARTING
or STOPPING
state, you can't update it. If
the app block builder is in the RUNNING
state, you can only update the DisplayName and Description.
If the app block builder is in the STOPPED
state, you can update any attribute except the Name.
updateAppBlockBuilderRequest
- 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<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application.
updateApplicationRequest
- Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the specified application.
updateApplicationRequest
- 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 configuration information required to join fleets and image builders to Microsoft Active Directory domains.
updateDirectoryConfigRequest
- Future<UpdateDirectoryConfigResult> updateDirectoryConfigAsync(UpdateDirectoryConfigRequest updateDirectoryConfigRequest, AsyncHandler<UpdateDirectoryConfigRequest,UpdateDirectoryConfigResult> asyncHandler)
Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
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<UpdateEntitlementResult> updateEntitlementAsync(UpdateEntitlementRequest updateEntitlementRequest)
Updates the specified entitlement.
updateEntitlementRequest
- Future<UpdateEntitlementResult> updateEntitlementAsync(UpdateEntitlementRequest updateEntitlementRequest, AsyncHandler<UpdateEntitlementRequest,UpdateEntitlementResult> asyncHandler)
Updates the specified entitlement.
updateEntitlementRequest
- 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 following based on the fleet type:
Always-On and On-Demand fleet types
You can update the DisplayName
, ComputeCapacity
, ImageARN
,
ImageName
, IdleDisconnectTimeoutInSeconds
, and DisconnectTimeoutInSeconds
attributes.
Elastic fleet type
You can update the DisplayName
, IdleDisconnectTimeoutInSeconds
,
DisconnectTimeoutInSeconds
, MaxConcurrentSessions
, SessionScriptS3Location
and UsbDeviceFilterStrings
attributes.
If the fleet is in the STARTING
or STOPPED
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 following based on the fleet type:
Always-On and On-Demand fleet types
You can update the DisplayName
, ComputeCapacity
, ImageARN
,
ImageName
, IdleDisconnectTimeoutInSeconds
, and DisconnectTimeoutInSeconds
attributes.
Elastic fleet type
You can update the DisplayName
, IdleDisconnectTimeoutInSeconds
,
DisconnectTimeoutInSeconds
, MaxConcurrentSessions
, SessionScriptS3Location
and UsbDeviceFilterStrings
attributes.
If the fleet is in the STARTING
or STOPPED
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.