AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Implementation for accessing AppStream

Amazon AppStream 2.0

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:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonServiceClient
    Amazon.AppStream.AmazonAppStreamClient

Namespace: Amazon.AppStream
Assembly: AWSSDK.AppStream.dll
Version: 3.x.y.z

Syntax

C#
public class AmazonAppStreamClient : AmazonServiceClient
         IAmazonAppStream, IAmazonService, IDisposable

The AmazonAppStreamClient type exposes the following members

Constructors

NameDescription
Public Method AmazonAppStreamClient()

Constructs AmazonAppStreamClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
             

Public Method AmazonAppStreamClient(RegionEndpoint)

Constructs AmazonAppStreamClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
             

Public Method AmazonAppStreamClient(AmazonAppStreamConfig)

Constructs AmazonAppStreamClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
             

Public Method AmazonAppStreamClient(AWSCredentials)

Constructs AmazonAppStreamClient with AWS Credentials

Public Method AmazonAppStreamClient(AWSCredentials, RegionEndpoint)

Constructs AmazonAppStreamClient with AWS Credentials

Public Method AmazonAppStreamClient(AWSCredentials, AmazonAppStreamConfig)

Constructs AmazonAppStreamClient with AWS Credentials and an AmazonAppStreamClient Configuration object.

Public Method AmazonAppStreamClient(string, string)

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonAppStreamClient(string, string, RegionEndpoint)

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonAppStreamClient(string, string, AmazonAppStreamConfig)

Constructs AmazonAppStreamClient with AWS Access Key ID, AWS Secret Key and an AmazonAppStreamClient Configuration object.

Public Method AmazonAppStreamClient(string, string, string)

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonAppStreamClient(string, string, string, RegionEndpoint)

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonAppStreamClient(string, string, string, AmazonAppStreamConfig)

Constructs AmazonAppStreamClient with AWS Access Key ID, AWS Secret Key and an AmazonAppStreamClient Configuration object.

Properties

NameTypeDescription
Public Property Config Amazon.Runtime.IClientConfig Inherited from Amazon.Runtime.AmazonServiceClient.
Public Property Paginators Amazon.AppStream.Model.IAppStreamPaginatorFactory

Paginators for the service

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method AssociateAppBlockBuilderAppBlock(AssociateAppBlockBuilderAppBlockRequest)

Associates the specified app block builder with the specified app block.

Public Method AssociateAppBlockBuilderAppBlockAsync(AssociateAppBlockBuilderAppBlockRequest, CancellationToken)

Associates the specified app block builder with the specified app block.

Public Method AssociateApplicationFleet(AssociateApplicationFleetRequest)

Associates the specified application with the specified fleet. This is only supported for Elastic fleets.

Public Method AssociateApplicationFleetAsync(AssociateApplicationFleetRequest, CancellationToken)

Associates the specified application with the specified fleet. This is only supported for Elastic fleets.

Public Method AssociateApplicationToEntitlement(AssociateApplicationToEntitlementRequest)

Associates an application to entitle.

Public Method AssociateApplicationToEntitlementAsync(AssociateApplicationToEntitlementRequest, CancellationToken)

Associates an application to entitle.

Public Method AssociateFleet(AssociateFleetRequest)

Associates the specified fleet with the specified stack.

Public Method AssociateFleetAsync(AssociateFleetRequest, CancellationToken)

Associates the specified fleet with the specified stack.

Public Method BatchAssociateUserStack(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.

Public Method BatchAssociateUserStackAsync(BatchAssociateUserStackRequest, CancellationToken)

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.

Public Method BatchDisassociateUserStack(BatchDisassociateUserStackRequest)

Disassociates the specified users from the specified stacks.

Public Method BatchDisassociateUserStackAsync(BatchDisassociateUserStackRequest, CancellationToken)

Disassociates the specified users from the specified stacks.

Public Method CopyImage(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.

Public Method CopyImageAsync(CopyImageRequest, CancellationToken)

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.

Public Method CreateAppBlock(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.

Public Method CreateAppBlockAsync(CreateAppBlockRequest, CancellationToken)

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.

Public Method CreateAppBlockBuilder(CreateAppBlockBuilderRequest)

Creates an app block builder.

Public Method CreateAppBlockBuilderAsync(CreateAppBlockBuilderRequest, CancellationToken)

Creates an app block builder.

Public Method CreateAppBlockBuilderStreamingURL(CreateAppBlockBuilderStreamingURLRequest)

Creates a URL to start a create app block builder streaming session.

Public Method CreateAppBlockBuilderStreamingURLAsync(CreateAppBlockBuilderStreamingURLRequest, CancellationToken)

Creates a URL to start a create app block builder streaming session.

Public Method CreateApplication(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.

Public Method CreateApplicationAsync(CreateApplicationRequest, CancellationToken)

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.

Public Method CreateDirectoryConfig(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.

Public Method CreateDirectoryConfigAsync(CreateDirectoryConfigRequest, CancellationToken)

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.

Public Method CreateEntitlement(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.

Public Method CreateEntitlementAsync(CreateEntitlementRequest, CancellationToken)

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.

Public Method CreateFleet(CreateFleetRequest)

Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.

Public Method CreateFleetAsync(CreateFleetRequest, CancellationToken)

Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.

Public Method CreateImageBuilder(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.

Public Method CreateImageBuilderAsync(CreateImageBuilderRequest, CancellationToken)

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.

Public Method CreateImageBuilderStreamingURL(CreateImageBuilderStreamingURLRequest)

Creates a URL to start an image builder streaming session.

Public Method CreateImageBuilderStreamingURLAsync(CreateImageBuilderStreamingURLRequest, CancellationToken)

Creates a URL to start an image builder streaming session.

Public Method CreateStack(CreateStackRequest)

Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

Public Method CreateStackAsync(CreateStackRequest, CancellationToken)

Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

Public Method CreateStreamingURL(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.

Public Method CreateStreamingURLAsync(CreateStreamingURLRequest, CancellationToken)

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.

Public Method CreateUpdatedImage(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.

Public Method CreateUpdatedImageAsync(CreateUpdatedImageRequest, CancellationToken)

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.

Public Method CreateUsageReportSubscription(CreateUsageReportSubscriptionRequest)

Creates a usage report subscription. Usage reports are generated daily.

Public Method CreateUsageReportSubscriptionAsync(CreateUsageReportSubscriptionRequest, CancellationToken)

Creates a usage report subscription. Usage reports are generated daily.

Public Method CreateUser(CreateUserRequest)

Creates a new user in the user pool.

Public Method CreateUserAsync(CreateUserRequest, CancellationToken)

Creates a new user in the user pool.

Public Method DeleteAppBlock(DeleteAppBlockRequest)

Deletes an app block.

Public Method DeleteAppBlockAsync(DeleteAppBlockRequest, CancellationToken)

Deletes an app block.

Public Method DeleteAppBlockBuilder(DeleteAppBlockBuilderRequest)

Deletes an app block builder.

An app block builder can only be deleted when it has no association with an app block.

Public Method DeleteAppBlockBuilderAsync(DeleteAppBlockBuilderRequest, CancellationToken)

Deletes an app block builder.

An app block builder can only be deleted when it has no association with an app block.

Public Method DeleteApplication(DeleteApplicationRequest)

Deletes an application.

Public Method DeleteApplicationAsync(DeleteApplicationRequest, CancellationToken)

Deletes an application.

Public Method DeleteDirectoryConfig(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.

Public Method DeleteDirectoryConfigAsync(DeleteDirectoryConfigRequest, CancellationToken)

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.

Public Method DeleteEntitlement(DeleteEntitlementRequest)

Deletes the specified entitlement.

Public Method DeleteEntitlementAsync(DeleteEntitlementRequest, CancellationToken)

Deletes the specified entitlement.

Public Method DeleteFleet(DeleteFleetRequest)

Deletes the specified fleet.

Public Method DeleteFleetAsync(DeleteFleetRequest, CancellationToken)

Deletes the specified fleet.

Public Method DeleteImage(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.

Public Method DeleteImageAsync(DeleteImageRequest, CancellationToken)

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.

Public Method DeleteImageBuilder(DeleteImageBuilderRequest)

Deletes the specified image builder and releases the capacity.

Public Method DeleteImageBuilderAsync(DeleteImageBuilderRequest, CancellationToken)

Deletes the specified image builder and releases the capacity.

Public Method DeleteImagePermissions(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.

Public Method DeleteImagePermissionsAsync(DeleteImagePermissionsRequest, CancellationToken)

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.

Public Method DeleteStack(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.

Public Method DeleteStackAsync(DeleteStackRequest, CancellationToken)

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.

Public Method DeleteUsageReportSubscription(DeleteUsageReportSubscriptionRequest)

Disables usage report generation.

Public Method DeleteUsageReportSubscriptionAsync(DeleteUsageReportSubscriptionRequest, CancellationToken)

Disables usage report generation.

Public Method DeleteUser(DeleteUserRequest)

Deletes a user from the user pool.

Public Method DeleteUserAsync(DeleteUserRequest, CancellationToken)

Deletes a user from the user pool.

Public Method DescribeAppBlockBuilderAppBlockAssociations(DescribeAppBlockBuilderAppBlockAssociationsRequest)

Retrieves a list that describes one or more app block builder associations.

Public Method DescribeAppBlockBuilderAppBlockAssociationsAsync(DescribeAppBlockBuilderAppBlockAssociationsRequest, CancellationToken)

Retrieves a list that describes one or more app block builder associations.

Public Method DescribeAppBlockBuilders(DescribeAppBlockBuildersRequest)

Retrieves a list that describes one or more app block builders.

Public Method DescribeAppBlockBuildersAsync(DescribeAppBlockBuildersRequest, CancellationToken)

Retrieves a list that describes one or more app block builders.

Public Method DescribeAppBlocks(DescribeAppBlocksRequest)

Retrieves a list that describes one or more app blocks.

Public Method DescribeAppBlocksAsync(DescribeAppBlocksRequest, CancellationToken)

Retrieves a list that describes one or more app blocks.

Public Method DescribeApplicationFleetAssociations(DescribeApplicationFleetAssociationsRequest)

Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

Public Method DescribeApplicationFleetAssociationsAsync(DescribeApplicationFleetAssociationsRequest, CancellationToken)

Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

Public Method DescribeApplications(DescribeApplicationsRequest)

Retrieves a list that describes one or more applications.

Public Method DescribeApplicationsAsync(DescribeApplicationsRequest, CancellationToken)

Retrieves a list that describes one or more applications.

Public Method DescribeDirectoryConfigs(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.

Public Method DescribeDirectoryConfigsAsync(DescribeDirectoryConfigsRequest, CancellationToken)

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.

Public Method DescribeEntitlements(DescribeEntitlementsRequest)

Retrieves a list that describes one of more entitlements.

Public Method DescribeEntitlementsAsync(DescribeEntitlementsRequest, CancellationToken)

Retrieves a list that describes one of more entitlements.

Public Method DescribeFleets(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.

Public Method DescribeFleetsAsync(DescribeFleetsRequest, CancellationToken)

Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.

Public Method DescribeImageBuilders(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.

Public Method DescribeImageBuildersAsync(DescribeImageBuildersRequest, CancellationToken)

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.

Public Method DescribeImagePermissions(DescribeImagePermissionsRequest)

Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.

Public Method DescribeImagePermissionsAsync(DescribeImagePermissionsRequest, CancellationToken)

Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.

Public Method DescribeImages(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.

Public Method DescribeImagesAsync(DescribeImagesRequest, CancellationToken)

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.

Public Method DescribeSessions(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.

Public Method DescribeSessionsAsync(DescribeSessionsRequest, CancellationToken)

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.

Public Method DescribeStacks(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.

Public Method DescribeStacksAsync(DescribeStacksRequest, CancellationToken)

Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.

Public Method DescribeUsageReportSubscriptions(DescribeUsageReportSubscriptionsRequest)

Retrieves a list that describes one or more usage report subscriptions.

Public Method DescribeUsageReportSubscriptionsAsync(DescribeUsageReportSubscriptionsRequest, CancellationToken)

Retrieves a list that describes one or more usage report subscriptions.

Public Method DescribeUsers(DescribeUsersRequest)

Retrieves a list that describes one or more specified users in the user pool.

Public Method DescribeUsersAsync(DescribeUsersRequest, CancellationToken)

Retrieves a list that describes one or more specified users in the user pool.

Public Method DescribeUserStackAssociations(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

Public Method DescribeUserStackAssociationsAsync(DescribeUserStackAssociationsRequest, CancellationToken)

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

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method DisableUser(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.

Public Method DisableUserAsync(DisableUserRequest, CancellationToken)

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.

Public Method DisassociateAppBlockBuilderAppBlock(DisassociateAppBlockBuilderAppBlockRequest)

Disassociates a specified app block builder from a specified app block.

Public Method DisassociateAppBlockBuilderAppBlockAsync(DisassociateAppBlockBuilderAppBlockRequest, CancellationToken)

Disassociates a specified app block builder from a specified app block.

Public Method DisassociateApplicationFleet(DisassociateApplicationFleetRequest)

Disassociates the specified application from the fleet.

Public Method DisassociateApplicationFleetAsync(DisassociateApplicationFleetRequest, CancellationToken)

Disassociates the specified application from the fleet.

Public Method DisassociateApplicationFromEntitlement(DisassociateApplicationFromEntitlementRequest)

Deletes the specified application from the specified entitlement.

Public Method DisassociateApplicationFromEntitlementAsync(DisassociateApplicationFromEntitlementRequest, CancellationToken)

Deletes the specified application from the specified entitlement.

Public Method DisassociateFleet(DisassociateFleetRequest)

Disassociates the specified fleet from the specified stack.

Public Method DisassociateFleetAsync(DisassociateFleetRequest, CancellationToken)

Disassociates the specified fleet from the specified stack.

Public Method Dispose() Inherited from Amazon.Runtime.AmazonServiceClient.
Public Method EnableUser(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.

Public Method EnableUserAsync(EnableUserRequest, CancellationToken)

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.

Public Method ExpireSession(ExpireSessionRequest)

Immediately stops the specified streaming session.

Public Method ExpireSessionAsync(ExpireSessionRequest, CancellationToken)

Immediately stops the specified streaming session.

Public Method ListAssociatedFleets(ListAssociatedFleetsRequest)

Retrieves the name of the fleet that is associated with the specified stack.

Public Method ListAssociatedFleetsAsync(ListAssociatedFleetsRequest, CancellationToken)

Retrieves the name of the fleet that is associated with the specified stack.

Public Method ListAssociatedStacks(ListAssociatedStacksRequest)

Retrieves the name of the stack with which the specified fleet is associated.

Public Method ListAssociatedStacksAsync(ListAssociatedStacksRequest, CancellationToken)

Retrieves the name of the stack with which the specified fleet is associated.

Public Method ListEntitledApplications(ListEntitledApplicationsRequest)

Retrieves a list of entitled applications.

Public Method ListEntitledApplicationsAsync(ListEntitledApplicationsRequest, CancellationToken)

Retrieves a list of entitled applications.

Public Method ListTagsForResource(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.

Public Method ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken)

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.

Public Method StartAppBlockBuilder(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.

Public Method StartAppBlockBuilderAsync(StartAppBlockBuilderRequest, CancellationToken)

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.

Public Method StartFleet(StartFleetRequest)

Starts the specified fleet.

Public Method StartFleetAsync(StartFleetRequest, CancellationToken)

Starts the specified fleet.

Public Method StartImageBuilder(StartImageBuilderRequest)

Starts the specified image builder.

Public Method StartImageBuilderAsync(StartImageBuilderRequest, CancellationToken)

Starts the specified image builder.

Public Method StopAppBlockBuilder(StopAppBlockBuilderRequest)

Stops an app block builder.

Stopping an app block builder terminates the instance, and the instance state is not persisted.

Public Method StopAppBlockBuilderAsync(StopAppBlockBuilderRequest, CancellationToken)

Stops an app block builder.

Stopping an app block builder terminates the instance, and the instance state is not persisted.

Public Method StopFleet(StopFleetRequest)

Stops the specified fleet.

Public Method StopFleetAsync(StopFleetRequest, CancellationToken)

Stops the specified fleet.

Public Method StopImageBuilder(StopImageBuilderRequest)

Stops the specified image builder.

Public Method StopImageBuilderAsync(StopImageBuilderRequest, CancellationToken)

Stops the specified image builder.

Public Method TagResource(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.

Public Method TagResourceAsync(TagResourceRequest, CancellationToken)

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.

Public Method UntagResource(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.

Public Method UntagResourceAsync(UntagResourceRequest, CancellationToken)

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.

Public Method UpdateAppBlockBuilder(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.

Public Method UpdateAppBlockBuilderAsync(UpdateAppBlockBuilderRequest, CancellationToken)

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.

Public Method UpdateApplication(UpdateApplicationRequest)

Updates the specified application.

Public Method UpdateApplicationAsync(UpdateApplicationRequest, CancellationToken)

Updates the specified application.

Public Method UpdateDirectoryConfig(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.

Public Method UpdateDirectoryConfigAsync(UpdateDirectoryConfigRequest, CancellationToken)

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.

Public Method UpdateEntitlement(UpdateEntitlementRequest)

Updates the specified entitlement.

Public Method UpdateEntitlementAsync(UpdateEntitlementRequest, CancellationToken)

Updates the specified entitlement.

Public Method UpdateFleet(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.

Public Method UpdateFleetAsync(UpdateFleetRequest, CancellationToken)

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.

Public Method UpdateImagePermissions(UpdateImagePermissionsRequest)

Adds or updates permissions for the specified private image.

Public Method UpdateImagePermissionsAsync(UpdateImagePermissionsRequest, CancellationToken)

Adds or updates permissions for the specified private image.

Public Method UpdateStack(UpdateStackRequest)

Updates the specified fields for the specified stack.

Public Method UpdateStackAsync(UpdateStackRequest, CancellationToken)

Updates the specified fields for the specified stack.

Events

NameDescription
Event AfterResponseEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event BeforeRequestEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event ExceptionEvent Inherited from Amazon.Runtime.AmazonServiceClient.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5