C# Class Amazon.AppStream.AmazonAppStreamClient

Implementation for accessing AppStream API documentation for AppStream
Inheritance: AmazonServiceClient, IAmazonAppStream
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
AmazonAppStreamClient ( ) : System

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>

AmazonAppStreamClient ( AWSCredentials credentials ) : System

Constructs AmazonAppStreamClient with AWS Credentials

AmazonAppStreamClient ( AWSCredentials credentials, AmazonAppStreamConfig clientConfig ) : System

Constructs AmazonAppStreamClient with AWS Credentials and an AmazonAppStreamClient Configuration object.

AmazonAppStreamClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonAppStreamClient with AWS Credentials

AmazonAppStreamClient ( AmazonAppStreamConfig config ) : System

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>

AmazonAppStreamClient ( RegionEndpoint region ) : System

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>

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAppStreamConfig clientConfig ) : System

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

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAppStreamConfig clientConfig ) : System

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

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

AssociateFleetAsync ( AssociateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateFleet operation.

BeginAssociateFleet ( AssociateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateFleet operation.

BeginCreateFleet ( CreateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateFleet operation.

BeginCreateStack ( CreateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStack operation.

BeginCreateStreamingURL ( CreateStreamingURLRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStreamingURL operation.

BeginDeleteFleet ( DeleteFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteFleet operation.

BeginDeleteStack ( DeleteStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteStack operation.

BeginDescribeFleets ( DescribeFleetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeFleets operation.

BeginDescribeImages ( DescribeImagesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeImages operation.

BeginDescribeSessions ( DescribeSessionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSessions operation.

BeginDescribeStacks ( DescribeStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStacks operation.

BeginDisassociateFleet ( DisassociateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateFleet operation.

BeginExpireSession ( ExpireSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ExpireSession operation.

BeginListAssociatedFleets ( ListAssociatedFleetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAssociatedFleets operation.

BeginListAssociatedStacks ( ListAssociatedStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAssociatedStacks operation.

BeginStartFleet ( StartFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartFleet operation.

BeginStopFleet ( StopFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopFleet operation.

BeginUpdateFleet ( UpdateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateFleet operation.

BeginUpdateStack ( UpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateStack operation.

CreateFleetAsync ( CreateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateFleet operation.

CreateStackAsync ( CreateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStack operation.

CreateStreamingURLAsync ( CreateStreamingURLRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStreamingURL operation.

DeleteFleetAsync ( DeleteFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteFleet operation.

DeleteStackAsync ( DeleteStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteStack operation.

DescribeFleetsAsync ( DescribeFleetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeFleets operation.

DescribeImagesAsync ( DescribeImagesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeImages operation.

DescribeSessionsAsync ( DescribeSessionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSessions operation.

DescribeStacksAsync ( DescribeStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStacks operation.

DisassociateFleetAsync ( DisassociateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateFleet operation.

EndAssociateFleet ( IAsyncResult asyncResult ) : AssociateFleetResponse

Finishes the asynchronous execution of the AssociateFleet operation.

EndCreateFleet ( IAsyncResult asyncResult ) : CreateFleetResponse

Finishes the asynchronous execution of the CreateFleet operation.

EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse

Finishes the asynchronous execution of the CreateStack operation.

EndCreateStreamingURL ( IAsyncResult asyncResult ) : CreateStreamingURLResponse

Finishes the asynchronous execution of the CreateStreamingURL operation.

EndDeleteFleet ( IAsyncResult asyncResult ) : DeleteFleetResponse

Finishes the asynchronous execution of the DeleteFleet operation.

EndDeleteStack ( IAsyncResult asyncResult ) : DeleteStackResponse

Finishes the asynchronous execution of the DeleteStack operation.

EndDescribeFleets ( IAsyncResult asyncResult ) : DescribeFleetsResponse

Finishes the asynchronous execution of the DescribeFleets operation.

EndDescribeImages ( IAsyncResult asyncResult ) : DescribeImagesResponse

Finishes the asynchronous execution of the DescribeImages operation.

EndDescribeSessions ( IAsyncResult asyncResult ) : DescribeSessionsResponse

Finishes the asynchronous execution of the DescribeSessions operation.

EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse

Finishes the asynchronous execution of the DescribeStacks operation.

EndDisassociateFleet ( IAsyncResult asyncResult ) : DisassociateFleetResponse

Finishes the asynchronous execution of the DisassociateFleet operation.

EndExpireSession ( IAsyncResult asyncResult ) : ExpireSessionResponse

Finishes the asynchronous execution of the ExpireSession operation.

EndListAssociatedFleets ( IAsyncResult asyncResult ) : ListAssociatedFleetsResponse

Finishes the asynchronous execution of the ListAssociatedFleets operation.

EndListAssociatedStacks ( IAsyncResult asyncResult ) : ListAssociatedStacksResponse

Finishes the asynchronous execution of the ListAssociatedStacks operation.

EndStartFleet ( IAsyncResult asyncResult ) : StartFleetResponse

Finishes the asynchronous execution of the StartFleet operation.

EndStopFleet ( IAsyncResult asyncResult ) : StopFleetResponse

Finishes the asynchronous execution of the StopFleet operation.

EndUpdateFleet ( IAsyncResult asyncResult ) : UpdateFleetResponse

Finishes the asynchronous execution of the UpdateFleet operation.

EndUpdateStack ( IAsyncResult asyncResult ) : UpdateStackResponse

Finishes the asynchronous execution of the UpdateStack operation.

ExpireSessionAsync ( ExpireSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ExpireSession operation.

ListAssociatedFleetsAsync ( ListAssociatedFleetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAssociatedFleets operation.

ListAssociatedStacksAsync ( ListAssociatedStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAssociatedStacks operation.

StartFleetAsync ( StartFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartFleet operation.

StopFleetAsync ( StopFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopFleet operation.

UpdateFleetAsync ( UpdateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateFleet operation.

UpdateStackAsync ( UpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateStack operation.

Méthodes protégées

Méthode Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Private Methods

Méthode Description
AssociateFleet ( AssociateFleetRequest request ) : AssociateFleetResponse
CreateFleet ( CreateFleetRequest request ) : CreateFleetResponse
CreateStack ( CreateStackRequest request ) : CreateStackResponse
CreateStreamingURL ( CreateStreamingURLRequest request ) : CreateStreamingURLResponse
DeleteFleet ( DeleteFleetRequest request ) : DeleteFleetResponse
DeleteStack ( DeleteStackRequest request ) : DeleteStackResponse
DescribeFleets ( DescribeFleetsRequest request ) : DescribeFleetsResponse
DescribeImages ( DescribeImagesRequest request ) : DescribeImagesResponse
DescribeSessions ( DescribeSessionsRequest request ) : DescribeSessionsResponse
DescribeStacks ( DescribeStacksRequest request ) : DescribeStacksResponse
DisassociateFleet ( DisassociateFleetRequest request ) : DisassociateFleetResponse
ExpireSession ( ExpireSessionRequest request ) : ExpireSessionResponse
ListAssociatedFleets ( ListAssociatedFleetsRequest request ) : ListAssociatedFleetsResponse
ListAssociatedStacks ( ListAssociatedStacksRequest request ) : ListAssociatedStacksResponse
StartFleet ( StartFleetRequest request ) : StartFleetResponse
StopFleet ( StopFleetRequest request ) : StopFleetResponse
UpdateFleet ( UpdateFleetRequest request ) : UpdateFleetResponse
UpdateStack ( UpdateStackRequest request ) : UpdateStackResponse

Method Details

AmazonAppStreamClient() public méthode

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 AmazonAppStreamClient ( ) : System
Résultat System

AmazonAppStreamClient() public méthode

Constructs AmazonAppStreamClient with AWS Credentials
public AmazonAppStreamClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Résultat System

AmazonAppStreamClient() public méthode

Constructs AmazonAppStreamClient with AWS Credentials and an AmazonAppStreamClient Configuration object.
public AmazonAppStreamClient ( AWSCredentials credentials, AmazonAppStreamConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonAppStreamConfig The AmazonAppStreamClient Configuration Object
Résultat System

AmazonAppStreamClient() public méthode

Constructs AmazonAppStreamClient with AWS Credentials
public AmazonAppStreamClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Résultat System

AmazonAppStreamClient() public méthode

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 AmazonAppStreamClient ( AmazonAppStreamConfig config ) : System
config AmazonAppStreamConfig The AmazonAppStreamClient Configuration Object
Résultat System

AmazonAppStreamClient() public méthode

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 AmazonAppStreamClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Résultat System

AmazonAppStreamClient() public méthode

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Résultat System

AmazonAppStreamClient() public méthode

Constructs AmazonAppStreamClient with AWS Access Key ID, AWS Secret Key and an AmazonAppStreamClient Configuration object.
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAppStreamConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonAppStreamConfig The AmazonAppStreamClient Configuration Object
Résultat System

AmazonAppStreamClient() public méthode

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
Résultat System

AmazonAppStreamClient() public méthode

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Résultat System

AmazonAppStreamClient() public méthode

Constructs AmazonAppStreamClient with AWS Access Key ID, AWS Secret Key and an AmazonAppStreamClient Configuration object.
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAppStreamConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonAppStreamConfig The AmazonAppStreamClient Configuration Object
Résultat System

AmazonAppStreamClient() public méthode

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
Résultat System

AssociateFleetAsync() public méthode

Initiates the asynchronous execution of the AssociateFleet operation.
public AssociateFleetAsync ( AssociateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.AssociateFleetRequest Container for the necessary parameters to execute the AssociateFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

BeginAssociateFleet() public méthode

Initiates the asynchronous execution of the AssociateFleet operation.
public BeginAssociateFleet ( AssociateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.AssociateFleetRequest Container for the necessary parameters to execute the AssociateFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCreateFleet() public méthode

Initiates the asynchronous execution of the CreateFleet operation.
public BeginCreateFleet ( CreateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.CreateFleetRequest Container for the necessary parameters to execute the CreateFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCreateStack() public méthode

Initiates the asynchronous execution of the CreateStack operation.
public BeginCreateStack ( CreateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.CreateStackRequest Container for the necessary parameters to execute the CreateStack operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginCreateStreamingURL() public méthode

Initiates the asynchronous execution of the CreateStreamingURL operation.
public BeginCreateStreamingURL ( CreateStreamingURLRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.CreateStreamingURLRequest Container for the necessary parameters to execute the CreateStreamingURL operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeleteFleet() public méthode

Initiates the asynchronous execution of the DeleteFleet operation.
public BeginDeleteFleet ( DeleteFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DeleteFleetRequest Container for the necessary parameters to execute the DeleteFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDeleteStack() public méthode

Initiates the asynchronous execution of the DeleteStack operation.
public BeginDeleteStack ( DeleteStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DeleteStackRequest Container for the necessary parameters to execute the DeleteStack operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeFleets() public méthode

Initiates the asynchronous execution of the DescribeFleets operation.
public BeginDescribeFleets ( DescribeFleetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DescribeFleetsRequest Container for the necessary parameters to execute the DescribeFleets operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeImages() public méthode

Initiates the asynchronous execution of the DescribeImages operation.
public BeginDescribeImages ( DescribeImagesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DescribeImagesRequest Container for the necessary parameters to execute the DescribeImages operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeSessions() public méthode

Initiates the asynchronous execution of the DescribeSessions operation.
public BeginDescribeSessions ( DescribeSessionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DescribeSessionsRequest Container for the necessary parameters to execute the DescribeSessions operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDescribeStacks() public méthode

Initiates the asynchronous execution of the DescribeStacks operation.
public BeginDescribeStacks ( DescribeStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DescribeStacksRequest Container for the necessary parameters to execute the DescribeStacks operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginDisassociateFleet() public méthode

Initiates the asynchronous execution of the DisassociateFleet operation.
public BeginDisassociateFleet ( DisassociateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DisassociateFleetRequest Container for the necessary parameters to execute the DisassociateFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginExpireSession() public méthode

Initiates the asynchronous execution of the ExpireSession operation.
public BeginExpireSession ( ExpireSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.ExpireSessionRequest Container for the necessary parameters to execute the ExpireSession operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginListAssociatedFleets() public méthode

Initiates the asynchronous execution of the ListAssociatedFleets operation.
public BeginListAssociatedFleets ( ListAssociatedFleetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.ListAssociatedFleetsRequest Container for the necessary parameters to execute the ListAssociatedFleets operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginListAssociatedStacks() public méthode

Initiates the asynchronous execution of the ListAssociatedStacks operation.
public BeginListAssociatedStacks ( ListAssociatedStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.ListAssociatedStacksRequest Container for the necessary parameters to execute the ListAssociatedStacks operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginStartFleet() public méthode

Initiates the asynchronous execution of the StartFleet operation.
public BeginStartFleet ( StartFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.StartFleetRequest Container for the necessary parameters to execute the StartFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginStopFleet() public méthode

Initiates the asynchronous execution of the StopFleet operation.
public BeginStopFleet ( StopFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.StopFleetRequest Container for the necessary parameters to execute the StopFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginUpdateFleet() public méthode

Initiates the asynchronous execution of the UpdateFleet operation.
public BeginUpdateFleet ( UpdateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.UpdateFleetRequest Container for the necessary parameters to execute the UpdateFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

BeginUpdateStack() public méthode

Initiates the asynchronous execution of the UpdateStack operation.
public BeginUpdateStack ( UpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.UpdateStackRequest Container for the necessary parameters to execute the UpdateStack operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult

CreateFleetAsync() public méthode

Initiates the asynchronous execution of the CreateFleet operation.
public CreateFleetAsync ( CreateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.CreateFleetRequest Container for the necessary parameters to execute the CreateFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateSigner() protected méthode

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Résultat Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CreateStackAsync() public méthode

Initiates the asynchronous execution of the CreateStack operation.
public CreateStackAsync ( CreateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.CreateStackRequest Container for the necessary parameters to execute the CreateStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateStreamingURLAsync() public méthode

Initiates the asynchronous execution of the CreateStreamingURL operation.
public CreateStreamingURLAsync ( CreateStreamingURLRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.CreateStreamingURLRequest Container for the necessary parameters to execute the CreateStreamingURL operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteFleetAsync() public méthode

Initiates the asynchronous execution of the DeleteFleet operation.
public DeleteFleetAsync ( DeleteFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DeleteFleetRequest Container for the necessary parameters to execute the DeleteFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteStackAsync() public méthode

Initiates the asynchronous execution of the DeleteStack operation.
public DeleteStackAsync ( DeleteStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DeleteStackRequest Container for the necessary parameters to execute the DeleteStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeFleetsAsync() public méthode

Initiates the asynchronous execution of the DescribeFleets operation.
public DescribeFleetsAsync ( DescribeFleetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DescribeFleetsRequest Container for the necessary parameters to execute the DescribeFleets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeImagesAsync() public méthode

Initiates the asynchronous execution of the DescribeImages operation.
public DescribeImagesAsync ( DescribeImagesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DescribeImagesRequest Container for the necessary parameters to execute the DescribeImages operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeSessionsAsync() public méthode

Initiates the asynchronous execution of the DescribeSessions operation.
public DescribeSessionsAsync ( DescribeSessionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DescribeSessionsRequest Container for the necessary parameters to execute the DescribeSessions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeStacksAsync() public méthode

Initiates the asynchronous execution of the DescribeStacks operation.
public DescribeStacksAsync ( DescribeStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DescribeStacksRequest Container for the necessary parameters to execute the DescribeStacks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DisassociateFleetAsync() public méthode

Initiates the asynchronous execution of the DisassociateFleet operation.
public DisassociateFleetAsync ( DisassociateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DisassociateFleetRequest Container for the necessary parameters to execute the DisassociateFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

Dispose() protected méthode

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndAssociateFleet() public méthode

Finishes the asynchronous execution of the AssociateFleet operation.
public EndAssociateFleet ( IAsyncResult asyncResult ) : AssociateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateFleet.
Résultat AssociateFleetResponse

EndCreateFleet() public méthode

Finishes the asynchronous execution of the CreateFleet operation.
public EndCreateFleet ( IAsyncResult asyncResult ) : CreateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateFleet.
Résultat Amazon.AppStream.Model.CreateFleetResponse

EndCreateStack() public méthode

Finishes the asynchronous execution of the CreateStack operation.
public EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStack.
Résultat Amazon.AppStream.Model.CreateStackResponse

EndCreateStreamingURL() public méthode

Finishes the asynchronous execution of the CreateStreamingURL operation.
public EndCreateStreamingURL ( IAsyncResult asyncResult ) : CreateStreamingURLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStreamingURL.
Résultat Amazon.AppStream.Model.CreateStreamingURLResponse

EndDeleteFleet() public méthode

Finishes the asynchronous execution of the DeleteFleet operation.
public EndDeleteFleet ( IAsyncResult asyncResult ) : DeleteFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteFleet.
Résultat DeleteFleetResponse

EndDeleteStack() public méthode

Finishes the asynchronous execution of the DeleteStack operation.
public EndDeleteStack ( IAsyncResult asyncResult ) : DeleteStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteStack.
Résultat DeleteStackResponse

EndDescribeFleets() public méthode

Finishes the asynchronous execution of the DescribeFleets operation.
public EndDescribeFleets ( IAsyncResult asyncResult ) : DescribeFleetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeFleets.
Résultat Amazon.AppStream.Model.DescribeFleetsResponse

EndDescribeImages() public méthode

Finishes the asynchronous execution of the DescribeImages operation.
public EndDescribeImages ( IAsyncResult asyncResult ) : DescribeImagesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeImages.
Résultat Amazon.AppStream.Model.DescribeImagesResponse

EndDescribeSessions() public méthode

Finishes the asynchronous execution of the DescribeSessions operation.
public EndDescribeSessions ( IAsyncResult asyncResult ) : DescribeSessionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSessions.
Résultat Amazon.AppStream.Model.DescribeSessionsResponse

EndDescribeStacks() public méthode

Finishes the asynchronous execution of the DescribeStacks operation.
public EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStacks.
Résultat Amazon.AppStream.Model.DescribeStacksResponse

EndDisassociateFleet() public méthode

Finishes the asynchronous execution of the DisassociateFleet operation.
public EndDisassociateFleet ( IAsyncResult asyncResult ) : DisassociateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateFleet.
Résultat DisassociateFleetResponse

EndExpireSession() public méthode

Finishes the asynchronous execution of the ExpireSession operation.
public EndExpireSession ( IAsyncResult asyncResult ) : ExpireSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginExpireSession.
Résultat ExpireSessionResponse

EndListAssociatedFleets() public méthode

Finishes the asynchronous execution of the ListAssociatedFleets operation.
public EndListAssociatedFleets ( IAsyncResult asyncResult ) : ListAssociatedFleetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssociatedFleets.
Résultat Amazon.AppStream.Model.ListAssociatedFleetsResponse

EndListAssociatedStacks() public méthode

Finishes the asynchronous execution of the ListAssociatedStacks operation.
public EndListAssociatedStacks ( IAsyncResult asyncResult ) : ListAssociatedStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssociatedStacks.
Résultat Amazon.AppStream.Model.ListAssociatedStacksResponse

EndStartFleet() public méthode

Finishes the asynchronous execution of the StartFleet operation.
public EndStartFleet ( IAsyncResult asyncResult ) : StartFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartFleet.
Résultat StartFleetResponse

EndStopFleet() public méthode

Finishes the asynchronous execution of the StopFleet operation.
public EndStopFleet ( IAsyncResult asyncResult ) : StopFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopFleet.
Résultat StopFleetResponse

EndUpdateFleet() public méthode

Finishes the asynchronous execution of the UpdateFleet operation.
public EndUpdateFleet ( IAsyncResult asyncResult ) : UpdateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateFleet.
Résultat Amazon.AppStream.Model.UpdateFleetResponse

EndUpdateStack() public méthode

Finishes the asynchronous execution of the UpdateStack operation.
public EndUpdateStack ( IAsyncResult asyncResult ) : UpdateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateStack.
Résultat Amazon.AppStream.Model.UpdateStackResponse

ExpireSessionAsync() public méthode

Initiates the asynchronous execution of the ExpireSession operation.
public ExpireSessionAsync ( ExpireSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.ExpireSessionRequest Container for the necessary parameters to execute the ExpireSession operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListAssociatedFleetsAsync() public méthode

Initiates the asynchronous execution of the ListAssociatedFleets operation.
public ListAssociatedFleetsAsync ( ListAssociatedFleetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.ListAssociatedFleetsRequest Container for the necessary parameters to execute the ListAssociatedFleets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

ListAssociatedStacksAsync() public méthode

Initiates the asynchronous execution of the ListAssociatedStacks operation.
public ListAssociatedStacksAsync ( ListAssociatedStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.ListAssociatedStacksRequest Container for the necessary parameters to execute the ListAssociatedStacks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

StartFleetAsync() public méthode

Initiates the asynchronous execution of the StartFleet operation.
public StartFleetAsync ( StartFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.StartFleetRequest Container for the necessary parameters to execute the StartFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

StopFleetAsync() public méthode

Initiates the asynchronous execution of the StopFleet operation.
public StopFleetAsync ( StopFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.StopFleetRequest Container for the necessary parameters to execute the StopFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateFleetAsync() public méthode

Initiates the asynchronous execution of the UpdateFleet operation.
public UpdateFleetAsync ( UpdateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.UpdateFleetRequest Container for the necessary parameters to execute the UpdateFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

UpdateStackAsync() public méthode

Initiates the asynchronous execution of the UpdateStack operation.
public UpdateStackAsync ( UpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.UpdateStackRequest Container for the necessary parameters to execute the UpdateStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task