C# Class Amazon.EC2.AmazonEC2Client

Implementation for accessing EC2 Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster.

Inheritance: AmazonServiceClient, IAmazonEC2
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
AcceptReservedInstancesExchangeQuoteAsync ( AcceptReservedInstancesExchangeQuoteRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AcceptReservedInstancesExchangeQuote operation.

AcceptVpcPeeringConnectionAsync ( AcceptVpcPeeringConnectionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AcceptVpcPeeringConnection operation.

AllocateAddressAsync ( AllocateAddressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AllocateAddress operation.

AllocateAddressAsync ( System cancellationToken = default(CancellationToken) ) : Task

Acquires an Elastic IP address.

An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

AllocateHostsAsync ( AllocateHostsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AllocateHosts operation.

AmazonEC2Client ( ) : System

Constructs AmazonEC2Client 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>

AmazonEC2Client ( AWSCredentials credentials ) : System

Constructs AmazonEC2Client with AWS Credentials

AmazonEC2Client ( AWSCredentials credentials, AmazonEC2Config clientConfig ) : System

Constructs AmazonEC2Client with AWS Credentials and an AmazonEC2Client Configuration object.

AmazonEC2Client ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonEC2Client with AWS Credentials

AmazonEC2Client ( AmazonEC2Config config ) : System

Constructs AmazonEC2Client 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>

AmazonEC2Client ( RegionEndpoint region ) : System

Constructs AmazonEC2Client 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>

AmazonEC2Client ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key

AmazonEC2Client ( string awsAccessKeyId, string awsSecretAccessKey, AmazonEC2Config clientConfig ) : System

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

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

Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key

AmazonEC2Client ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonEC2Config clientConfig ) : System

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

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

Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key

AssignIpv6AddressesAsync ( AssignIpv6AddressesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssignIpv6Addresses operation.

AssignPrivateIpAddressesAsync ( AssignPrivateIpAddressesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssignPrivateIpAddresses operation.

AssociateAddressAsync ( AssociateAddressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateAddress operation.

AssociateDhcpOptionsAsync ( AssociateDhcpOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateDhcpOptions operation.

AssociateRouteTableAsync ( AssociateRouteTableRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateRouteTable operation.

AssociateSubnetCidrBlockAsync ( AssociateSubnetCidrBlockRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateSubnetCidrBlock operation.

AssociateVpcCidrBlockAsync ( AssociateVpcCidrBlockRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateVpcCidrBlock operation.

AttachClassicLinkVpcAsync ( AttachClassicLinkVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AttachClassicLinkVpc operation.

AttachInternetGatewayAsync ( AttachInternetGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AttachInternetGateway operation.

AttachNetworkInterfaceAsync ( AttachNetworkInterfaceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AttachNetworkInterface operation.

AttachVolumeAsync ( AttachVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AttachVolume operation.

AttachVpnGatewayAsync ( AttachVpnGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AttachVpnGateway operation.

AuthorizeSecurityGroupEgressAsync ( AuthorizeSecurityGroupEgressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AuthorizeSecurityGroupEgress operation.

AuthorizeSecurityGroupIngressAsync ( AuthorizeSecurityGroupIngressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AuthorizeSecurityGroupIngress operation.

BeginAcceptReservedInstancesExchangeQuote ( AcceptReservedInstancesExchangeQuoteRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AcceptReservedInstancesExchangeQuote operation.

BeginAcceptVpcPeeringConnection ( AcceptVpcPeeringConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AcceptVpcPeeringConnection operation.

BeginAllocateAddress ( AllocateAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AllocateAddress operation.

BeginAllocateHosts ( AllocateHostsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AllocateHosts operation.

BeginAssignIpv6Addresses ( AssignIpv6AddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssignIpv6Addresses operation.

BeginAssignPrivateIpAddresses ( AssignPrivateIpAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssignPrivateIpAddresses operation.

BeginAssociateAddress ( AssociateAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateAddress operation.

BeginAssociateDhcpOptions ( AssociateDhcpOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateDhcpOptions operation.

BeginAssociateRouteTable ( AssociateRouteTableRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateRouteTable operation.

BeginAssociateSubnetCidrBlock ( AssociateSubnetCidrBlockRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateSubnetCidrBlock operation.

BeginAssociateVpcCidrBlock ( AssociateVpcCidrBlockRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateVpcCidrBlock operation.

BeginAttachClassicLinkVpc ( AttachClassicLinkVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AttachClassicLinkVpc operation.

BeginAttachInternetGateway ( AttachInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AttachInternetGateway operation.

BeginAttachNetworkInterface ( AttachNetworkInterfaceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AttachNetworkInterface operation.

BeginAttachVolume ( AttachVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AttachVolume operation.

BeginAttachVpnGateway ( AttachVpnGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AttachVpnGateway operation.

BeginAuthorizeSecurityGroupEgress ( AuthorizeSecurityGroupEgressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AuthorizeSecurityGroupEgress operation.

BeginAuthorizeSecurityGroupIngress ( AuthorizeSecurityGroupIngressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AuthorizeSecurityGroupIngress operation.

BeginBundleInstance ( BundleInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the BundleInstance operation.

BeginCancelBundleTask ( CancelBundleTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelBundleTask operation.

BeginCancelConversionTask ( CancelConversionTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelConversionTask operation.

BeginCancelExportTask ( CancelExportTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelExportTask operation.

BeginCancelImportTask ( CancelImportTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelImportTask operation.

BeginCancelReservedInstancesListing ( CancelReservedInstancesListingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelReservedInstancesListing operation.

BeginCancelSpotFleetRequests ( CancelSpotFleetRequestsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelSpotFleetRequests operation.

BeginCancelSpotInstanceRequests ( CancelSpotInstanceRequestsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CancelSpotInstanceRequests operation.

BeginConfirmProductInstance ( ConfirmProductInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ConfirmProductInstance operation.

BeginCopyImage ( CopyImageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CopyImage operation.

BeginCopySnapshot ( CopySnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CopySnapshot operation.

BeginCreateCustomerGateway ( CreateCustomerGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateCustomerGateway operation.

BeginCreateDhcpOptions ( CreateDhcpOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDhcpOptions operation.

BeginCreateEgressOnlyInternetGateway ( CreateEgressOnlyInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateEgressOnlyInternetGateway operation.

BeginCreateFlowLogs ( CreateFlowLogsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateFlowLogs operation.

BeginCreateImage ( CreateImageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateImage operation.

BeginCreateInstanceExportTask ( CreateInstanceExportTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateInstanceExportTask operation.

BeginCreateInternetGateway ( CreateInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateInternetGateway operation.

BeginCreateKeyPair ( CreateKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateKeyPair operation.

BeginCreateNatGateway ( CreateNatGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateNatGateway operation.

BeginCreateNetworkAcl ( CreateNetworkAclRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateNetworkAcl operation.

BeginCreateNetworkAclEntry ( CreateNetworkAclEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateNetworkAclEntry operation.

BeginCreateNetworkInterface ( CreateNetworkInterfaceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateNetworkInterface operation.

BeginCreatePlacementGroup ( CreatePlacementGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreatePlacementGroup operation.

BeginCreateReservedInstancesListing ( CreateReservedInstancesListingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateReservedInstancesListing operation.

BeginCreateRoute ( CreateRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateRoute operation.

BeginCreateRouteTable ( CreateRouteTableRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateRouteTable operation.

BeginCreateSecurityGroup ( CreateSecurityGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSecurityGroup operation.

BeginCreateSnapshot ( CreateSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSnapshot operation.

BeginCreateSpotDatafeedSubscription ( CreateSpotDatafeedSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSpotDatafeedSubscription operation.

BeginCreateSubnet ( CreateSubnetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSubnet operation.

BeginCreateTags ( CreateTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateTags operation.

BeginCreateVolume ( CreateVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateVolume operation.

BeginCreateVpc ( CreateVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateVpc operation.

BeginCreateVpcEndpoint ( CreateVpcEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateVpcEndpoint operation.

BeginCreateVpcPeeringConnection ( CreateVpcPeeringConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateVpcPeeringConnection operation.

BeginCreateVpnConnection ( CreateVpnConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateVpnConnection operation.

BeginCreateVpnConnectionRoute ( CreateVpnConnectionRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateVpnConnectionRoute operation.

BeginCreateVpnGateway ( CreateVpnGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateVpnGateway operation.

BeginDeleteCustomerGateway ( DeleteCustomerGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteCustomerGateway operation.

BeginDeleteDhcpOptions ( DeleteDhcpOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDhcpOptions operation.

BeginDeleteEgressOnlyInternetGateway ( DeleteEgressOnlyInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteEgressOnlyInternetGateway operation.

BeginDeleteFlowLogs ( DeleteFlowLogsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteFlowLogs operation.

BeginDeleteInternetGateway ( DeleteInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteInternetGateway operation.

BeginDeleteKeyPair ( DeleteKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteKeyPair operation.

BeginDeleteNatGateway ( DeleteNatGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteNatGateway operation.

BeginDeleteNetworkAcl ( DeleteNetworkAclRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteNetworkAcl operation.

BeginDeleteNetworkAclEntry ( DeleteNetworkAclEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteNetworkAclEntry operation.

BeginDeleteNetworkInterface ( DeleteNetworkInterfaceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteNetworkInterface operation.

BeginDeletePlacementGroup ( DeletePlacementGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeletePlacementGroup operation.

BeginDeleteRoute ( DeleteRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteRoute operation.

BeginDeleteRouteTable ( DeleteRouteTableRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteRouteTable operation.

BeginDeleteSecurityGroup ( DeleteSecurityGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteSecurityGroup operation.

BeginDeleteSnapshot ( DeleteSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteSnapshot operation.

BeginDeleteSpotDatafeedSubscription ( DeleteSpotDatafeedSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteSpotDatafeedSubscription operation.

BeginDeleteSubnet ( DeleteSubnetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteSubnet operation.

BeginDeleteTags ( DeleteTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteTags operation.

BeginDeleteVolume ( DeleteVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVolume operation.

BeginDeleteVpc ( DeleteVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVpc operation.

BeginDeleteVpcEndpoints ( DeleteVpcEndpointsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVpcEndpoints operation.

BeginDeleteVpcPeeringConnection ( DeleteVpcPeeringConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVpcPeeringConnection operation.

BeginDeleteVpnConnection ( DeleteVpnConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVpnConnection operation.

BeginDeleteVpnConnectionRoute ( DeleteVpnConnectionRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVpnConnectionRoute operation.

BeginDeleteVpnGateway ( DeleteVpnGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteVpnGateway operation.

BeginDeregisterImage ( DeregisterImageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterImage operation.

BeginDescribeAccountAttributes ( DescribeAccountAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAccountAttributes operation.

BeginDescribeAddresses ( DescribeAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAddresses operation.

BeginDescribeAvailabilityZones ( DescribeAvailabilityZonesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAvailabilityZones operation.

BeginDescribeBundleTasks ( DescribeBundleTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeBundleTasks operation.

BeginDescribeClassicLinkInstances ( DescribeClassicLinkInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeClassicLinkInstances operation.

BeginDescribeConversionTasks ( DescribeConversionTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeConversionTasks operation.

BeginDescribeCustomerGateways ( DescribeCustomerGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCustomerGateways operation.

BeginDescribeDhcpOptions ( DescribeDhcpOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDhcpOptions operation.

BeginDescribeEgressOnlyInternetGateways ( DescribeEgressOnlyInternetGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEgressOnlyInternetGateways operation.

BeginDescribeExportTasks ( DescribeExportTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeExportTasks operation.

BeginDescribeFlowLogs ( DescribeFlowLogsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeFlowLogs operation.

BeginDescribeHostReservationOfferings ( DescribeHostReservationOfferingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeHostReservationOfferings operation.

BeginDescribeHostReservations ( DescribeHostReservationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeHostReservations operation.

BeginDescribeHosts ( DescribeHostsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeHosts operation.

BeginDescribeIdFormat ( DescribeIdFormatRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeIdFormat operation.

BeginDescribeIdentityIdFormat ( DescribeIdentityIdFormatRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeIdentityIdFormat operation.

BeginDescribeImageAttribute ( DescribeImageAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeImageAttribute operation.

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

Initiates the asynchronous execution of the DescribeImages operation.

BeginDescribeImportImageTasks ( DescribeImportImageTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeImportImageTasks operation.

BeginDescribeImportSnapshotTasks ( DescribeImportSnapshotTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeImportSnapshotTasks operation.

BeginDescribeInstanceAttribute ( DescribeInstanceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstanceAttribute operation.

BeginDescribeInstanceStatus ( DescribeInstanceStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstanceStatus operation.

BeginDescribeInstances ( DescribeInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstances operation.

BeginDescribeInternetGateways ( DescribeInternetGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInternetGateways operation.

BeginDescribeKeyPairs ( DescribeKeyPairsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeKeyPairs operation.

BeginDescribeMovingAddresses ( Amazon.EC2.Model.DescribeMovingAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMovingAddresses operation.

BeginDescribeNatGateways ( DescribeNatGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeNatGateways operation.

BeginDescribeNetworkAcls ( DescribeNetworkAclsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeNetworkAcls operation.

BeginDescribeNetworkInterfaceAttribute ( DescribeNetworkInterfaceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeNetworkInterfaceAttribute operation.

BeginDescribeNetworkInterfaces ( DescribeNetworkInterfacesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeNetworkInterfaces operation.

BeginDescribePlacementGroups ( DescribePlacementGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePlacementGroups operation.

BeginDescribePrefixLists ( DescribePrefixListsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePrefixLists operation.

BeginDescribeRegions ( DescribeRegionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRegions operation.

BeginDescribeReservedInstances ( DescribeReservedInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeReservedInstances operation.

BeginDescribeReservedInstancesListings ( DescribeReservedInstancesListingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeReservedInstancesListings operation.

BeginDescribeReservedInstancesModifications ( DescribeReservedInstancesModificationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeReservedInstancesModifications operation.

BeginDescribeReservedInstancesOfferings ( DescribeReservedInstancesOfferingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeReservedInstancesOfferings operation.

BeginDescribeRouteTables ( DescribeRouteTablesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRouteTables operation.

BeginDescribeScheduledInstanceAvailability ( DescribeScheduledInstanceAvailabilityRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeScheduledInstanceAvailability operation.

BeginDescribeScheduledInstances ( DescribeScheduledInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeScheduledInstances operation.

BeginDescribeSecurityGroupReferences ( DescribeSecurityGroupReferencesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSecurityGroupReferences operation.

BeginDescribeSecurityGroups ( DescribeSecurityGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSecurityGroups operation.

BeginDescribeSnapshotAttribute ( DescribeSnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSnapshotAttribute operation.

BeginDescribeSnapshots ( DescribeSnapshotsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSnapshots operation.

BeginDescribeSpotDatafeedSubscription ( DescribeSpotDatafeedSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSpotDatafeedSubscription operation.

BeginDescribeSpotFleetInstances ( DescribeSpotFleetInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSpotFleetInstances operation.

BeginDescribeSpotFleetRequestHistory ( DescribeSpotFleetRequestHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSpotFleetRequestHistory operation.

BeginDescribeSpotFleetRequests ( DescribeSpotFleetRequestsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSpotFleetRequests operation.

BeginDescribeSpotInstanceRequests ( DescribeSpotInstanceRequestsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSpotInstanceRequests operation.

BeginDescribeSpotPriceHistory ( DescribeSpotPriceHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSpotPriceHistory operation.

BeginDescribeStaleSecurityGroups ( DescribeStaleSecurityGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStaleSecurityGroups operation.

BeginDescribeSubnets ( DescribeSubnetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSubnets operation.

BeginDescribeTags ( DescribeTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTags operation.

BeginDescribeVolumeAttribute ( DescribeVolumeAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVolumeAttribute operation.

BeginDescribeVolumeStatus ( DescribeVolumeStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVolumeStatus operation.

BeginDescribeVolumes ( DescribeVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVolumes operation.

BeginDescribeVpcAttribute ( DescribeVpcAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVpcAttribute operation.

BeginDescribeVpcClassicLink ( DescribeVpcClassicLinkRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVpcClassicLink operation.

BeginDescribeVpcClassicLinkDnsSupport ( DescribeVpcClassicLinkDnsSupportRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVpcClassicLinkDnsSupport operation.

BeginDescribeVpcEndpointServices ( DescribeVpcEndpointServicesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVpcEndpointServices operation.

BeginDescribeVpcEndpoints ( DescribeVpcEndpointsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVpcEndpoints operation.

BeginDescribeVpcPeeringConnections ( DescribeVpcPeeringConnectionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVpcPeeringConnections operation.

BeginDescribeVpcs ( DescribeVpcsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVpcs operation.

BeginDescribeVpnConnections ( DescribeVpnConnectionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVpnConnections operation.

BeginDescribeVpnGateways ( DescribeVpnGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVpnGateways operation.

BeginDetachClassicLinkVpc ( DetachClassicLinkVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DetachClassicLinkVpc operation.

BeginDetachInternetGateway ( DetachInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DetachInternetGateway operation.

BeginDetachNetworkInterface ( DetachNetworkInterfaceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DetachNetworkInterface operation.

BeginDetachVolume ( DetachVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DetachVolume operation.

BeginDetachVpnGateway ( DetachVpnGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DetachVpnGateway operation.

BeginDisableVgwRoutePropagation ( DisableVgwRoutePropagationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisableVgwRoutePropagation operation.

BeginDisableVpcClassicLink ( DisableVpcClassicLinkRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisableVpcClassicLink operation.

BeginDisableVpcClassicLinkDnsSupport ( DisableVpcClassicLinkDnsSupportRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisableVpcClassicLinkDnsSupport operation.

BeginDisassociateAddress ( DisassociateAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateAddress operation.

BeginDisassociateRouteTable ( DisassociateRouteTableRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateRouteTable operation.

BeginDisassociateSubnetCidrBlock ( DisassociateSubnetCidrBlockRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateSubnetCidrBlock operation.

BeginDisassociateVpcCidrBlock ( DisassociateVpcCidrBlockRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateVpcCidrBlock operation.

BeginEnableVgwRoutePropagation ( EnableVgwRoutePropagationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the EnableVgwRoutePropagation operation.

BeginEnableVolumeIO ( EnableVolumeIORequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the EnableVolumeIO operation.

BeginEnableVpcClassicLink ( EnableVpcClassicLinkRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the EnableVpcClassicLink operation.

BeginEnableVpcClassicLinkDnsSupport ( EnableVpcClassicLinkDnsSupportRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the EnableVpcClassicLinkDnsSupport operation.

BeginGetConsoleOutput ( GetConsoleOutputRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetConsoleOutput operation.

BeginGetConsoleScreenshot ( GetConsoleScreenshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetConsoleScreenshot operation.

BeginGetHostReservationPurchasePreview ( GetHostReservationPurchasePreviewRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetHostReservationPurchasePreview operation.

BeginGetPasswordData ( GetPasswordDataRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetPasswordData operation.

BeginGetReservedInstancesExchangeQuote ( GetReservedInstancesExchangeQuoteRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetReservedInstancesExchangeQuote operation.

BeginImportImage ( ImportImageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportImage operation.

BeginImportInstance ( ImportInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportInstance operation.

BeginImportKeyPair ( ImportKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportKeyPair operation.

BeginImportSnapshot ( ImportSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportSnapshot operation.

BeginImportVolume ( ImportVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportVolume operation.

BeginModifyHosts ( ModifyHostsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyHosts operation.

BeginModifyIdFormat ( ModifyIdFormatRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyIdFormat operation.

BeginModifyIdentityIdFormat ( ModifyIdentityIdFormatRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyIdentityIdFormat operation.

BeginModifyImageAttribute ( ModifyImageAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyImageAttribute operation.

BeginModifyInstanceAttribute ( ModifyInstanceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyInstanceAttribute operation.

BeginModifyInstancePlacement ( ModifyInstancePlacementRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyInstancePlacement operation.

BeginModifyNetworkInterfaceAttribute ( ModifyNetworkInterfaceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyNetworkInterfaceAttribute operation.

BeginModifyReservedInstances ( ModifyReservedInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyReservedInstances operation.

BeginModifySnapshotAttribute ( ModifySnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifySnapshotAttribute operation.

BeginModifySpotFleetRequest ( ModifySpotFleetRequestRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifySpotFleetRequest operation.

BeginModifySubnetAttribute ( ModifySubnetAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifySubnetAttribute operation.

BeginModifyVolumeAttribute ( ModifyVolumeAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyVolumeAttribute operation.

BeginModifyVpcAttribute ( ModifyVpcAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyVpcAttribute operation.

BeginModifyVpcEndpoint ( ModifyVpcEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyVpcEndpoint operation.

BeginModifyVpcPeeringConnectionOptions ( ModifyVpcPeeringConnectionOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ModifyVpcPeeringConnectionOptions operation.

BeginMonitorInstances ( MonitorInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the MonitorInstances operation.

BeginMoveAddressToVpc ( MoveAddressToVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the MoveAddressToVpc operation.

BeginPurchaseHostReservation ( PurchaseHostReservationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PurchaseHostReservation operation.

BeginPurchaseReservedInstancesOffering ( PurchaseReservedInstancesOfferingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PurchaseReservedInstancesOffering operation.

BeginPurchaseScheduledInstances ( PurchaseScheduledInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PurchaseScheduledInstances operation.

BeginRebootInstances ( RebootInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RebootInstances operation.

BeginRegisterImage ( RegisterImageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterImage operation.

BeginRejectVpcPeeringConnection ( RejectVpcPeeringConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RejectVpcPeeringConnection operation.

BeginReleaseAddress ( ReleaseAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReleaseAddress operation.

BeginReleaseHosts ( ReleaseHostsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReleaseHosts operation.

BeginReplaceNetworkAclAssociation ( ReplaceNetworkAclAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReplaceNetworkAclAssociation operation.

BeginReplaceNetworkAclEntry ( ReplaceNetworkAclEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReplaceNetworkAclEntry operation.

BeginReplaceRoute ( ReplaceRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReplaceRoute operation.

BeginReplaceRouteTableAssociation ( ReplaceRouteTableAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReplaceRouteTableAssociation operation.

BeginReportInstanceStatus ( ReportInstanceStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ReportInstanceStatus operation.

BeginRequestSpotFleet ( RequestSpotFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RequestSpotFleet operation.

BeginRequestSpotInstances ( RequestSpotInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RequestSpotInstances operation.

BeginResetImageAttribute ( ResetImageAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ResetImageAttribute operation.

BeginResetInstanceAttribute ( ResetInstanceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ResetInstanceAttribute operation.

BeginResetNetworkInterfaceAttribute ( ResetNetworkInterfaceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ResetNetworkInterfaceAttribute operation.

BeginResetSnapshotAttribute ( ResetSnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ResetSnapshotAttribute operation.

BeginRestoreAddressToClassic ( RestoreAddressToClassicRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RestoreAddressToClassic operation.

BeginRevokeSecurityGroupEgress ( RevokeSecurityGroupEgressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RevokeSecurityGroupEgress operation.

BeginRevokeSecurityGroupIngress ( RevokeSecurityGroupIngressRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RevokeSecurityGroupIngress operation.

BeginRunInstances ( RunInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RunInstances operation.

BeginRunScheduledInstances ( RunScheduledInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RunScheduledInstances operation.

BeginStartInstances ( StartInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartInstances operation.

BeginStopInstances ( StopInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopInstances operation.

BeginTerminateInstances ( TerminateInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the TerminateInstances operation.

BeginUnassignIpv6Addresses ( UnassignIpv6AddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UnassignIpv6Addresses operation.

BeginUnassignPrivateIpAddresses ( UnassignPrivateIpAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UnassignPrivateIpAddresses operation.

BeginUnmonitorInstances ( UnmonitorInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UnmonitorInstances operation.

BundleInstanceAsync ( BundleInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the BundleInstance operation.

CancelBundleTaskAsync ( CancelBundleTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelBundleTask operation.

CancelConversionTaskAsync ( CancelConversionTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelConversionTask operation.

CancelExportTaskAsync ( CancelExportTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelExportTask operation.

CancelImportTaskAsync ( CancelImportTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelImportTask operation.

CancelReservedInstancesListingAsync ( CancelReservedInstancesListingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelReservedInstancesListing operation.

CancelSpotFleetRequestsAsync ( CancelSpotFleetRequestsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelSpotFleetRequests operation.

CancelSpotInstanceRequestsAsync ( CancelSpotInstanceRequestsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CancelSpotInstanceRequests operation.

ConfirmProductInstanceAsync ( ConfirmProductInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ConfirmProductInstance operation.

CopyImageAsync ( CopyImageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CopyImage operation.

CopySnapshotAsync ( CopySnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CopySnapshot operation.

CreateCustomerGatewayAsync ( CreateCustomerGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateCustomerGateway operation.

CreateDhcpOptionsAsync ( CreateDhcpOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDhcpOptions operation.

CreateEgressOnlyInternetGatewayAsync ( CreateEgressOnlyInternetGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateEgressOnlyInternetGateway operation.

CreateFlowLogsAsync ( CreateFlowLogsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateFlowLogs operation.

CreateImageAsync ( CreateImageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateImage operation.

CreateInstanceExportTaskAsync ( CreateInstanceExportTaskRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateInstanceExportTask operation.

CreateInternetGatewayAsync ( CreateInternetGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateInternetGateway operation.

CreateInternetGatewayAsync ( System cancellationToken = default(CancellationToken) ) : Task

Creates an Internet gateway for use with a VPC. After creating the Internet gateway, you attach it to a VPC using AttachInternetGateway.

For more information about your VPC and Internet gateway, see the Amazon Virtual Private Cloud User Guide.

CreateKeyPairAsync ( CreateKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateKeyPair operation.

CreateNatGatewayAsync ( CreateNatGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateNatGateway operation.

CreateNetworkAclAsync ( CreateNetworkAclRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateNetworkAcl operation.

CreateNetworkAclEntryAsync ( CreateNetworkAclEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateNetworkAclEntry operation.

CreateNetworkInterfaceAsync ( CreateNetworkInterfaceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateNetworkInterface operation.

CreatePlacementGroupAsync ( CreatePlacementGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreatePlacementGroup operation.

CreateReservedInstancesListingAsync ( CreateReservedInstancesListingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateReservedInstancesListing operation.

CreateRouteAsync ( CreateRouteRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateRoute operation.

CreateRouteTableAsync ( CreateRouteTableRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateRouteTable operation.

CreateSecurityGroupAsync ( CreateSecurityGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSecurityGroup operation.

CreateSnapshotAsync ( CreateSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSnapshot operation.

CreateSpotDatafeedSubscriptionAsync ( CreateSpotDatafeedSubscriptionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSpotDatafeedSubscription operation.

CreateSubnetAsync ( CreateSubnetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSubnet operation.

CreateTagsAsync ( CreateTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateTags operation.

CreateVolumeAsync ( CreateVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateVolume operation.

CreateVpcAsync ( CreateVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateVpc operation.

CreateVpcEndpointAsync ( CreateVpcEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateVpcEndpoint operation.

CreateVpcPeeringConnectionAsync ( CreateVpcPeeringConnectionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateVpcPeeringConnection operation.

CreateVpnConnectionAsync ( CreateVpnConnectionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateVpnConnection operation.

CreateVpnConnectionRouteAsync ( CreateVpnConnectionRouteRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateVpnConnectionRoute operation.

CreateVpnGatewayAsync ( CreateVpnGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateVpnGateway operation.

DeleteCustomerGatewayAsync ( DeleteCustomerGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteCustomerGateway operation.

DeleteDhcpOptionsAsync ( DeleteDhcpOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDhcpOptions operation.

DeleteEgressOnlyInternetGatewayAsync ( DeleteEgressOnlyInternetGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteEgressOnlyInternetGateway operation.

DeleteFlowLogsAsync ( DeleteFlowLogsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteFlowLogs operation.

DeleteInternetGatewayAsync ( DeleteInternetGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteInternetGateway operation.

DeleteKeyPairAsync ( DeleteKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteKeyPair operation.

DeleteNatGatewayAsync ( DeleteNatGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteNatGateway operation.

DeleteNetworkAclAsync ( DeleteNetworkAclRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteNetworkAcl operation.

DeleteNetworkAclEntryAsync ( DeleteNetworkAclEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteNetworkAclEntry operation.

DeleteNetworkInterfaceAsync ( DeleteNetworkInterfaceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteNetworkInterface operation.

DeletePlacementGroupAsync ( DeletePlacementGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeletePlacementGroup operation.

DeleteRouteAsync ( DeleteRouteRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteRoute operation.

DeleteRouteTableAsync ( DeleteRouteTableRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteRouteTable operation.

DeleteSecurityGroupAsync ( DeleteSecurityGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteSecurityGroup operation.

DeleteSnapshotAsync ( DeleteSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteSnapshot operation.

DeleteSpotDatafeedSubscriptionAsync ( DeleteSpotDatafeedSubscriptionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteSpotDatafeedSubscription operation.

DeleteSpotDatafeedSubscriptionAsync ( System cancellationToken = default(CancellationToken) ) : Task

Deletes the data feed for Spot instances.

DeleteSubnetAsync ( DeleteSubnetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteSubnet operation.

DeleteTagsAsync ( DeleteTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteTags operation.

DeleteVolumeAsync ( DeleteVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVolume operation.

DeleteVpcAsync ( DeleteVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVpc operation.

DeleteVpcEndpointsAsync ( DeleteVpcEndpointsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVpcEndpoints operation.

DeleteVpcPeeringConnectionAsync ( DeleteVpcPeeringConnectionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVpcPeeringConnection operation.

DeleteVpnConnectionAsync ( DeleteVpnConnectionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVpnConnection operation.

DeleteVpnConnectionRouteAsync ( DeleteVpnConnectionRouteRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVpnConnectionRoute operation.

DeleteVpnGatewayAsync ( DeleteVpnGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteVpnGateway operation.

DeregisterImageAsync ( DeregisterImageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterImage operation.

DescribeAccountAttributesAsync ( DescribeAccountAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAccountAttributes operation.

DescribeAccountAttributesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes attributes of your AWS account. The following are the supported account attributes:

  • supported-platforms: Indicates whether your account can launch instances into EC2-Classic and EC2-VPC, or only into EC2-VPC.

  • default-vpc: The ID of the default VPC for your account, or none.

  • max-instances: The maximum number of On-Demand instances that you can run.

  • vpc-max-security-groups-per-interface: The maximum number of security groups that you can assign to a network interface.

  • max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate for use with EC2-Classic.

  • vpc-max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate for use with EC2-VPC.

DescribeAddressesAsync ( DescribeAddressesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAddresses operation.

DescribeAddressesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your Elastic IP addresses.

An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

DescribeAvailabilityZonesAsync ( DescribeAvailabilityZonesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAvailabilityZones operation.

DescribeAvailabilityZonesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of the Availability Zones that are available to you. The results include zones only for the region you're currently using. If there is an event impacting an Availability Zone, you can use this request to view the state and any provided message for that Availability Zone.

For more information, see Regions and Availability Zones in the Amazon Elastic Compute Cloud User Guide.

DescribeBundleTasksAsync ( DescribeBundleTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeBundleTasks operation.

DescribeBundleTasksAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your bundling tasks.

Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

DescribeClassicLinkInstancesAsync ( DescribeClassicLinkInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeClassicLinkInstances operation.

DescribeConversionTasksAsync ( DescribeConversionTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeConversionTasks operation.

DescribeConversionTasksAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your conversion tasks. For more information, see the VM Import/Export User Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

DescribeCustomerGatewaysAsync ( DescribeCustomerGatewaysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCustomerGateways operation.

DescribeCustomerGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your VPN customer gateways.

For more information about VPN customer gateways, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.

DescribeDhcpOptionsAsync ( DescribeDhcpOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDhcpOptions operation.

DescribeDhcpOptionsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your DHCP options sets.

For more information about DHCP options sets, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.

DescribeEgressOnlyInternetGatewaysAsync ( DescribeEgressOnlyInternetGatewaysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEgressOnlyInternetGateways operation.

DescribeExportTasksAsync ( DescribeExportTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeExportTasks operation.

DescribeExportTasksAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your export tasks.

DescribeFlowLogsAsync ( DescribeFlowLogsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeFlowLogs operation.

DescribeHostReservationOfferingsAsync ( DescribeHostReservationOfferingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeHostReservationOfferings operation.

DescribeHostReservationsAsync ( DescribeHostReservationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeHostReservations operation.

DescribeHostsAsync ( DescribeHostsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeHosts operation.

DescribeIdFormatAsync ( DescribeIdFormatRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeIdFormat operation.

DescribeIdentityIdFormatAsync ( DescribeIdentityIdFormatRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeIdentityIdFormat operation.

DescribeImageAttributeAsync ( DescribeImageAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeImageAttribute operation.

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

Initiates the asynchronous execution of the DescribeImages operation.

DescribeImagesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions.

Deregistered images are included in the returned results for an unspecified interval after deregistration.

DescribeImportImageTasksAsync ( DescribeImportImageTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeImportImageTasks operation.

DescribeImportSnapshotTasksAsync ( DescribeImportSnapshotTasksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeImportSnapshotTasks operation.

DescribeInstanceAttributeAsync ( DescribeInstanceAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstanceAttribute operation.

DescribeInstanceStatusAsync ( DescribeInstanceStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstanceStatus operation.

DescribeInstanceStatusAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes the status of one or more instances. By default, only running instances are described, unless specified otherwise.

Instance status includes the following components:

  • Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status Checks for Your Instances and Troubleshooting Instances with Failed Status Checks in the Amazon Elastic Compute Cloud User Guide.

  • Scheduled events - Amazon EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see Scheduled Events for Your Instances in the Amazon Elastic Compute Cloud User Guide.

  • Instance state - You can manage your instances from the moment you launch them through their termination. For more information, see Instance Lifecycle in the Amazon Elastic Compute Cloud User Guide.

DescribeInstancesAsync ( DescribeInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstances operation.

DescribeInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your instances.

If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the returned results.

Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.

DescribeInternetGatewaysAsync ( DescribeInternetGatewaysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInternetGateways operation.

DescribeInternetGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your Internet gateways.

DescribeKeyPairsAsync ( DescribeKeyPairsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeKeyPairs operation.

DescribeKeyPairsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your key pairs.

For more information about key pairs, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.

DescribeMovingAddressesAsync ( DescribeMovingAddressesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMovingAddresses operation.

DescribeNatGatewaysAsync ( DescribeNatGatewaysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeNatGateways operation.

DescribeNetworkAclsAsync ( DescribeNetworkAclsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeNetworkAcls operation.

DescribeNetworkAclsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your network ACLs.

For more information about network ACLs, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

DescribeNetworkInterfaceAttributeAsync ( DescribeNetworkInterfaceAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeNetworkInterfaceAttribute operation.

DescribeNetworkInterfacesAsync ( DescribeNetworkInterfacesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeNetworkInterfaces operation.

DescribeNetworkInterfacesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your network interfaces.

DescribePlacementGroupsAsync ( DescribePlacementGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePlacementGroups operation.

DescribePlacementGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your placement groups. For more information about placement groups and cluster instances, see Cluster Instances in the Amazon Elastic Compute Cloud User Guide.

DescribePrefixListsAsync ( DescribePrefixListsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePrefixLists operation.

DescribeRegionsAsync ( DescribeRegionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRegions operation.

DescribeRegionsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more regions that are currently available to you.

For a list of the regions supported by Amazon EC2, see Regions and Endpoints.

DescribeReservedInstancesAsync ( DescribeReservedInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeReservedInstances operation.

DescribeReservedInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of the Reserved Instances that you purchased.

For more information about Reserved Instances, see Reserved Instances in the Amazon Elastic Compute Cloud User Guide.

DescribeReservedInstancesListingsAsync ( DescribeReservedInstancesListingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeReservedInstancesListings operation.

DescribeReservedInstancesListingsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.

The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.

As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

DescribeReservedInstancesModificationsAsync ( DescribeReservedInstancesModificationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeReservedInstancesModifications operation.

DescribeReservedInstancesModificationsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.

For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide.

DescribeReservedInstancesOfferingsAsync ( DescribeReservedInstancesOfferingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeReservedInstancesOfferings operation.

DescribeReservedInstancesOfferingsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.

If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

DescribeRouteTablesAsync ( DescribeRouteTablesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRouteTables operation.

DescribeRouteTablesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your route tables.

Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.

For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.

DescribeScheduledInstanceAvailabilityAsync ( DescribeScheduledInstanceAvailabilityRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeScheduledInstanceAvailability operation.

DescribeScheduledInstancesAsync ( DescribeScheduledInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeScheduledInstances operation.

DescribeSecurityGroupReferencesAsync ( DescribeSecurityGroupReferencesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSecurityGroupReferences operation.

DescribeSecurityGroupsAsync ( DescribeSecurityGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSecurityGroups operation.

DescribeSecurityGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your security groups.

A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

DescribeSnapshotAttributeAsync ( DescribeSnapshotAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSnapshotAttribute operation.

DescribeSnapshotsAsync ( DescribeSnapshotsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSnapshots operation.

DescribeSnapshotsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given explicit create volume permissions.

The create volume permissions fall into the following categories:

  • public: The owner of the snapshot granted create volume permissions for the snapshot to the all group. All AWS accounts have create volume permissions for these snapshots.

  • explicit: The owner of the snapshot granted create volume permissions to a specific AWS account.

  • implicit: An AWS account has implicit create volume permissions for all snapshots it owns.

The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions.

If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results.

If you specify one or more snapshot owners using the OwnerIds option, only snapshots from the specified owners and for which you have access are returned. The results can include the AWS account IDs of the specified owners, amazon for snapshots owned by Amazon, or self for snapshots that you own.

If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify AWS account IDs (if you own the snapshots), self for snapshots for which you own or have explicit permissions, or all for public snapshots.

If you are describing a long list of snapshots, you can paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeSnapshots request to retrieve the remaining results.

For more information about EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide.

DescribeSpotDatafeedSubscriptionAsync ( DescribeSpotDatafeedSubscriptionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSpotDatafeedSubscription operation.

DescribeSpotDatafeedSubscriptionAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes the data feed for Spot instances. For more information, see Spot Instance Data Feed in the Amazon Elastic Compute Cloud User Guide.

DescribeSpotFleetInstancesAsync ( DescribeSpotFleetInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSpotFleetInstances operation.

DescribeSpotFleetRequestHistoryAsync ( DescribeSpotFleetRequestHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSpotFleetRequestHistory operation.

DescribeSpotFleetRequestsAsync ( DescribeSpotFleetRequestsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSpotFleetRequests operation.

DescribeSpotInstanceRequestsAsync ( DescribeSpotInstanceRequestsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSpotInstanceRequests operation.

DescribeSpotInstanceRequestsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes the Spot instance requests that belong to your account. Spot instances are instances that Amazon EC2 launches when the bid price that you specify exceeds the current Spot price. Amazon EC2 periodically sets the Spot price based on available Spot instance capacity and current Spot instance requests. For more information, see Spot Instance Requests in the Amazon Elastic Compute Cloud User Guide.

You can use DescribeSpotInstanceRequests to find a running Spot instance by examining the response. If the status of the Spot instance is fulfilled, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to look for instances where the instance lifecycle is spot.

Spot instance requests are deleted 4 hours after they are canceled and their instances are terminated.

DescribeSpotPriceHistoryAsync ( DescribeSpotPriceHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSpotPriceHistory operation.

DescribeSpotPriceHistoryAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon Elastic Compute Cloud User Guide.

When you specify a start and end time, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.

DescribeStaleSecurityGroupsAsync ( DescribeStaleSecurityGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStaleSecurityGroups operation.

DescribeSubnetsAsync ( DescribeSubnetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSubnets operation.

DescribeSubnetsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your subnets.

For more information about subnets, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.

DescribeTagsAsync ( DescribeTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTags operation.

DescribeTagsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of the tags for your EC2 resources.

For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.

DescribeVolumeAttributeAsync ( DescribeVolumeAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVolumeAttribute operation.

DescribeVolumeStatusAsync ( DescribeVolumeStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVolumeStatus operation.

DescribeVolumeStatusAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.

The DescribeVolumeStatus operation provides the following information about the specified volumes:

Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks may still be taking place on your volume at the time. We recommend that you retry the request. For more information on volume status, see Monitoring the Status of Your Volumes.

Events: Reflect the cause of a volume status and may require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and may have inconsistent data.

Actions: Reflect the actions you may have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO action and then check the volume for data consistency.

Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)

DescribeVolumesAsync ( DescribeVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVolumes operation.

DescribeVolumesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes the specified EBS volumes.

If you are describing a long list of volumes, you can paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeVolumes request to retrieve the remaining results.

For more information about EBS volumes, see Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.

DescribeVpcAttributeAsync ( DescribeVpcAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVpcAttribute operation.

DescribeVpcClassicLinkAsync ( DescribeVpcClassicLinkRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVpcClassicLink operation.

DescribeVpcClassicLinkDnsSupportAsync ( DescribeVpcClassicLinkDnsSupportRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVpcClassicLinkDnsSupport operation.

DescribeVpcEndpointServicesAsync ( DescribeVpcEndpointServicesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVpcEndpointServices operation.

DescribeVpcEndpointsAsync ( DescribeVpcEndpointsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVpcEndpoints operation.

DescribeVpcPeeringConnectionsAsync ( DescribeVpcPeeringConnectionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVpcPeeringConnections operation.

DescribeVpcPeeringConnectionsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your VPC peering connections.

DescribeVpcsAsync ( DescribeVpcsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVpcs operation.

DescribeVpcsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your VPCs.

DescribeVpnConnectionsAsync ( DescribeVpnConnectionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVpnConnections operation.

DescribeVpnConnectionsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your VPN connections.

For more information about VPN connections, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.

DescribeVpnGatewaysAsync ( DescribeVpnGatewaysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVpnGateways operation.

DescribeVpnGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes one or more of your virtual private gateways.

For more information about virtual private gateways, see Adding an IPsec Hardware VPN to Your VPC in the Amazon Virtual Private Cloud User Guide.

DetachClassicLinkVpcAsync ( DetachClassicLinkVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DetachClassicLinkVpc operation.

DetachInternetGatewayAsync ( DetachInternetGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DetachInternetGateway operation.

DetachNetworkInterfaceAsync ( DetachNetworkInterfaceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DetachNetworkInterface operation.

DetachVolumeAsync ( DetachVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DetachVolume operation.

DetachVpnGatewayAsync ( DetachVpnGatewayRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DetachVpnGateway operation.

DisableVgwRoutePropagationAsync ( DisableVgwRoutePropagationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisableVgwRoutePropagation operation.

DisableVpcClassicLinkAsync ( DisableVpcClassicLinkRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisableVpcClassicLink operation.

DisableVpcClassicLinkDnsSupportAsync ( DisableVpcClassicLinkDnsSupportRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisableVpcClassicLinkDnsSupport operation.

DisassociateAddressAsync ( DisassociateAddressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateAddress operation.

DisassociateRouteTableAsync ( DisassociateRouteTableRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateRouteTable operation.

DisassociateSubnetCidrBlockAsync ( DisassociateSubnetCidrBlockRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateSubnetCidrBlock operation.

DisassociateVpcCidrBlockAsync ( DisassociateVpcCidrBlockRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateVpcCidrBlock operation.

EnableVgwRoutePropagationAsync ( EnableVgwRoutePropagationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the EnableVgwRoutePropagation operation.

EnableVolumeIOAsync ( EnableVolumeIORequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the EnableVolumeIO operation.

EnableVpcClassicLinkAsync ( EnableVpcClassicLinkRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the EnableVpcClassicLink operation.

EnableVpcClassicLinkDnsSupportAsync ( EnableVpcClassicLinkDnsSupportRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the EnableVpcClassicLinkDnsSupport operation.

EndAcceptReservedInstancesExchangeQuote ( IAsyncResult asyncResult ) : AcceptReservedInstancesExchangeQuoteResponse

Finishes the asynchronous execution of the AcceptReservedInstancesExchangeQuote operation.

EndAcceptVpcPeeringConnection ( IAsyncResult asyncResult ) : AcceptVpcPeeringConnectionResponse

Finishes the asynchronous execution of the AcceptVpcPeeringConnection operation.

EndAllocateAddress ( IAsyncResult asyncResult ) : AllocateAddressResponse

Finishes the asynchronous execution of the AllocateAddress operation.

EndAllocateHosts ( IAsyncResult asyncResult ) : AllocateHostsResponse

Finishes the asynchronous execution of the AllocateHosts operation.

EndAssignIpv6Addresses ( IAsyncResult asyncResult ) : AssignIpv6AddressesResponse

Finishes the asynchronous execution of the AssignIpv6Addresses operation.

EndAssignPrivateIpAddresses ( IAsyncResult asyncResult ) : AssignPrivateIpAddressesResponse

Finishes the asynchronous execution of the AssignPrivateIpAddresses operation.

EndAssociateAddress ( IAsyncResult asyncResult ) : AssociateAddressResponse

Finishes the asynchronous execution of the AssociateAddress operation.

EndAssociateDhcpOptions ( IAsyncResult asyncResult ) : AssociateDhcpOptionsResponse

Finishes the asynchronous execution of the AssociateDhcpOptions operation.

EndAssociateRouteTable ( IAsyncResult asyncResult ) : AssociateRouteTableResponse

Finishes the asynchronous execution of the AssociateRouteTable operation.

EndAssociateSubnetCidrBlock ( IAsyncResult asyncResult ) : AssociateSubnetCidrBlockResponse

Finishes the asynchronous execution of the AssociateSubnetCidrBlock operation.

EndAssociateVpcCidrBlock ( IAsyncResult asyncResult ) : AssociateVpcCidrBlockResponse

Finishes the asynchronous execution of the AssociateVpcCidrBlock operation.

EndAttachClassicLinkVpc ( IAsyncResult asyncResult ) : AttachClassicLinkVpcResponse

Finishes the asynchronous execution of the AttachClassicLinkVpc operation.

EndAttachInternetGateway ( IAsyncResult asyncResult ) : AttachInternetGatewayResponse

Finishes the asynchronous execution of the AttachInternetGateway operation.

EndAttachNetworkInterface ( IAsyncResult asyncResult ) : AttachNetworkInterfaceResponse

Finishes the asynchronous execution of the AttachNetworkInterface operation.

EndAttachVolume ( IAsyncResult asyncResult ) : AttachVolumeResponse

Finishes the asynchronous execution of the AttachVolume operation.

EndAttachVpnGateway ( IAsyncResult asyncResult ) : AttachVpnGatewayResponse

Finishes the asynchronous execution of the AttachVpnGateway operation.

EndAuthorizeSecurityGroupEgress ( IAsyncResult asyncResult ) : AuthorizeSecurityGroupEgressResponse

Finishes the asynchronous execution of the AuthorizeSecurityGroupEgress operation.

EndAuthorizeSecurityGroupIngress ( IAsyncResult asyncResult ) : AuthorizeSecurityGroupIngressResponse

Finishes the asynchronous execution of the AuthorizeSecurityGroupIngress operation.

EndBundleInstance ( IAsyncResult asyncResult ) : BundleInstanceResponse

Finishes the asynchronous execution of the BundleInstance operation.

EndCancelBundleTask ( IAsyncResult asyncResult ) : CancelBundleTaskResponse

Finishes the asynchronous execution of the CancelBundleTask operation.

EndCancelConversionTask ( IAsyncResult asyncResult ) : CancelConversionTaskResponse

Finishes the asynchronous execution of the CancelConversionTask operation.

EndCancelExportTask ( IAsyncResult asyncResult ) : CancelExportTaskResponse

Finishes the asynchronous execution of the CancelExportTask operation.

EndCancelImportTask ( IAsyncResult asyncResult ) : CancelImportTaskResponse

Finishes the asynchronous execution of the CancelImportTask operation.

EndCancelReservedInstancesListing ( IAsyncResult asyncResult ) : CancelReservedInstancesListingResponse

Finishes the asynchronous execution of the CancelReservedInstancesListing operation.

EndCancelSpotFleetRequests ( IAsyncResult asyncResult ) : CancelSpotFleetRequestsResponse

Finishes the asynchronous execution of the CancelSpotFleetRequests operation.

EndCancelSpotInstanceRequests ( IAsyncResult asyncResult ) : CancelSpotInstanceRequestsResponse

Finishes the asynchronous execution of the CancelSpotInstanceRequests operation.

EndConfirmProductInstance ( IAsyncResult asyncResult ) : ConfirmProductInstanceResponse

Finishes the asynchronous execution of the ConfirmProductInstance operation.

EndCopyImage ( IAsyncResult asyncResult ) : CopyImageResponse

Finishes the asynchronous execution of the CopyImage operation.

EndCopySnapshot ( IAsyncResult asyncResult ) : CopySnapshotResponse

Finishes the asynchronous execution of the CopySnapshot operation.

EndCreateCustomerGateway ( IAsyncResult asyncResult ) : CreateCustomerGatewayResponse

Finishes the asynchronous execution of the CreateCustomerGateway operation.

EndCreateDhcpOptions ( IAsyncResult asyncResult ) : CreateDhcpOptionsResponse

Finishes the asynchronous execution of the CreateDhcpOptions operation.

EndCreateEgressOnlyInternetGateway ( IAsyncResult asyncResult ) : CreateEgressOnlyInternetGatewayResponse

Finishes the asynchronous execution of the CreateEgressOnlyInternetGateway operation.

EndCreateFlowLogs ( IAsyncResult asyncResult ) : CreateFlowLogsResponse

Finishes the asynchronous execution of the CreateFlowLogs operation.

EndCreateImage ( IAsyncResult asyncResult ) : CreateImageResponse

Finishes the asynchronous execution of the CreateImage operation.

EndCreateInstanceExportTask ( IAsyncResult asyncResult ) : CreateInstanceExportTaskResponse

Finishes the asynchronous execution of the CreateInstanceExportTask operation.

EndCreateInternetGateway ( IAsyncResult asyncResult ) : CreateInternetGatewayResponse

Finishes the asynchronous execution of the CreateInternetGateway operation.

EndCreateKeyPair ( IAsyncResult asyncResult ) : CreateKeyPairResponse

Finishes the asynchronous execution of the CreateKeyPair operation.

EndCreateNatGateway ( IAsyncResult asyncResult ) : CreateNatGatewayResponse

Finishes the asynchronous execution of the CreateNatGateway operation.

EndCreateNetworkAcl ( IAsyncResult asyncResult ) : CreateNetworkAclResponse

Finishes the asynchronous execution of the CreateNetworkAcl operation.

EndCreateNetworkAclEntry ( IAsyncResult asyncResult ) : CreateNetworkAclEntryResponse

Finishes the asynchronous execution of the CreateNetworkAclEntry operation.

EndCreateNetworkInterface ( IAsyncResult asyncResult ) : CreateNetworkInterfaceResponse

Finishes the asynchronous execution of the CreateNetworkInterface operation.

EndCreatePlacementGroup ( IAsyncResult asyncResult ) : CreatePlacementGroupResponse

Finishes the asynchronous execution of the CreatePlacementGroup operation.

EndCreateReservedInstancesListing ( IAsyncResult asyncResult ) : CreateReservedInstancesListingResponse

Finishes the asynchronous execution of the CreateReservedInstancesListing operation.

EndCreateRoute ( IAsyncResult asyncResult ) : CreateRouteResponse

Finishes the asynchronous execution of the CreateRoute operation.

EndCreateRouteTable ( IAsyncResult asyncResult ) : CreateRouteTableResponse

Finishes the asynchronous execution of the CreateRouteTable operation.

EndCreateSecurityGroup ( IAsyncResult asyncResult ) : CreateSecurityGroupResponse

Finishes the asynchronous execution of the CreateSecurityGroup operation.

EndCreateSnapshot ( IAsyncResult asyncResult ) : CreateSnapshotResponse

Finishes the asynchronous execution of the CreateSnapshot operation.

EndCreateSpotDatafeedSubscription ( IAsyncResult asyncResult ) : CreateSpotDatafeedSubscriptionResponse

Finishes the asynchronous execution of the CreateSpotDatafeedSubscription operation.

EndCreateSubnet ( IAsyncResult asyncResult ) : CreateSubnetResponse

Finishes the asynchronous execution of the CreateSubnet operation.

EndCreateTags ( IAsyncResult asyncResult ) : CreateTagsResponse

Finishes the asynchronous execution of the CreateTags operation.

EndCreateVolume ( IAsyncResult asyncResult ) : CreateVolumeResponse

Finishes the asynchronous execution of the CreateVolume operation.

EndCreateVpc ( IAsyncResult asyncResult ) : CreateVpcResponse

Finishes the asynchronous execution of the CreateVpc operation.

EndCreateVpcEndpoint ( IAsyncResult asyncResult ) : CreateVpcEndpointResponse

Finishes the asynchronous execution of the CreateVpcEndpoint operation.

EndCreateVpcPeeringConnection ( IAsyncResult asyncResult ) : CreateVpcPeeringConnectionResponse

Finishes the asynchronous execution of the CreateVpcPeeringConnection operation.

EndCreateVpnConnection ( IAsyncResult asyncResult ) : CreateVpnConnectionResponse

Finishes the asynchronous execution of the CreateVpnConnection operation.

EndCreateVpnConnectionRoute ( IAsyncResult asyncResult ) : CreateVpnConnectionRouteResponse

Finishes the asynchronous execution of the CreateVpnConnectionRoute operation.

EndCreateVpnGateway ( IAsyncResult asyncResult ) : CreateVpnGatewayResponse

Finishes the asynchronous execution of the CreateVpnGateway operation.

EndDeleteCustomerGateway ( IAsyncResult asyncResult ) : DeleteCustomerGatewayResponse

Finishes the asynchronous execution of the DeleteCustomerGateway operation.

EndDeleteDhcpOptions ( IAsyncResult asyncResult ) : DeleteDhcpOptionsResponse

Finishes the asynchronous execution of the DeleteDhcpOptions operation.

EndDeleteEgressOnlyInternetGateway ( IAsyncResult asyncResult ) : DeleteEgressOnlyInternetGatewayResponse

Finishes the asynchronous execution of the DeleteEgressOnlyInternetGateway operation.

EndDeleteFlowLogs ( IAsyncResult asyncResult ) : DeleteFlowLogsResponse

Finishes the asynchronous execution of the DeleteFlowLogs operation.

EndDeleteInternetGateway ( IAsyncResult asyncResult ) : DeleteInternetGatewayResponse

Finishes the asynchronous execution of the DeleteInternetGateway operation.

EndDeleteKeyPair ( IAsyncResult asyncResult ) : DeleteKeyPairResponse

Finishes the asynchronous execution of the DeleteKeyPair operation.

EndDeleteNatGateway ( IAsyncResult asyncResult ) : DeleteNatGatewayResponse

Finishes the asynchronous execution of the DeleteNatGateway operation.

EndDeleteNetworkAcl ( IAsyncResult asyncResult ) : DeleteNetworkAclResponse

Finishes the asynchronous execution of the DeleteNetworkAcl operation.

EndDeleteNetworkAclEntry ( IAsyncResult asyncResult ) : DeleteNetworkAclEntryResponse

Finishes the asynchronous execution of the DeleteNetworkAclEntry operation.

EndDeleteNetworkInterface ( IAsyncResult asyncResult ) : DeleteNetworkInterfaceResponse

Finishes the asynchronous execution of the DeleteNetworkInterface operation.

EndDeletePlacementGroup ( IAsyncResult asyncResult ) : DeletePlacementGroupResponse

Finishes the asynchronous execution of the DeletePlacementGroup operation.

EndDeleteRoute ( IAsyncResult asyncResult ) : DeleteRouteResponse

Finishes the asynchronous execution of the DeleteRoute operation.

EndDeleteRouteTable ( IAsyncResult asyncResult ) : DeleteRouteTableResponse

Finishes the asynchronous execution of the DeleteRouteTable operation.

EndDeleteSecurityGroup ( IAsyncResult asyncResult ) : DeleteSecurityGroupResponse

Finishes the asynchronous execution of the DeleteSecurityGroup operation.

EndDeleteSnapshot ( IAsyncResult asyncResult ) : DeleteSnapshotResponse

Finishes the asynchronous execution of the DeleteSnapshot operation.

EndDeleteSpotDatafeedSubscription ( IAsyncResult asyncResult ) : DeleteSpotDatafeedSubscriptionResponse

Finishes the asynchronous execution of the DeleteSpotDatafeedSubscription operation.

EndDeleteSubnet ( IAsyncResult asyncResult ) : DeleteSubnetResponse

Finishes the asynchronous execution of the DeleteSubnet operation.

EndDeleteTags ( IAsyncResult asyncResult ) : DeleteTagsResponse

Finishes the asynchronous execution of the DeleteTags operation.

EndDeleteVolume ( IAsyncResult asyncResult ) : DeleteVolumeResponse

Finishes the asynchronous execution of the DeleteVolume operation.

EndDeleteVpc ( IAsyncResult asyncResult ) : DeleteVpcResponse

Finishes the asynchronous execution of the DeleteVpc operation.

EndDeleteVpcEndpoints ( IAsyncResult asyncResult ) : DeleteVpcEndpointsResponse

Finishes the asynchronous execution of the DeleteVpcEndpoints operation.

EndDeleteVpcPeeringConnection ( IAsyncResult asyncResult ) : DeleteVpcPeeringConnectionResponse

Finishes the asynchronous execution of the DeleteVpcPeeringConnection operation.

EndDeleteVpnConnection ( IAsyncResult asyncResult ) : DeleteVpnConnectionResponse

Finishes the asynchronous execution of the DeleteVpnConnection operation.

EndDeleteVpnConnectionRoute ( IAsyncResult asyncResult ) : DeleteVpnConnectionRouteResponse

Finishes the asynchronous execution of the DeleteVpnConnectionRoute operation.

EndDeleteVpnGateway ( IAsyncResult asyncResult ) : DeleteVpnGatewayResponse

Finishes the asynchronous execution of the DeleteVpnGateway operation.

EndDeregisterImage ( IAsyncResult asyncResult ) : DeregisterImageResponse

Finishes the asynchronous execution of the DeregisterImage operation.

EndDescribeAccountAttributes ( IAsyncResult asyncResult ) : DescribeAccountAttributesResponse

Finishes the asynchronous execution of the DescribeAccountAttributes operation.

EndDescribeAddresses ( IAsyncResult asyncResult ) : DescribeAddressesResponse

Finishes the asynchronous execution of the DescribeAddresses operation.

EndDescribeAvailabilityZones ( IAsyncResult asyncResult ) : DescribeAvailabilityZonesResponse

Finishes the asynchronous execution of the DescribeAvailabilityZones operation.

EndDescribeBundleTasks ( IAsyncResult asyncResult ) : DescribeBundleTasksResponse

Finishes the asynchronous execution of the DescribeBundleTasks operation.

EndDescribeClassicLinkInstances ( IAsyncResult asyncResult ) : DescribeClassicLinkInstancesResponse

Finishes the asynchronous execution of the DescribeClassicLinkInstances operation.

EndDescribeConversionTasks ( IAsyncResult asyncResult ) : DescribeConversionTasksResponse

Finishes the asynchronous execution of the DescribeConversionTasks operation.

EndDescribeCustomerGateways ( IAsyncResult asyncResult ) : DescribeCustomerGatewaysResponse

Finishes the asynchronous execution of the DescribeCustomerGateways operation.

EndDescribeDhcpOptions ( IAsyncResult asyncResult ) : DescribeDhcpOptionsResponse

Finishes the asynchronous execution of the DescribeDhcpOptions operation.

EndDescribeEgressOnlyInternetGateways ( IAsyncResult asyncResult ) : DescribeEgressOnlyInternetGatewaysResponse

Finishes the asynchronous execution of the DescribeEgressOnlyInternetGateways operation.

EndDescribeExportTasks ( IAsyncResult asyncResult ) : DescribeExportTasksResponse

Finishes the asynchronous execution of the DescribeExportTasks operation.

EndDescribeFlowLogs ( IAsyncResult asyncResult ) : DescribeFlowLogsResponse

Finishes the asynchronous execution of the DescribeFlowLogs operation.

EndDescribeHostReservationOfferings ( IAsyncResult asyncResult ) : DescribeHostReservationOfferingsResponse

Finishes the asynchronous execution of the DescribeHostReservationOfferings operation.

EndDescribeHostReservations ( IAsyncResult asyncResult ) : DescribeHostReservationsResponse

Finishes the asynchronous execution of the DescribeHostReservations operation.

EndDescribeHosts ( IAsyncResult asyncResult ) : DescribeHostsResponse

Finishes the asynchronous execution of the DescribeHosts operation.

EndDescribeIdFormat ( IAsyncResult asyncResult ) : DescribeIdFormatResponse

Finishes the asynchronous execution of the DescribeIdFormat operation.

EndDescribeIdentityIdFormat ( IAsyncResult asyncResult ) : DescribeIdentityIdFormatResponse

Finishes the asynchronous execution of the DescribeIdentityIdFormat operation.

EndDescribeImageAttribute ( IAsyncResult asyncResult ) : DescribeImageAttributeResponse

Finishes the asynchronous execution of the DescribeImageAttribute operation.

EndDescribeImages ( IAsyncResult asyncResult ) : DescribeImagesResponse

Finishes the asynchronous execution of the DescribeImages operation.

EndDescribeImportImageTasks ( IAsyncResult asyncResult ) : DescribeImportImageTasksResponse

Finishes the asynchronous execution of the DescribeImportImageTasks operation.

EndDescribeImportSnapshotTasks ( IAsyncResult asyncResult ) : DescribeImportSnapshotTasksResponse

Finishes the asynchronous execution of the DescribeImportSnapshotTasks operation.

EndDescribeInstanceAttribute ( IAsyncResult asyncResult ) : DescribeInstanceAttributeResponse

Finishes the asynchronous execution of the DescribeInstanceAttribute operation.

EndDescribeInstanceStatus ( IAsyncResult asyncResult ) : DescribeInstanceStatusResponse

Finishes the asynchronous execution of the DescribeInstanceStatus operation.

EndDescribeInstances ( IAsyncResult asyncResult ) : DescribeInstancesResponse

Finishes the asynchronous execution of the DescribeInstances operation.

EndDescribeInternetGateways ( IAsyncResult asyncResult ) : DescribeInternetGatewaysResponse

Finishes the asynchronous execution of the DescribeInternetGateways operation.

EndDescribeKeyPairs ( IAsyncResult asyncResult ) : DescribeKeyPairsResponse

Finishes the asynchronous execution of the DescribeKeyPairs operation.

EndDescribeMovingAddresses ( IAsyncResult asyncResult ) : DescribeMovingAddressesResponse

Finishes the asynchronous execution of the DescribeMovingAddresses operation.

EndDescribeNatGateways ( IAsyncResult asyncResult ) : DescribeNatGatewaysResponse

Finishes the asynchronous execution of the DescribeNatGateways operation.

EndDescribeNetworkAcls ( IAsyncResult asyncResult ) : DescribeNetworkAclsResponse

Finishes the asynchronous execution of the DescribeNetworkAcls operation.

EndDescribeNetworkInterfaceAttribute ( IAsyncResult asyncResult ) : DescribeNetworkInterfaceAttributeResponse

Finishes the asynchronous execution of the DescribeNetworkInterfaceAttribute operation.

EndDescribeNetworkInterfaces ( IAsyncResult asyncResult ) : DescribeNetworkInterfacesResponse

Finishes the asynchronous execution of the DescribeNetworkInterfaces operation.

EndDescribePlacementGroups ( IAsyncResult asyncResult ) : DescribePlacementGroupsResponse

Finishes the asynchronous execution of the DescribePlacementGroups operation.

EndDescribePrefixLists ( IAsyncResult asyncResult ) : DescribePrefixListsResponse

Finishes the asynchronous execution of the DescribePrefixLists operation.

EndDescribeRegions ( IAsyncResult asyncResult ) : DescribeRegionsResponse

Finishes the asynchronous execution of the DescribeRegions operation.

EndDescribeReservedInstances ( IAsyncResult asyncResult ) : DescribeReservedInstancesResponse

Finishes the asynchronous execution of the DescribeReservedInstances operation.

EndDescribeReservedInstancesListings ( IAsyncResult asyncResult ) : DescribeReservedInstancesListingsResponse

Finishes the asynchronous execution of the DescribeReservedInstancesListings operation.

EndDescribeReservedInstancesModifications ( IAsyncResult asyncResult ) : DescribeReservedInstancesModificationsResponse

Finishes the asynchronous execution of the DescribeReservedInstancesModifications operation.

EndDescribeReservedInstancesOfferings ( IAsyncResult asyncResult ) : DescribeReservedInstancesOfferingsResponse

Finishes the asynchronous execution of the DescribeReservedInstancesOfferings operation.

EndDescribeRouteTables ( IAsyncResult asyncResult ) : DescribeRouteTablesResponse

Finishes the asynchronous execution of the DescribeRouteTables operation.

EndDescribeScheduledInstanceAvailability ( IAsyncResult asyncResult ) : DescribeScheduledInstanceAvailabilityResponse

Finishes the asynchronous execution of the DescribeScheduledInstanceAvailability operation.

EndDescribeScheduledInstances ( IAsyncResult asyncResult ) : DescribeScheduledInstancesResponse

Finishes the asynchronous execution of the DescribeScheduledInstances operation.

EndDescribeSecurityGroupReferences ( IAsyncResult asyncResult ) : DescribeSecurityGroupReferencesResponse

Finishes the asynchronous execution of the DescribeSecurityGroupReferences operation.

EndDescribeSecurityGroups ( IAsyncResult asyncResult ) : DescribeSecurityGroupsResponse

Finishes the asynchronous execution of the DescribeSecurityGroups operation.

EndDescribeSnapshotAttribute ( IAsyncResult asyncResult ) : DescribeSnapshotAttributeResponse

Finishes the asynchronous execution of the DescribeSnapshotAttribute operation.

EndDescribeSnapshots ( IAsyncResult asyncResult ) : DescribeSnapshotsResponse

Finishes the asynchronous execution of the DescribeSnapshots operation.

EndDescribeSpotDatafeedSubscription ( IAsyncResult asyncResult ) : DescribeSpotDatafeedSubscriptionResponse

Finishes the asynchronous execution of the DescribeSpotDatafeedSubscription operation.

EndDescribeSpotFleetInstances ( IAsyncResult asyncResult ) : DescribeSpotFleetInstancesResponse

Finishes the asynchronous execution of the DescribeSpotFleetInstances operation.

EndDescribeSpotFleetRequestHistory ( IAsyncResult asyncResult ) : DescribeSpotFleetRequestHistoryResponse

Finishes the asynchronous execution of the DescribeSpotFleetRequestHistory operation.

EndDescribeSpotFleetRequests ( IAsyncResult asyncResult ) : DescribeSpotFleetRequestsResponse

Finishes the asynchronous execution of the DescribeSpotFleetRequests operation.

EndDescribeSpotInstanceRequests ( IAsyncResult asyncResult ) : DescribeSpotInstanceRequestsResponse

Finishes the asynchronous execution of the DescribeSpotInstanceRequests operation.

EndDescribeSpotPriceHistory ( IAsyncResult asyncResult ) : DescribeSpotPriceHistoryResponse

Finishes the asynchronous execution of the DescribeSpotPriceHistory operation.

EndDescribeStaleSecurityGroups ( IAsyncResult asyncResult ) : DescribeStaleSecurityGroupsResponse

Finishes the asynchronous execution of the DescribeStaleSecurityGroups operation.

EndDescribeSubnets ( IAsyncResult asyncResult ) : DescribeSubnetsResponse

Finishes the asynchronous execution of the DescribeSubnets operation.

EndDescribeTags ( IAsyncResult asyncResult ) : DescribeTagsResponse

Finishes the asynchronous execution of the DescribeTags operation.

EndDescribeVolumeAttribute ( IAsyncResult asyncResult ) : DescribeVolumeAttributeResponse

Finishes the asynchronous execution of the DescribeVolumeAttribute operation.

EndDescribeVolumeStatus ( IAsyncResult asyncResult ) : DescribeVolumeStatusResponse

Finishes the asynchronous execution of the DescribeVolumeStatus operation.

EndDescribeVolumes ( IAsyncResult asyncResult ) : DescribeVolumesResponse

Finishes the asynchronous execution of the DescribeVolumes operation.

EndDescribeVpcAttribute ( IAsyncResult asyncResult ) : DescribeVpcAttributeResponse

Finishes the asynchronous execution of the DescribeVpcAttribute operation.

EndDescribeVpcClassicLink ( IAsyncResult asyncResult ) : DescribeVpcClassicLinkResponse

Finishes the asynchronous execution of the DescribeVpcClassicLink operation.

EndDescribeVpcClassicLinkDnsSupport ( IAsyncResult asyncResult ) : DescribeVpcClassicLinkDnsSupportResponse

Finishes the asynchronous execution of the DescribeVpcClassicLinkDnsSupport operation.

EndDescribeVpcEndpointServices ( IAsyncResult asyncResult ) : DescribeVpcEndpointServicesResponse

Finishes the asynchronous execution of the DescribeVpcEndpointServices operation.

EndDescribeVpcEndpoints ( IAsyncResult asyncResult ) : DescribeVpcEndpointsResponse

Finishes the asynchronous execution of the DescribeVpcEndpoints operation.

EndDescribeVpcPeeringConnections ( IAsyncResult asyncResult ) : DescribeVpcPeeringConnectionsResponse

Finishes the asynchronous execution of the DescribeVpcPeeringConnections operation.

EndDescribeVpcs ( IAsyncResult asyncResult ) : DescribeVpcsResponse

Finishes the asynchronous execution of the DescribeVpcs operation.

EndDescribeVpnConnections ( IAsyncResult asyncResult ) : DescribeVpnConnectionsResponse

Finishes the asynchronous execution of the DescribeVpnConnections operation.

EndDescribeVpnGateways ( IAsyncResult asyncResult ) : DescribeVpnGatewaysResponse

Finishes the asynchronous execution of the DescribeVpnGateways operation.

EndDetachClassicLinkVpc ( IAsyncResult asyncResult ) : DetachClassicLinkVpcResponse

Finishes the asynchronous execution of the DetachClassicLinkVpc operation.

EndDetachInternetGateway ( IAsyncResult asyncResult ) : DetachInternetGatewayResponse

Finishes the asynchronous execution of the DetachInternetGateway operation.

EndDetachNetworkInterface ( IAsyncResult asyncResult ) : DetachNetworkInterfaceResponse

Finishes the asynchronous execution of the DetachNetworkInterface operation.

EndDetachVolume ( IAsyncResult asyncResult ) : DetachVolumeResponse

Finishes the asynchronous execution of the DetachVolume operation.

EndDetachVpnGateway ( IAsyncResult asyncResult ) : DetachVpnGatewayResponse

Finishes the asynchronous execution of the DetachVpnGateway operation.

EndDisableVgwRoutePropagation ( IAsyncResult asyncResult ) : DisableVgwRoutePropagationResponse

Finishes the asynchronous execution of the DisableVgwRoutePropagation operation.

EndDisableVpcClassicLink ( IAsyncResult asyncResult ) : DisableVpcClassicLinkResponse

Finishes the asynchronous execution of the DisableVpcClassicLink operation.

EndDisableVpcClassicLinkDnsSupport ( IAsyncResult asyncResult ) : DisableVpcClassicLinkDnsSupportResponse

Finishes the asynchronous execution of the DisableVpcClassicLinkDnsSupport operation.

EndDisassociateAddress ( IAsyncResult asyncResult ) : DisassociateAddressResponse

Finishes the asynchronous execution of the DisassociateAddress operation.

EndDisassociateRouteTable ( IAsyncResult asyncResult ) : DisassociateRouteTableResponse

Finishes the asynchronous execution of the DisassociateRouteTable operation.

EndDisassociateSubnetCidrBlock ( IAsyncResult asyncResult ) : DisassociateSubnetCidrBlockResponse

Finishes the asynchronous execution of the DisassociateSubnetCidrBlock operation.

EndDisassociateVpcCidrBlock ( IAsyncResult asyncResult ) : DisassociateVpcCidrBlockResponse

Finishes the asynchronous execution of the DisassociateVpcCidrBlock operation.

EndEnableVgwRoutePropagation ( IAsyncResult asyncResult ) : EnableVgwRoutePropagationResponse

Finishes the asynchronous execution of the EnableVgwRoutePropagation operation.

EndEnableVolumeIO ( IAsyncResult asyncResult ) : EnableVolumeIOResponse

Finishes the asynchronous execution of the EnableVolumeIO operation.

EndEnableVpcClassicLink ( IAsyncResult asyncResult ) : EnableVpcClassicLinkResponse

Finishes the asynchronous execution of the EnableVpcClassicLink operation.

EndEnableVpcClassicLinkDnsSupport ( IAsyncResult asyncResult ) : EnableVpcClassicLinkDnsSupportResponse

Finishes the asynchronous execution of the EnableVpcClassicLinkDnsSupport operation.

EndGetConsoleOutput ( IAsyncResult asyncResult ) : GetConsoleOutputResponse

Finishes the asynchronous execution of the GetConsoleOutput operation.

EndGetConsoleScreenshot ( IAsyncResult asyncResult ) : GetConsoleScreenshotResponse

Finishes the asynchronous execution of the GetConsoleScreenshot operation.

EndGetHostReservationPurchasePreview ( IAsyncResult asyncResult ) : GetHostReservationPurchasePreviewResponse

Finishes the asynchronous execution of the GetHostReservationPurchasePreview operation.

EndGetPasswordData ( IAsyncResult asyncResult ) : GetPasswordDataResponse

Finishes the asynchronous execution of the GetPasswordData operation.

EndGetReservedInstancesExchangeQuote ( IAsyncResult asyncResult ) : GetReservedInstancesExchangeQuoteResponse

Finishes the asynchronous execution of the GetReservedInstancesExchangeQuote operation.

EndImportImage ( IAsyncResult asyncResult ) : ImportImageResponse

Finishes the asynchronous execution of the ImportImage operation.

EndImportInstance ( IAsyncResult asyncResult ) : ImportInstanceResponse

Finishes the asynchronous execution of the ImportInstance operation.

EndImportKeyPair ( IAsyncResult asyncResult ) : ImportKeyPairResponse

Finishes the asynchronous execution of the ImportKeyPair operation.

EndImportSnapshot ( IAsyncResult asyncResult ) : ImportSnapshotResponse

Finishes the asynchronous execution of the ImportSnapshot operation.

EndImportVolume ( IAsyncResult asyncResult ) : ImportVolumeResponse

Finishes the asynchronous execution of the ImportVolume operation.

EndModifyHosts ( IAsyncResult asyncResult ) : ModifyHostsResponse

Finishes the asynchronous execution of the ModifyHosts operation.

EndModifyIdFormat ( IAsyncResult asyncResult ) : ModifyIdFormatResponse

Finishes the asynchronous execution of the ModifyIdFormat operation.

EndModifyIdentityIdFormat ( IAsyncResult asyncResult ) : ModifyIdentityIdFormatResponse

Finishes the asynchronous execution of the ModifyIdentityIdFormat operation.

EndModifyImageAttribute ( IAsyncResult asyncResult ) : ModifyImageAttributeResponse

Finishes the asynchronous execution of the ModifyImageAttribute operation.

EndModifyInstanceAttribute ( IAsyncResult asyncResult ) : ModifyInstanceAttributeResponse

Finishes the asynchronous execution of the ModifyInstanceAttribute operation.

EndModifyInstancePlacement ( IAsyncResult asyncResult ) : ModifyInstancePlacementResponse

Finishes the asynchronous execution of the ModifyInstancePlacement operation.

EndModifyNetworkInterfaceAttribute ( IAsyncResult asyncResult ) : ModifyNetworkInterfaceAttributeResponse

Finishes the asynchronous execution of the ModifyNetworkInterfaceAttribute operation.

EndModifyReservedInstances ( IAsyncResult asyncResult ) : ModifyReservedInstancesResponse

Finishes the asynchronous execution of the ModifyReservedInstances operation.

EndModifySnapshotAttribute ( IAsyncResult asyncResult ) : ModifySnapshotAttributeResponse

Finishes the asynchronous execution of the ModifySnapshotAttribute operation.

EndModifySpotFleetRequest ( IAsyncResult asyncResult ) : ModifySpotFleetRequestResponse

Finishes the asynchronous execution of the ModifySpotFleetRequest operation.

EndModifySubnetAttribute ( IAsyncResult asyncResult ) : ModifySubnetAttributeResponse

Finishes the asynchronous execution of the ModifySubnetAttribute operation.

EndModifyVolumeAttribute ( IAsyncResult asyncResult ) : ModifyVolumeAttributeResponse

Finishes the asynchronous execution of the ModifyVolumeAttribute operation.

EndModifyVpcAttribute ( IAsyncResult asyncResult ) : ModifyVpcAttributeResponse

Finishes the asynchronous execution of the ModifyVpcAttribute operation.

EndModifyVpcEndpoint ( IAsyncResult asyncResult ) : ModifyVpcEndpointResponse

Finishes the asynchronous execution of the ModifyVpcEndpoint operation.

EndModifyVpcPeeringConnectionOptions ( IAsyncResult asyncResult ) : ModifyVpcPeeringConnectionOptionsResponse

Finishes the asynchronous execution of the ModifyVpcPeeringConnectionOptions operation.

EndMonitorInstances ( IAsyncResult asyncResult ) : MonitorInstancesResponse

Finishes the asynchronous execution of the MonitorInstances operation.

EndMoveAddressToVpc ( IAsyncResult asyncResult ) : MoveAddressToVpcResponse

Finishes the asynchronous execution of the MoveAddressToVpc operation.

EndPurchaseHostReservation ( IAsyncResult asyncResult ) : PurchaseHostReservationResponse

Finishes the asynchronous execution of the PurchaseHostReservation operation.

EndPurchaseReservedInstancesOffering ( IAsyncResult asyncResult ) : PurchaseReservedInstancesOfferingResponse

Finishes the asynchronous execution of the PurchaseReservedInstancesOffering operation.

EndPurchaseScheduledInstances ( IAsyncResult asyncResult ) : PurchaseScheduledInstancesResponse

Finishes the asynchronous execution of the PurchaseScheduledInstances operation.

EndRebootInstances ( IAsyncResult asyncResult ) : RebootInstancesResponse

Finishes the asynchronous execution of the RebootInstances operation.

EndRegisterImage ( IAsyncResult asyncResult ) : RegisterImageResponse

Finishes the asynchronous execution of the RegisterImage operation.

EndRejectVpcPeeringConnection ( IAsyncResult asyncResult ) : RejectVpcPeeringConnectionResponse

Finishes the asynchronous execution of the RejectVpcPeeringConnection operation.

EndReleaseAddress ( IAsyncResult asyncResult ) : ReleaseAddressResponse

Finishes the asynchronous execution of the ReleaseAddress operation.

EndReleaseHosts ( IAsyncResult asyncResult ) : ReleaseHostsResponse

Finishes the asynchronous execution of the ReleaseHosts operation.

EndReplaceNetworkAclAssociation ( IAsyncResult asyncResult ) : ReplaceNetworkAclAssociationResponse

Finishes the asynchronous execution of the ReplaceNetworkAclAssociation operation.

EndReplaceNetworkAclEntry ( IAsyncResult asyncResult ) : ReplaceNetworkAclEntryResponse

Finishes the asynchronous execution of the ReplaceNetworkAclEntry operation.

EndReplaceRoute ( IAsyncResult asyncResult ) : ReplaceRouteResponse

Finishes the asynchronous execution of the ReplaceRoute operation.

EndReplaceRouteTableAssociation ( IAsyncResult asyncResult ) : ReplaceRouteTableAssociationResponse

Finishes the asynchronous execution of the ReplaceRouteTableAssociation operation.

EndReportInstanceStatus ( IAsyncResult asyncResult ) : ReportInstanceStatusResponse

Finishes the asynchronous execution of the ReportInstanceStatus operation.

EndRequestSpotFleet ( IAsyncResult asyncResult ) : RequestSpotFleetResponse

Finishes the asynchronous execution of the RequestSpotFleet operation.

EndRequestSpotInstances ( IAsyncResult asyncResult ) : RequestSpotInstancesResponse

Finishes the asynchronous execution of the RequestSpotInstances operation.

EndResetImageAttribute ( IAsyncResult asyncResult ) : ResetImageAttributeResponse

Finishes the asynchronous execution of the ResetImageAttribute operation.

EndResetInstanceAttribute ( IAsyncResult asyncResult ) : ResetInstanceAttributeResponse

Finishes the asynchronous execution of the ResetInstanceAttribute operation.

EndResetNetworkInterfaceAttribute ( IAsyncResult asyncResult ) : ResetNetworkInterfaceAttributeResponse

Finishes the asynchronous execution of the ResetNetworkInterfaceAttribute operation.

EndResetSnapshotAttribute ( IAsyncResult asyncResult ) : ResetSnapshotAttributeResponse

Finishes the asynchronous execution of the ResetSnapshotAttribute operation.

EndRestoreAddressToClassic ( IAsyncResult asyncResult ) : RestoreAddressToClassicResponse

Finishes the asynchronous execution of the RestoreAddressToClassic operation.

EndRevokeSecurityGroupEgress ( IAsyncResult asyncResult ) : RevokeSecurityGroupEgressResponse

Finishes the asynchronous execution of the RevokeSecurityGroupEgress operation.

EndRevokeSecurityGroupIngress ( IAsyncResult asyncResult ) : RevokeSecurityGroupIngressResponse

Finishes the asynchronous execution of the RevokeSecurityGroupIngress operation.

EndRunInstances ( IAsyncResult asyncResult ) : RunInstancesResponse

Finishes the asynchronous execution of the RunInstances operation.

EndRunScheduledInstances ( IAsyncResult asyncResult ) : RunScheduledInstancesResponse

Finishes the asynchronous execution of the RunScheduledInstances operation.

EndStartInstances ( IAsyncResult asyncResult ) : StartInstancesResponse

Finishes the asynchronous execution of the StartInstances operation.

EndStopInstances ( IAsyncResult asyncResult ) : StopInstancesResponse

Finishes the asynchronous execution of the StopInstances operation.

EndTerminateInstances ( IAsyncResult asyncResult ) : TerminateInstancesResponse

Finishes the asynchronous execution of the TerminateInstances operation.

EndUnassignIpv6Addresses ( IAsyncResult asyncResult ) : UnassignIpv6AddressesResponse

Finishes the asynchronous execution of the UnassignIpv6Addresses operation.

EndUnassignPrivateIpAddresses ( IAsyncResult asyncResult ) : UnassignPrivateIpAddressesResponse

Finishes the asynchronous execution of the UnassignPrivateIpAddresses operation.

EndUnmonitorInstances ( IAsyncResult asyncResult ) : UnmonitorInstancesResponse

Finishes the asynchronous execution of the UnmonitorInstances operation.

GetConsoleOutputAsync ( GetConsoleOutputRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetConsoleOutput operation.

GetConsoleScreenshotAsync ( GetConsoleScreenshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetConsoleScreenshot operation.

GetHostReservationPurchasePreviewAsync ( GetHostReservationPurchasePreviewRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetHostReservationPurchasePreview operation.

GetPasswordDataAsync ( GetPasswordDataRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetPasswordData operation.

GetReservedInstancesExchangeQuoteAsync ( GetReservedInstancesExchangeQuoteRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetReservedInstancesExchangeQuote operation.

ImportImageAsync ( ImportImageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportImage operation.

ImportInstanceAsync ( ImportInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportInstance operation.

ImportKeyPairAsync ( ImportKeyPairRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportKeyPair operation.

ImportSnapshotAsync ( ImportSnapshotRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportSnapshot operation.

ImportVolumeAsync ( ImportVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportVolume operation.

ModifyHostsAsync ( ModifyHostsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyHosts operation.

ModifyIdFormatAsync ( ModifyIdFormatRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyIdFormat operation.

ModifyIdentityIdFormatAsync ( ModifyIdentityIdFormatRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyIdentityIdFormat operation.

ModifyImageAttributeAsync ( ModifyImageAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyImageAttribute operation.

ModifyInstanceAttributeAsync ( ModifyInstanceAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyInstanceAttribute operation.

ModifyInstancePlacementAsync ( ModifyInstancePlacementRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyInstancePlacement operation.

ModifyNetworkInterfaceAttributeAsync ( ModifyNetworkInterfaceAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyNetworkInterfaceAttribute operation.

ModifyReservedInstancesAsync ( ModifyReservedInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyReservedInstances operation.

ModifySnapshotAttributeAsync ( ModifySnapshotAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifySnapshotAttribute operation.

ModifySpotFleetRequestAsync ( ModifySpotFleetRequestRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifySpotFleetRequest operation.

ModifySubnetAttributeAsync ( ModifySubnetAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifySubnetAttribute operation.

ModifyVolumeAttributeAsync ( ModifyVolumeAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyVolumeAttribute operation.

ModifyVpcAttributeAsync ( ModifyVpcAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyVpcAttribute operation.

ModifyVpcEndpointAsync ( ModifyVpcEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyVpcEndpoint operation.

ModifyVpcPeeringConnectionOptionsAsync ( ModifyVpcPeeringConnectionOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ModifyVpcPeeringConnectionOptions operation.

MonitorInstancesAsync ( MonitorInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the MonitorInstances operation.

MoveAddressToVpcAsync ( MoveAddressToVpcRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the MoveAddressToVpc operation.

PurchaseHostReservationAsync ( PurchaseHostReservationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PurchaseHostReservation operation.

PurchaseReservedInstancesOfferingAsync ( PurchaseReservedInstancesOfferingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PurchaseReservedInstancesOffering operation.

PurchaseScheduledInstancesAsync ( PurchaseScheduledInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PurchaseScheduledInstances operation.

RebootInstancesAsync ( RebootInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RebootInstances operation.

RegisterImageAsync ( RegisterImageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterImage operation.

RejectVpcPeeringConnectionAsync ( RejectVpcPeeringConnectionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RejectVpcPeeringConnection operation.

ReleaseAddressAsync ( ReleaseAddressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReleaseAddress operation.

ReleaseHostsAsync ( ReleaseHostsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReleaseHosts operation.

ReplaceNetworkAclAssociationAsync ( ReplaceNetworkAclAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReplaceNetworkAclAssociation operation.

ReplaceNetworkAclEntryAsync ( ReplaceNetworkAclEntryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReplaceNetworkAclEntry operation.

ReplaceRouteAsync ( ReplaceRouteRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReplaceRoute operation.

ReplaceRouteTableAssociationAsync ( ReplaceRouteTableAssociationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReplaceRouteTableAssociation operation.

ReportInstanceStatusAsync ( ReportInstanceStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ReportInstanceStatus operation.

RequestSpotFleetAsync ( RequestSpotFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RequestSpotFleet operation.

RequestSpotInstancesAsync ( RequestSpotInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RequestSpotInstances operation.

ResetImageAttributeAsync ( ResetImageAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ResetImageAttribute operation.

ResetInstanceAttributeAsync ( ResetInstanceAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ResetInstanceAttribute operation.

ResetNetworkInterfaceAttributeAsync ( ResetNetworkInterfaceAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ResetNetworkInterfaceAttribute operation.

ResetSnapshotAttributeAsync ( ResetSnapshotAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ResetSnapshotAttribute operation.

RestoreAddressToClassicAsync ( RestoreAddressToClassicRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RestoreAddressToClassic operation.

RevokeSecurityGroupEgressAsync ( RevokeSecurityGroupEgressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RevokeSecurityGroupEgress operation.

RevokeSecurityGroupIngressAsync ( RevokeSecurityGroupIngressRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RevokeSecurityGroupIngress operation.

RunInstancesAsync ( RunInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RunInstances operation.

RunScheduledInstancesAsync ( RunScheduledInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RunScheduledInstances operation.

StartInstancesAsync ( StartInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartInstances operation.

StopInstancesAsync ( StopInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopInstances operation.

TerminateInstancesAsync ( TerminateInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the TerminateInstances operation.

UnassignIpv6AddressesAsync ( UnassignIpv6AddressesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UnassignIpv6Addresses operation.

UnassignPrivateIpAddressesAsync ( UnassignPrivateIpAddressesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UnassignPrivateIpAddresses operation.

UnmonitorInstancesAsync ( UnmonitorInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UnmonitorInstances operation.

Méthodes protégées

Méthode Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void

Customizes the runtime pipeline.

Dispose ( bool disposing ) : void

Disposes the service client.

Private Methods

Méthode Description
AcceptReservedInstancesExchangeQuote ( AcceptReservedInstancesExchangeQuoteRequest request ) : AcceptReservedInstancesExchangeQuoteResponse
AcceptVpcPeeringConnection ( AcceptVpcPeeringConnectionRequest request ) : AcceptVpcPeeringConnectionResponse
AllocateAddress ( ) : AllocateAddressResponse
AllocateAddress ( AllocateAddressRequest request ) : AllocateAddressResponse
AllocateHosts ( AllocateHostsRequest request ) : AllocateHostsResponse
AssignIpv6Addresses ( AssignIpv6AddressesRequest request ) : AssignIpv6AddressesResponse
AssignPrivateIpAddresses ( AssignPrivateIpAddressesRequest request ) : Amazon.EC2.Model.AssignPrivateIpAddressesResponse
AssociateAddress ( AssociateAddressRequest request ) : AssociateAddressResponse
AssociateDhcpOptions ( AssociateDhcpOptionsRequest request ) : Amazon.EC2.Model.AssociateDhcpOptionsResponse
AssociateRouteTable ( AssociateRouteTableRequest request ) : AssociateRouteTableResponse
AssociateSubnetCidrBlock ( AssociateSubnetCidrBlockRequest request ) : AssociateSubnetCidrBlockResponse
AssociateVpcCidrBlock ( AssociateVpcCidrBlockRequest request ) : AssociateVpcCidrBlockResponse
AttachClassicLinkVpc ( AttachClassicLinkVpcRequest request ) : AttachClassicLinkVpcResponse
AttachInternetGateway ( AttachInternetGatewayRequest request ) : Amazon.EC2.Model.AttachInternetGatewayResponse
AttachNetworkInterface ( AttachNetworkInterfaceRequest request ) : AttachNetworkInterfaceResponse
AttachVolume ( AttachVolumeRequest request ) : AttachVolumeResponse
AttachVpnGateway ( AttachVpnGatewayRequest request ) : AttachVpnGatewayResponse
AuthorizeSecurityGroupEgress ( AuthorizeSecurityGroupEgressRequest request ) : Amazon.EC2.Model.AuthorizeSecurityGroupEgressResponse
AuthorizeSecurityGroupIngress ( AuthorizeSecurityGroupIngressRequest request ) : Amazon.EC2.Model.AuthorizeSecurityGroupIngressResponse
BundleInstance ( BundleInstanceRequest request ) : BundleInstanceResponse
CancelBundleTask ( CancelBundleTaskRequest request ) : CancelBundleTaskResponse
CancelConversionTask ( CancelConversionTaskRequest request ) : CancelConversionTaskResponse
CancelExportTask ( CancelExportTaskRequest request ) : CancelExportTaskResponse
CancelImportTask ( CancelImportTaskRequest request ) : CancelImportTaskResponse
CancelReservedInstancesListing ( CancelReservedInstancesListingRequest request ) : CancelReservedInstancesListingResponse
CancelSpotFleetRequests ( CancelSpotFleetRequestsRequest request ) : CancelSpotFleetRequestsResponse
CancelSpotInstanceRequests ( CancelSpotInstanceRequestsRequest request ) : CancelSpotInstanceRequestsResponse
ConfirmProductInstance ( ConfirmProductInstanceRequest request ) : ConfirmProductInstanceResponse
CopyImage ( CopyImageRequest request ) : CopyImageResponse
CopySnapshot ( CopySnapshotRequest request ) : CopySnapshotResponse
CreateCustomerGateway ( CreateCustomerGatewayRequest request ) : CreateCustomerGatewayResponse
CreateDhcpOptions ( CreateDhcpOptionsRequest request ) : CreateDhcpOptionsResponse
CreateEgressOnlyInternetGateway ( CreateEgressOnlyInternetGatewayRequest request ) : CreateEgressOnlyInternetGatewayResponse
CreateFlowLogs ( CreateFlowLogsRequest request ) : CreateFlowLogsResponse
CreateImage ( CreateImageRequest request ) : CreateImageResponse
CreateInstanceExportTask ( CreateInstanceExportTaskRequest request ) : CreateInstanceExportTaskResponse
CreateInternetGateway ( ) : CreateInternetGatewayResponse
CreateInternetGateway ( CreateInternetGatewayRequest request ) : CreateInternetGatewayResponse
CreateKeyPair ( CreateKeyPairRequest request ) : CreateKeyPairResponse
CreateNatGateway ( CreateNatGatewayRequest request ) : CreateNatGatewayResponse
CreateNetworkAcl ( CreateNetworkAclRequest request ) : CreateNetworkAclResponse
CreateNetworkAclEntry ( CreateNetworkAclEntryRequest request ) : CreateNetworkAclEntryResponse
CreateNetworkInterface ( CreateNetworkInterfaceRequest request ) : CreateNetworkInterfaceResponse
CreatePlacementGroup ( CreatePlacementGroupRequest request ) : CreatePlacementGroupResponse
CreateReservedInstancesListing ( CreateReservedInstancesListingRequest request ) : CreateReservedInstancesListingResponse
CreateRoute ( CreateRouteRequest request ) : CreateRouteResponse
CreateRouteTable ( CreateRouteTableRequest request ) : CreateRouteTableResponse
CreateSecurityGroup ( CreateSecurityGroupRequest request ) : CreateSecurityGroupResponse
CreateSnapshot ( CreateSnapshotRequest request ) : CreateSnapshotResponse
CreateSpotDatafeedSubscription ( CreateSpotDatafeedSubscriptionRequest request ) : CreateSpotDatafeedSubscriptionResponse
CreateSubnet ( CreateSubnetRequest request ) : CreateSubnetResponse
CreateTags ( CreateTagsRequest request ) : CreateTagsResponse
CreateVolume ( CreateVolumeRequest request ) : CreateVolumeResponse
CreateVpc ( CreateVpcRequest request ) : CreateVpcResponse
CreateVpcEndpoint ( CreateVpcEndpointRequest request ) : CreateVpcEndpointResponse
CreateVpcPeeringConnection ( CreateVpcPeeringConnectionRequest request ) : CreateVpcPeeringConnectionResponse
CreateVpnConnection ( CreateVpnConnectionRequest request ) : CreateVpnConnectionResponse
CreateVpnConnectionRoute ( CreateVpnConnectionRouteRequest request ) : CreateVpnConnectionRouteResponse
CreateVpnGateway ( CreateVpnGatewayRequest request ) : CreateVpnGatewayResponse
DeleteCustomerGateway ( DeleteCustomerGatewayRequest request ) : DeleteCustomerGatewayResponse
DeleteDhcpOptions ( DeleteDhcpOptionsRequest request ) : DeleteDhcpOptionsResponse
DeleteEgressOnlyInternetGateway ( DeleteEgressOnlyInternetGatewayRequest request ) : DeleteEgressOnlyInternetGatewayResponse
DeleteFlowLogs ( DeleteFlowLogsRequest request ) : DeleteFlowLogsResponse
DeleteInternetGateway ( DeleteInternetGatewayRequest request ) : DeleteInternetGatewayResponse
DeleteKeyPair ( DeleteKeyPairRequest request ) : DeleteKeyPairResponse
DeleteNatGateway ( DeleteNatGatewayRequest request ) : DeleteNatGatewayResponse
DeleteNetworkAcl ( DeleteNetworkAclRequest request ) : DeleteNetworkAclResponse
DeleteNetworkAclEntry ( DeleteNetworkAclEntryRequest request ) : DeleteNetworkAclEntryResponse
DeleteNetworkInterface ( DeleteNetworkInterfaceRequest request ) : DeleteNetworkInterfaceResponse
DeletePlacementGroup ( DeletePlacementGroupRequest request ) : DeletePlacementGroupResponse
DeleteRoute ( DeleteRouteRequest request ) : DeleteRouteResponse
DeleteRouteTable ( DeleteRouteTableRequest request ) : DeleteRouteTableResponse
DeleteSecurityGroup ( DeleteSecurityGroupRequest request ) : DeleteSecurityGroupResponse
DeleteSnapshot ( DeleteSnapshotRequest request ) : DeleteSnapshotResponse
DeleteSpotDatafeedSubscription ( ) : DeleteSpotDatafeedSubscriptionResponse
DeleteSpotDatafeedSubscription ( DeleteSpotDatafeedSubscriptionRequest request ) : DeleteSpotDatafeedSubscriptionResponse
DeleteSubnet ( DeleteSubnetRequest request ) : DeleteSubnetResponse
DeleteTags ( DeleteTagsRequest request ) : DeleteTagsResponse
DeleteVolume ( DeleteVolumeRequest request ) : DeleteVolumeResponse
DeleteVpc ( DeleteVpcRequest request ) : DeleteVpcResponse
DeleteVpcEndpoints ( DeleteVpcEndpointsRequest request ) : DeleteVpcEndpointsResponse
DeleteVpcPeeringConnection ( DeleteVpcPeeringConnectionRequest request ) : DeleteVpcPeeringConnectionResponse
DeleteVpnConnection ( DeleteVpnConnectionRequest request ) : DeleteVpnConnectionResponse
DeleteVpnConnectionRoute ( DeleteVpnConnectionRouteRequest request ) : DeleteVpnConnectionRouteResponse
DeleteVpnGateway ( DeleteVpnGatewayRequest request ) : DeleteVpnGatewayResponse
DeregisterImage ( DeregisterImageRequest request ) : DeregisterImageResponse
DescribeAccountAttributes ( ) : DescribeAccountAttributesResponse
DescribeAccountAttributes ( DescribeAccountAttributesRequest request ) : DescribeAccountAttributesResponse
DescribeAddresses ( ) : DescribeAddressesResponse
DescribeAddresses ( DescribeAddressesRequest request ) : DescribeAddressesResponse
DescribeAvailabilityZones ( ) : DescribeAvailabilityZonesResponse
DescribeAvailabilityZones ( DescribeAvailabilityZonesRequest request ) : DescribeAvailabilityZonesResponse
DescribeBundleTasks ( ) : DescribeBundleTasksResponse
DescribeBundleTasks ( DescribeBundleTasksRequest request ) : DescribeBundleTasksResponse
DescribeClassicLinkInstances ( DescribeClassicLinkInstancesRequest request ) : DescribeClassicLinkInstancesResponse
DescribeConversionTasks ( ) : DescribeConversionTasksResponse
DescribeConversionTasks ( DescribeConversionTasksRequest request ) : DescribeConversionTasksResponse
DescribeCustomerGateways ( ) : DescribeCustomerGatewaysResponse
DescribeCustomerGateways ( DescribeCustomerGatewaysRequest request ) : DescribeCustomerGatewaysResponse
DescribeDhcpOptions ( ) : DescribeDhcpOptionsResponse
DescribeDhcpOptions ( DescribeDhcpOptionsRequest request ) : DescribeDhcpOptionsResponse
DescribeEgressOnlyInternetGateways ( DescribeEgressOnlyInternetGatewaysRequest request ) : DescribeEgressOnlyInternetGatewaysResponse
DescribeExportTasks ( ) : DescribeExportTasksResponse
DescribeExportTasks ( DescribeExportTasksRequest request ) : DescribeExportTasksResponse
DescribeFlowLogs ( DescribeFlowLogsRequest request ) : DescribeFlowLogsResponse
DescribeHostReservationOfferings ( DescribeHostReservationOfferingsRequest request ) : DescribeHostReservationOfferingsResponse
DescribeHostReservations ( DescribeHostReservationsRequest request ) : DescribeHostReservationsResponse
DescribeHosts ( DescribeHostsRequest request ) : DescribeHostsResponse
DescribeIdFormat ( DescribeIdFormatRequest request ) : DescribeIdFormatResponse
DescribeIdentityIdFormat ( DescribeIdentityIdFormatRequest request ) : DescribeIdentityIdFormatResponse
DescribeImageAttribute ( DescribeImageAttributeRequest request ) : DescribeImageAttributeResponse
DescribeImages ( ) : DescribeImagesResponse
DescribeImages ( DescribeImagesRequest request ) : DescribeImagesResponse
DescribeImportImageTasks ( DescribeImportImageTasksRequest request ) : DescribeImportImageTasksResponse
DescribeImportSnapshotTasks ( DescribeImportSnapshotTasksRequest request ) : DescribeImportSnapshotTasksResponse
DescribeInstanceAttribute ( DescribeInstanceAttributeRequest request ) : DescribeInstanceAttributeResponse
DescribeInstanceStatus ( ) : DescribeInstanceStatusResponse
DescribeInstanceStatus ( DescribeInstanceStatusRequest request ) : DescribeInstanceStatusResponse
DescribeInstances ( ) : DescribeInstancesResponse
DescribeInstances ( DescribeInstancesRequest request ) : DescribeInstancesResponse
DescribeInternetGateways ( ) : DescribeInternetGatewaysResponse
DescribeInternetGateways ( DescribeInternetGatewaysRequest request ) : DescribeInternetGatewaysResponse
DescribeKeyPairs ( ) : DescribeKeyPairsResponse
DescribeKeyPairs ( DescribeKeyPairsRequest request ) : DescribeKeyPairsResponse
DescribeMovingAddresses ( DescribeMovingAddressesRequest request ) : DescribeMovingAddressesResponse
DescribeNatGateways ( DescribeNatGatewaysRequest request ) : DescribeNatGatewaysResponse
DescribeNetworkAcls ( ) : DescribeNetworkAclsResponse
DescribeNetworkAcls ( DescribeNetworkAclsRequest request ) : DescribeNetworkAclsResponse
DescribeNetworkInterfaceAttribute ( DescribeNetworkInterfaceAttributeRequest request ) : DescribeNetworkInterfaceAttributeResponse
DescribeNetworkInterfaces ( ) : DescribeNetworkInterfacesResponse
DescribeNetworkInterfaces ( DescribeNetworkInterfacesRequest request ) : DescribeNetworkInterfacesResponse
DescribePlacementGroups ( ) : DescribePlacementGroupsResponse
DescribePlacementGroups ( DescribePlacementGroupsRequest request ) : DescribePlacementGroupsResponse
DescribePrefixLists ( DescribePrefixListsRequest request ) : DescribePrefixListsResponse
DescribeRegions ( ) : DescribeRegionsResponse
DescribeRegions ( DescribeRegionsRequest request ) : DescribeRegionsResponse
DescribeReservedInstances ( ) : DescribeReservedInstancesResponse
DescribeReservedInstances ( DescribeReservedInstancesRequest request ) : DescribeReservedInstancesResponse
DescribeReservedInstancesListings ( ) : DescribeReservedInstancesListingsResponse
DescribeReservedInstancesListings ( DescribeReservedInstancesListingsRequest request ) : DescribeReservedInstancesListingsResponse
DescribeReservedInstancesModifications ( ) : DescribeReservedInstancesModificationsResponse
DescribeReservedInstancesModifications ( DescribeReservedInstancesModificationsRequest request ) : DescribeReservedInstancesModificationsResponse
DescribeReservedInstancesOfferings ( ) : DescribeReservedInstancesOfferingsResponse
DescribeReservedInstancesOfferings ( DescribeReservedInstancesOfferingsRequest request ) : DescribeReservedInstancesOfferingsResponse
DescribeRouteTables ( ) : DescribeRouteTablesResponse
DescribeRouteTables ( DescribeRouteTablesRequest request ) : DescribeRouteTablesResponse
DescribeScheduledInstanceAvailability ( DescribeScheduledInstanceAvailabilityRequest request ) : DescribeScheduledInstanceAvailabilityResponse
DescribeScheduledInstances ( DescribeScheduledInstancesRequest request ) : DescribeScheduledInstancesResponse
DescribeSecurityGroupReferences ( DescribeSecurityGroupReferencesRequest request ) : DescribeSecurityGroupReferencesResponse
DescribeSecurityGroups ( ) : DescribeSecurityGroupsResponse
DescribeSecurityGroups ( DescribeSecurityGroupsRequest request ) : DescribeSecurityGroupsResponse
DescribeSnapshotAttribute ( DescribeSnapshotAttributeRequest request ) : DescribeSnapshotAttributeResponse
DescribeSnapshots ( ) : DescribeSnapshotsResponse
DescribeSnapshots ( DescribeSnapshotsRequest request ) : DescribeSnapshotsResponse
DescribeSpotDatafeedSubscription ( ) : DescribeSpotDatafeedSubscriptionResponse
DescribeSpotDatafeedSubscription ( DescribeSpotDatafeedSubscriptionRequest request ) : DescribeSpotDatafeedSubscriptionResponse
DescribeSpotFleetInstances ( DescribeSpotFleetInstancesRequest request ) : DescribeSpotFleetInstancesResponse
DescribeSpotFleetRequestHistory ( DescribeSpotFleetRequestHistoryRequest request ) : DescribeSpotFleetRequestHistoryResponse
DescribeSpotFleetRequests ( DescribeSpotFleetRequestsRequest request ) : DescribeSpotFleetRequestsResponse
DescribeSpotInstanceRequests ( ) : DescribeSpotInstanceRequestsResponse
DescribeSpotInstanceRequests ( DescribeSpotInstanceRequestsRequest request ) : DescribeSpotInstanceRequestsResponse
DescribeSpotPriceHistory ( ) : DescribeSpotPriceHistoryResponse
DescribeSpotPriceHistory ( DescribeSpotPriceHistoryRequest request ) : DescribeSpotPriceHistoryResponse
DescribeStaleSecurityGroups ( DescribeStaleSecurityGroupsRequest request ) : DescribeStaleSecurityGroupsResponse
DescribeSubnets ( ) : DescribeSubnetsResponse
DescribeSubnets ( DescribeSubnetsRequest request ) : DescribeSubnetsResponse
DescribeTags ( ) : DescribeTagsResponse
DescribeTags ( DescribeTagsRequest request ) : DescribeTagsResponse
DescribeVolumeAttribute ( DescribeVolumeAttributeRequest request ) : DescribeVolumeAttributeResponse
DescribeVolumeStatus ( ) : DescribeVolumeStatusResponse
DescribeVolumeStatus ( DescribeVolumeStatusRequest request ) : DescribeVolumeStatusResponse
DescribeVolumes ( ) : DescribeVolumesResponse
DescribeVolumes ( DescribeVolumesRequest request ) : DescribeVolumesResponse
DescribeVpcAttribute ( DescribeVpcAttributeRequest request ) : DescribeVpcAttributeResponse
DescribeVpcClassicLink ( DescribeVpcClassicLinkRequest request ) : DescribeVpcClassicLinkResponse
DescribeVpcClassicLinkDnsSupport ( DescribeVpcClassicLinkDnsSupportRequest request ) : DescribeVpcClassicLinkDnsSupportResponse
DescribeVpcEndpointServices ( DescribeVpcEndpointServicesRequest request ) : DescribeVpcEndpointServicesResponse
DescribeVpcEndpoints ( DescribeVpcEndpointsRequest request ) : DescribeVpcEndpointsResponse
DescribeVpcPeeringConnections ( ) : DescribeVpcPeeringConnectionsResponse
DescribeVpcPeeringConnections ( DescribeVpcPeeringConnectionsRequest request ) : DescribeVpcPeeringConnectionsResponse
DescribeVpcs ( ) : DescribeVpcsResponse
DescribeVpcs ( DescribeVpcsRequest request ) : DescribeVpcsResponse
DescribeVpnConnections ( ) : DescribeVpnConnectionsResponse
DescribeVpnConnections ( DescribeVpnConnectionsRequest request ) : DescribeVpnConnectionsResponse
DescribeVpnGateways ( ) : DescribeVpnGatewaysResponse
DescribeVpnGateways ( DescribeVpnGatewaysRequest request ) : DescribeVpnGatewaysResponse
DetachClassicLinkVpc ( DetachClassicLinkVpcRequest request ) : DetachClassicLinkVpcResponse
DetachInternetGateway ( DetachInternetGatewayRequest request ) : DetachInternetGatewayResponse
DetachNetworkInterface ( DetachNetworkInterfaceRequest request ) : DetachNetworkInterfaceResponse
DetachVolume ( DetachVolumeRequest request ) : DetachVolumeResponse
DetachVpnGateway ( DetachVpnGatewayRequest request ) : DetachVpnGatewayResponse
DisableVgwRoutePropagation ( DisableVgwRoutePropagationRequest request ) : DisableVgwRoutePropagationResponse
DisableVpcClassicLink ( DisableVpcClassicLinkRequest request ) : DisableVpcClassicLinkResponse
DisableVpcClassicLinkDnsSupport ( DisableVpcClassicLinkDnsSupportRequest request ) : DisableVpcClassicLinkDnsSupportResponse
DisassociateAddress ( DisassociateAddressRequest request ) : DisassociateAddressResponse
DisassociateRouteTable ( DisassociateRouteTableRequest request ) : DisassociateRouteTableResponse
DisassociateSubnetCidrBlock ( DisassociateSubnetCidrBlockRequest request ) : DisassociateSubnetCidrBlockResponse
DisassociateVpcCidrBlock ( DisassociateVpcCidrBlockRequest request ) : DisassociateVpcCidrBlockResponse
EnableVgwRoutePropagation ( EnableVgwRoutePropagationRequest request ) : EnableVgwRoutePropagationResponse
EnableVolumeIO ( EnableVolumeIORequest request ) : EnableVolumeIOResponse
EnableVpcClassicLink ( EnableVpcClassicLinkRequest request ) : EnableVpcClassicLinkResponse
EnableVpcClassicLinkDnsSupport ( EnableVpcClassicLinkDnsSupportRequest request ) : EnableVpcClassicLinkDnsSupportResponse
GetConsoleOutput ( GetConsoleOutputRequest request ) : GetConsoleOutputResponse
GetConsoleScreenshot ( GetConsoleScreenshotRequest request ) : GetConsoleScreenshotResponse
GetHostReservationPurchasePreview ( GetHostReservationPurchasePreviewRequest request ) : GetHostReservationPurchasePreviewResponse
GetPasswordData ( GetPasswordDataRequest request ) : GetPasswordDataResponse
GetReservedInstancesExchangeQuote ( GetReservedInstancesExchangeQuoteRequest request ) : GetReservedInstancesExchangeQuoteResponse
ImportImage ( ImportImageRequest request ) : ImportImageResponse
ImportInstance ( ImportInstanceRequest request ) : ImportInstanceResponse
ImportKeyPair ( ImportKeyPairRequest request ) : ImportKeyPairResponse
ImportSnapshot ( ImportSnapshotRequest request ) : ImportSnapshotResponse
ImportVolume ( ImportVolumeRequest request ) : ImportVolumeResponse
ModifyHosts ( ModifyHostsRequest request ) : ModifyHostsResponse
ModifyIdFormat ( ModifyIdFormatRequest request ) : ModifyIdFormatResponse
ModifyIdentityIdFormat ( ModifyIdentityIdFormatRequest request ) : ModifyIdentityIdFormatResponse
ModifyImageAttribute ( ModifyImageAttributeRequest request ) : ModifyImageAttributeResponse
ModifyInstanceAttribute ( ModifyInstanceAttributeRequest request ) : ModifyInstanceAttributeResponse
ModifyInstancePlacement ( ModifyInstancePlacementRequest request ) : ModifyInstancePlacementResponse
ModifyNetworkInterfaceAttribute ( ModifyNetworkInterfaceAttributeRequest request ) : ModifyNetworkInterfaceAttributeResponse
ModifyReservedInstances ( ModifyReservedInstancesRequest request ) : ModifyReservedInstancesResponse
ModifySnapshotAttribute ( ModifySnapshotAttributeRequest request ) : ModifySnapshotAttributeResponse
ModifySpotFleetRequest ( ModifySpotFleetRequestRequest request ) : ModifySpotFleetRequestResponse
ModifySubnetAttribute ( ModifySubnetAttributeRequest request ) : ModifySubnetAttributeResponse
ModifyVolumeAttribute ( ModifyVolumeAttributeRequest request ) : ModifyVolumeAttributeResponse
ModifyVpcAttribute ( ModifyVpcAttributeRequest request ) : ModifyVpcAttributeResponse
ModifyVpcEndpoint ( ModifyVpcEndpointRequest request ) : ModifyVpcEndpointResponse
ModifyVpcPeeringConnectionOptions ( ModifyVpcPeeringConnectionOptionsRequest request ) : ModifyVpcPeeringConnectionOptionsResponse
MonitorInstances ( MonitorInstancesRequest request ) : MonitorInstancesResponse
MoveAddressToVpc ( MoveAddressToVpcRequest request ) : MoveAddressToVpcResponse
PurchaseHostReservation ( PurchaseHostReservationRequest request ) : PurchaseHostReservationResponse
PurchaseReservedInstancesOffering ( PurchaseReservedInstancesOfferingRequest request ) : PurchaseReservedInstancesOfferingResponse
PurchaseScheduledInstances ( PurchaseScheduledInstancesRequest request ) : PurchaseScheduledInstancesResponse
RebootInstances ( RebootInstancesRequest request ) : RebootInstancesResponse
RegisterImage ( RegisterImageRequest request ) : RegisterImageResponse
RejectVpcPeeringConnection ( RejectVpcPeeringConnectionRequest request ) : RejectVpcPeeringConnectionResponse
ReleaseAddress ( ReleaseAddressRequest request ) : ReleaseAddressResponse
ReleaseHosts ( ReleaseHostsRequest request ) : ReleaseHostsResponse
ReplaceNetworkAclAssociation ( ReplaceNetworkAclAssociationRequest request ) : ReplaceNetworkAclAssociationResponse
ReplaceNetworkAclEntry ( ReplaceNetworkAclEntryRequest request ) : ReplaceNetworkAclEntryResponse
ReplaceRoute ( ReplaceRouteRequest request ) : ReplaceRouteResponse
ReplaceRouteTableAssociation ( ReplaceRouteTableAssociationRequest request ) : ReplaceRouteTableAssociationResponse
ReportInstanceStatus ( ReportInstanceStatusRequest request ) : ReportInstanceStatusResponse
RequestSpotFleet ( RequestSpotFleetRequest request ) : RequestSpotFleetResponse
RequestSpotInstances ( RequestSpotInstancesRequest request ) : RequestSpotInstancesResponse
ResetImageAttribute ( ResetImageAttributeRequest request ) : ResetImageAttributeResponse
ResetInstanceAttribute ( ResetInstanceAttributeRequest request ) : ResetInstanceAttributeResponse
ResetNetworkInterfaceAttribute ( ResetNetworkInterfaceAttributeRequest request ) : ResetNetworkInterfaceAttributeResponse
ResetSnapshotAttribute ( ResetSnapshotAttributeRequest request ) : ResetSnapshotAttributeResponse
RestoreAddressToClassic ( RestoreAddressToClassicRequest request ) : RestoreAddressToClassicResponse
RevokeSecurityGroupEgress ( RevokeSecurityGroupEgressRequest request ) : RevokeSecurityGroupEgressResponse
RevokeSecurityGroupIngress ( RevokeSecurityGroupIngressRequest request ) : RevokeSecurityGroupIngressResponse
RunInstances ( RunInstancesRequest request ) : RunInstancesResponse
RunScheduledInstances ( RunScheduledInstancesRequest request ) : RunScheduledInstancesResponse
StartInstances ( StartInstancesRequest request ) : StartInstancesResponse
StopInstances ( StopInstancesRequest request ) : StopInstancesResponse
TerminateInstances ( TerminateInstancesRequest request ) : TerminateInstancesResponse
UnassignIpv6Addresses ( UnassignIpv6AddressesRequest request ) : UnassignIpv6AddressesResponse
UnassignPrivateIpAddresses ( UnassignPrivateIpAddressesRequest request ) : UnassignPrivateIpAddressesResponse
UnmonitorInstances ( UnmonitorInstancesRequest request ) : UnmonitorInstancesResponse

Method Details

AcceptReservedInstancesExchangeQuoteAsync() public méthode

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

AcceptVpcPeeringConnectionAsync() public méthode

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

AllocateAddressAsync() public méthode

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

AllocateAddressAsync() public méthode

Acquires an Elastic IP address.

An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

public AllocateAddressAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

AllocateHostsAsync() public méthode

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

AmazonEC2Client() public méthode

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

AmazonEC2Client() public méthode

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

AmazonEC2Client() public méthode

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

AmazonEC2Client() public méthode

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

AmazonEC2Client() public méthode

Constructs AmazonEC2Client 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 AmazonEC2Client ( AmazonEC2Config config ) : System
config AmazonEC2Config The AmazonEC2Client Configuration Object
Résultat System

AmazonEC2Client() public méthode

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

AmazonEC2Client() public méthode

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

AmazonEC2Client() public méthode

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

AmazonEC2Client() public méthode

Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key
public AmazonEC2Client ( 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

AmazonEC2Client() public méthode

Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key
public AmazonEC2Client ( 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

AmazonEC2Client() public méthode

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

AmazonEC2Client() public méthode

Constructs AmazonEC2Client with AWS Access Key ID and AWS Secret Key
public AmazonEC2Client ( 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

AssignIpv6AddressesAsync() public méthode

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

AssignPrivateIpAddressesAsync() public méthode

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

AssociateAddressAsync() public méthode

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

AssociateDhcpOptionsAsync() public méthode

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

AssociateRouteTableAsync() public méthode

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

AssociateSubnetCidrBlockAsync() public méthode

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

AssociateVpcCidrBlockAsync() public méthode

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

AttachClassicLinkVpcAsync() public méthode

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

AttachInternetGatewayAsync() public méthode

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

AttachNetworkInterfaceAsync() public méthode

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

AttachVolumeAsync() public méthode

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

AttachVpnGatewayAsync() public méthode

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

AuthorizeSecurityGroupEgressAsync() public méthode

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

AuthorizeSecurityGroupIngressAsync() public méthode

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

BeginAcceptReservedInstancesExchangeQuote() public méthode

Initiates the asynchronous execution of the AcceptReservedInstancesExchangeQuote operation.
public BeginAcceptReservedInstancesExchangeQuote ( AcceptReservedInstancesExchangeQuoteRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AcceptReservedInstancesExchangeQuoteRequest Container for the necessary parameters to execute the AcceptReservedInstancesExchangeQuote operation on AmazonEC2Client.
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

BeginAcceptVpcPeeringConnection() public méthode

Initiates the asynchronous execution of the AcceptVpcPeeringConnection operation.
public BeginAcceptVpcPeeringConnection ( AcceptVpcPeeringConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AcceptVpcPeeringConnectionRequest Container for the necessary parameters to execute the AcceptVpcPeeringConnection operation on AmazonEC2Client.
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

BeginAllocateAddress() public méthode

Initiates the asynchronous execution of the AllocateAddress operation.
public BeginAllocateAddress ( AllocateAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AllocateAddressRequest Container for the necessary parameters to execute the AllocateAddress operation on AmazonEC2Client.
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

BeginAllocateHosts() public méthode

Initiates the asynchronous execution of the AllocateHosts operation.
public BeginAllocateHosts ( AllocateHostsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AllocateHostsRequest Container for the necessary parameters to execute the AllocateHosts operation on AmazonEC2Client.
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

BeginAssignIpv6Addresses() public méthode

Initiates the asynchronous execution of the AssignIpv6Addresses operation.
public BeginAssignIpv6Addresses ( AssignIpv6AddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AssignIpv6AddressesRequest Container for the necessary parameters to execute the AssignIpv6Addresses operation on AmazonEC2Client.
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

BeginAssignPrivateIpAddresses() public méthode

Initiates the asynchronous execution of the AssignPrivateIpAddresses operation.
public BeginAssignPrivateIpAddresses ( AssignPrivateIpAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AssignPrivateIpAddressesRequest Container for the necessary parameters to execute the AssignPrivateIpAddresses operation on AmazonEC2Client.
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

BeginAssociateAddress() public méthode

Initiates the asynchronous execution of the AssociateAddress operation.
public BeginAssociateAddress ( AssociateAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AssociateAddressRequest Container for the necessary parameters to execute the AssociateAddress operation on AmazonEC2Client.
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

BeginAssociateDhcpOptions() public méthode

Initiates the asynchronous execution of the AssociateDhcpOptions operation.
public BeginAssociateDhcpOptions ( AssociateDhcpOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AssociateDhcpOptionsRequest Container for the necessary parameters to execute the AssociateDhcpOptions operation on AmazonEC2Client.
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

BeginAssociateRouteTable() public méthode

Initiates the asynchronous execution of the AssociateRouteTable operation.
public BeginAssociateRouteTable ( AssociateRouteTableRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AssociateRouteTableRequest Container for the necessary parameters to execute the AssociateRouteTable operation on AmazonEC2Client.
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

BeginAssociateSubnetCidrBlock() public méthode

Initiates the asynchronous execution of the AssociateSubnetCidrBlock operation.
public BeginAssociateSubnetCidrBlock ( AssociateSubnetCidrBlockRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AssociateSubnetCidrBlockRequest Container for the necessary parameters to execute the AssociateSubnetCidrBlock operation on AmazonEC2Client.
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

BeginAssociateVpcCidrBlock() public méthode

Initiates the asynchronous execution of the AssociateVpcCidrBlock operation.
public BeginAssociateVpcCidrBlock ( AssociateVpcCidrBlockRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AssociateVpcCidrBlockRequest Container for the necessary parameters to execute the AssociateVpcCidrBlock operation on AmazonEC2Client.
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

BeginAttachClassicLinkVpc() public méthode

Initiates the asynchronous execution of the AttachClassicLinkVpc operation.
public BeginAttachClassicLinkVpc ( AttachClassicLinkVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AttachClassicLinkVpcRequest Container for the necessary parameters to execute the AttachClassicLinkVpc operation on AmazonEC2Client.
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

BeginAttachInternetGateway() public méthode

Initiates the asynchronous execution of the AttachInternetGateway operation.
public BeginAttachInternetGateway ( AttachInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AttachInternetGatewayRequest Container for the necessary parameters to execute the AttachInternetGateway operation on AmazonEC2Client.
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

BeginAttachNetworkInterface() public méthode

Initiates the asynchronous execution of the AttachNetworkInterface operation.
public BeginAttachNetworkInterface ( AttachNetworkInterfaceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AttachNetworkInterfaceRequest Container for the necessary parameters to execute the AttachNetworkInterface operation on AmazonEC2Client.
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

BeginAttachVolume() public méthode

Initiates the asynchronous execution of the AttachVolume operation.
public BeginAttachVolume ( AttachVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AttachVolumeRequest Container for the necessary parameters to execute the AttachVolume operation on AmazonEC2Client.
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

BeginAttachVpnGateway() public méthode

Initiates the asynchronous execution of the AttachVpnGateway operation.
public BeginAttachVpnGateway ( AttachVpnGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AttachVpnGatewayRequest Container for the necessary parameters to execute the AttachVpnGateway operation on AmazonEC2Client.
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

BeginAuthorizeSecurityGroupEgress() public méthode

Initiates the asynchronous execution of the AuthorizeSecurityGroupEgress operation.
public BeginAuthorizeSecurityGroupEgress ( AuthorizeSecurityGroupEgressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AuthorizeSecurityGroupEgressRequest Container for the necessary parameters to execute the AuthorizeSecurityGroupEgress operation on AmazonEC2Client.
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

BeginAuthorizeSecurityGroupIngress() public méthode

Initiates the asynchronous execution of the AuthorizeSecurityGroupIngress operation.
public BeginAuthorizeSecurityGroupIngress ( AuthorizeSecurityGroupIngressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest Container for the necessary parameters to execute the AuthorizeSecurityGroupIngress operation on AmazonEC2Client.
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

BeginBundleInstance() public méthode

Initiates the asynchronous execution of the BundleInstance operation.
public BeginBundleInstance ( BundleInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.BundleInstanceRequest Container for the necessary parameters to execute the BundleInstance operation on AmazonEC2Client.
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

BeginCancelBundleTask() public méthode

Initiates the asynchronous execution of the CancelBundleTask operation.
public BeginCancelBundleTask ( CancelBundleTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CancelBundleTaskRequest Container for the necessary parameters to execute the CancelBundleTask operation on AmazonEC2Client.
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

BeginCancelConversionTask() public méthode

Initiates the asynchronous execution of the CancelConversionTask operation.
public BeginCancelConversionTask ( CancelConversionTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CancelConversionTaskRequest Container for the necessary parameters to execute the CancelConversionTask operation on AmazonEC2Client.
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

BeginCancelExportTask() public méthode

Initiates the asynchronous execution of the CancelExportTask operation.
public BeginCancelExportTask ( CancelExportTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CancelExportTaskRequest Container for the necessary parameters to execute the CancelExportTask operation on AmazonEC2Client.
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

BeginCancelImportTask() public méthode

Initiates the asynchronous execution of the CancelImportTask operation.
public BeginCancelImportTask ( CancelImportTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CancelImportTaskRequest Container for the necessary parameters to execute the CancelImportTask operation on AmazonEC2Client.
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

BeginCancelReservedInstancesListing() public méthode

Initiates the asynchronous execution of the CancelReservedInstancesListing operation.
public BeginCancelReservedInstancesListing ( CancelReservedInstancesListingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CancelReservedInstancesListingRequest Container for the necessary parameters to execute the CancelReservedInstancesListing operation on AmazonEC2Client.
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

BeginCancelSpotFleetRequests() public méthode

Initiates the asynchronous execution of the CancelSpotFleetRequests operation.
public BeginCancelSpotFleetRequests ( CancelSpotFleetRequestsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CancelSpotFleetRequestsRequest Container for the necessary parameters to execute the CancelSpotFleetRequests operation on AmazonEC2Client.
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

BeginCancelSpotInstanceRequests() public méthode

Initiates the asynchronous execution of the CancelSpotInstanceRequests operation.
public BeginCancelSpotInstanceRequests ( CancelSpotInstanceRequestsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CancelSpotInstanceRequestsRequest Container for the necessary parameters to execute the CancelSpotInstanceRequests operation on AmazonEC2Client.
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

BeginConfirmProductInstance() public méthode

Initiates the asynchronous execution of the ConfirmProductInstance operation.
public BeginConfirmProductInstance ( ConfirmProductInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.ConfirmProductInstanceRequest Container for the necessary parameters to execute the ConfirmProductInstance operation on AmazonEC2Client.
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

BeginCopyImage() public méthode

Initiates the asynchronous execution of the CopyImage operation.
public BeginCopyImage ( CopyImageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CopyImageRequest Container for the necessary parameters to execute the CopyImage operation on AmazonEC2Client.
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

BeginCopySnapshot() public méthode

Initiates the asynchronous execution of the CopySnapshot operation.
public BeginCopySnapshot ( CopySnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CopySnapshotRequest Container for the necessary parameters to execute the CopySnapshot operation on AmazonEC2Client.
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

BeginCreateCustomerGateway() public méthode

Initiates the asynchronous execution of the CreateCustomerGateway operation.
public BeginCreateCustomerGateway ( CreateCustomerGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateCustomerGatewayRequest Container for the necessary parameters to execute the CreateCustomerGateway operation on AmazonEC2Client.
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

BeginCreateDhcpOptions() public méthode

Initiates the asynchronous execution of the CreateDhcpOptions operation.
public BeginCreateDhcpOptions ( CreateDhcpOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateDhcpOptionsRequest Container for the necessary parameters to execute the CreateDhcpOptions operation on AmazonEC2Client.
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

BeginCreateEgressOnlyInternetGateway() public méthode

Initiates the asynchronous execution of the CreateEgressOnlyInternetGateway operation.
public BeginCreateEgressOnlyInternetGateway ( CreateEgressOnlyInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateEgressOnlyInternetGatewayRequest Container for the necessary parameters to execute the CreateEgressOnlyInternetGateway operation on AmazonEC2Client.
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

BeginCreateFlowLogs() public méthode

Initiates the asynchronous execution of the CreateFlowLogs operation.
public BeginCreateFlowLogs ( CreateFlowLogsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateFlowLogsRequest Container for the necessary parameters to execute the CreateFlowLogs operation on AmazonEC2Client.
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

BeginCreateImage() public méthode

Initiates the asynchronous execution of the CreateImage operation.
public BeginCreateImage ( CreateImageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateImageRequest Container for the necessary parameters to execute the CreateImage operation on AmazonEC2Client.
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

BeginCreateInstanceExportTask() public méthode

Initiates the asynchronous execution of the CreateInstanceExportTask operation.
public BeginCreateInstanceExportTask ( CreateInstanceExportTaskRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateInstanceExportTaskRequest Container for the necessary parameters to execute the CreateInstanceExportTask operation on AmazonEC2Client.
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

BeginCreateInternetGateway() public méthode

Initiates the asynchronous execution of the CreateInternetGateway operation.
public BeginCreateInternetGateway ( CreateInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateInternetGatewayRequest Container for the necessary parameters to execute the CreateInternetGateway operation on AmazonEC2Client.
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

BeginCreateKeyPair() public méthode

Initiates the asynchronous execution of the CreateKeyPair operation.
public BeginCreateKeyPair ( CreateKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateKeyPairRequest Container for the necessary parameters to execute the CreateKeyPair operation on AmazonEC2Client.
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

BeginCreateNatGateway() public méthode

Initiates the asynchronous execution of the CreateNatGateway operation.
public BeginCreateNatGateway ( CreateNatGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateNatGatewayRequest Container for the necessary parameters to execute the CreateNatGateway operation on AmazonEC2Client.
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

BeginCreateNetworkAcl() public méthode

Initiates the asynchronous execution of the CreateNetworkAcl operation.
public BeginCreateNetworkAcl ( CreateNetworkAclRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateNetworkAclRequest Container for the necessary parameters to execute the CreateNetworkAcl operation on AmazonEC2Client.
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

BeginCreateNetworkAclEntry() public méthode

Initiates the asynchronous execution of the CreateNetworkAclEntry operation.
public BeginCreateNetworkAclEntry ( CreateNetworkAclEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateNetworkAclEntryRequest Container for the necessary parameters to execute the CreateNetworkAclEntry operation on AmazonEC2Client.
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

BeginCreateNetworkInterface() public méthode

Initiates the asynchronous execution of the CreateNetworkInterface operation.
public BeginCreateNetworkInterface ( CreateNetworkInterfaceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateNetworkInterfaceRequest Container for the necessary parameters to execute the CreateNetworkInterface operation on AmazonEC2Client.
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

BeginCreatePlacementGroup() public méthode

Initiates the asynchronous execution of the CreatePlacementGroup operation.
public BeginCreatePlacementGroup ( CreatePlacementGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreatePlacementGroupRequest Container for the necessary parameters to execute the CreatePlacementGroup operation on AmazonEC2Client.
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

BeginCreateReservedInstancesListing() public méthode

Initiates the asynchronous execution of the CreateReservedInstancesListing operation.
public BeginCreateReservedInstancesListing ( CreateReservedInstancesListingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateReservedInstancesListingRequest Container for the necessary parameters to execute the CreateReservedInstancesListing operation on AmazonEC2Client.
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

BeginCreateRoute() public méthode

Initiates the asynchronous execution of the CreateRoute operation.
public BeginCreateRoute ( CreateRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateRouteRequest Container for the necessary parameters to execute the CreateRoute operation on AmazonEC2Client.
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

BeginCreateRouteTable() public méthode

Initiates the asynchronous execution of the CreateRouteTable operation.
public BeginCreateRouteTable ( CreateRouteTableRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateRouteTableRequest Container for the necessary parameters to execute the CreateRouteTable operation on AmazonEC2Client.
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

BeginCreateSecurityGroup() public méthode

Initiates the asynchronous execution of the CreateSecurityGroup operation.
public BeginCreateSecurityGroup ( CreateSecurityGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateSecurityGroupRequest Container for the necessary parameters to execute the CreateSecurityGroup operation on AmazonEC2Client.
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

BeginCreateSnapshot() public méthode

Initiates the asynchronous execution of the CreateSnapshot operation.
public BeginCreateSnapshot ( CreateSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateSnapshotRequest Container for the necessary parameters to execute the CreateSnapshot operation on AmazonEC2Client.
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

BeginCreateSpotDatafeedSubscription() public méthode

Initiates the asynchronous execution of the CreateSpotDatafeedSubscription operation.
public BeginCreateSpotDatafeedSubscription ( CreateSpotDatafeedSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateSpotDatafeedSubscriptionRequest Container for the necessary parameters to execute the CreateSpotDatafeedSubscription operation on AmazonEC2Client.
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

BeginCreateSubnet() public méthode

Initiates the asynchronous execution of the CreateSubnet operation.
public BeginCreateSubnet ( CreateSubnetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateSubnetRequest Container for the necessary parameters to execute the CreateSubnet operation on AmazonEC2Client.
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

BeginCreateTags() public méthode

Initiates the asynchronous execution of the CreateTags operation.
public BeginCreateTags ( CreateTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateTagsRequest Container for the necessary parameters to execute the CreateTags operation on AmazonEC2Client.
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

BeginCreateVolume() public méthode

Initiates the asynchronous execution of the CreateVolume operation.
public BeginCreateVolume ( CreateVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateVolumeRequest Container for the necessary parameters to execute the CreateVolume operation on AmazonEC2Client.
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

BeginCreateVpc() public méthode

Initiates the asynchronous execution of the CreateVpc operation.
public BeginCreateVpc ( CreateVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateVpcRequest Container for the necessary parameters to execute the CreateVpc operation on AmazonEC2Client.
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

BeginCreateVpcEndpoint() public méthode

Initiates the asynchronous execution of the CreateVpcEndpoint operation.
public BeginCreateVpcEndpoint ( CreateVpcEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateVpcEndpointRequest Container for the necessary parameters to execute the CreateVpcEndpoint operation on AmazonEC2Client.
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

BeginCreateVpcPeeringConnection() public méthode

Initiates the asynchronous execution of the CreateVpcPeeringConnection operation.
public BeginCreateVpcPeeringConnection ( CreateVpcPeeringConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateVpcPeeringConnectionRequest Container for the necessary parameters to execute the CreateVpcPeeringConnection operation on AmazonEC2Client.
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

BeginCreateVpnConnection() public méthode

Initiates the asynchronous execution of the CreateVpnConnection operation.
public BeginCreateVpnConnection ( CreateVpnConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateVpnConnectionRequest Container for the necessary parameters to execute the CreateVpnConnection operation on AmazonEC2Client.
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

BeginCreateVpnConnectionRoute() public méthode

Initiates the asynchronous execution of the CreateVpnConnectionRoute operation.
public BeginCreateVpnConnectionRoute ( CreateVpnConnectionRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateVpnConnectionRouteRequest Container for the necessary parameters to execute the CreateVpnConnectionRoute operation on AmazonEC2Client.
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

BeginCreateVpnGateway() public méthode

Initiates the asynchronous execution of the CreateVpnGateway operation.
public BeginCreateVpnGateway ( CreateVpnGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.CreateVpnGatewayRequest Container for the necessary parameters to execute the CreateVpnGateway operation on AmazonEC2Client.
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

BeginDeleteCustomerGateway() public méthode

Initiates the asynchronous execution of the DeleteCustomerGateway operation.
public BeginDeleteCustomerGateway ( DeleteCustomerGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteCustomerGatewayRequest Container for the necessary parameters to execute the DeleteCustomerGateway operation on AmazonEC2Client.
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

BeginDeleteDhcpOptions() public méthode

Initiates the asynchronous execution of the DeleteDhcpOptions operation.
public BeginDeleteDhcpOptions ( DeleteDhcpOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteDhcpOptionsRequest Container for the necessary parameters to execute the DeleteDhcpOptions operation on AmazonEC2Client.
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

BeginDeleteEgressOnlyInternetGateway() public méthode

Initiates the asynchronous execution of the DeleteEgressOnlyInternetGateway operation.
public BeginDeleteEgressOnlyInternetGateway ( DeleteEgressOnlyInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteEgressOnlyInternetGatewayRequest Container for the necessary parameters to execute the DeleteEgressOnlyInternetGateway operation on AmazonEC2Client.
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

BeginDeleteFlowLogs() public méthode

Initiates the asynchronous execution of the DeleteFlowLogs operation.
public BeginDeleteFlowLogs ( DeleteFlowLogsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteFlowLogsRequest Container for the necessary parameters to execute the DeleteFlowLogs operation on AmazonEC2Client.
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

BeginDeleteInternetGateway() public méthode

Initiates the asynchronous execution of the DeleteInternetGateway operation.
public BeginDeleteInternetGateway ( DeleteInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteInternetGatewayRequest Container for the necessary parameters to execute the DeleteInternetGateway operation on AmazonEC2Client.
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

BeginDeleteKeyPair() public méthode

Initiates the asynchronous execution of the DeleteKeyPair operation.
public BeginDeleteKeyPair ( DeleteKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteKeyPairRequest Container for the necessary parameters to execute the DeleteKeyPair operation on AmazonEC2Client.
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

BeginDeleteNatGateway() public méthode

Initiates the asynchronous execution of the DeleteNatGateway operation.
public BeginDeleteNatGateway ( DeleteNatGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteNatGatewayRequest Container for the necessary parameters to execute the DeleteNatGateway operation on AmazonEC2Client.
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

BeginDeleteNetworkAcl() public méthode

Initiates the asynchronous execution of the DeleteNetworkAcl operation.
public BeginDeleteNetworkAcl ( DeleteNetworkAclRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteNetworkAclRequest Container for the necessary parameters to execute the DeleteNetworkAcl operation on AmazonEC2Client.
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

BeginDeleteNetworkAclEntry() public méthode

Initiates the asynchronous execution of the DeleteNetworkAclEntry operation.
public BeginDeleteNetworkAclEntry ( DeleteNetworkAclEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteNetworkAclEntryRequest Container for the necessary parameters to execute the DeleteNetworkAclEntry operation on AmazonEC2Client.
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

BeginDeleteNetworkInterface() public méthode

Initiates the asynchronous execution of the DeleteNetworkInterface operation.
public BeginDeleteNetworkInterface ( DeleteNetworkInterfaceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteNetworkInterfaceRequest Container for the necessary parameters to execute the DeleteNetworkInterface operation on AmazonEC2Client.
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

BeginDeletePlacementGroup() public méthode

Initiates the asynchronous execution of the DeletePlacementGroup operation.
public BeginDeletePlacementGroup ( DeletePlacementGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeletePlacementGroupRequest Container for the necessary parameters to execute the DeletePlacementGroup operation on AmazonEC2Client.
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

BeginDeleteRoute() public méthode

Initiates the asynchronous execution of the DeleteRoute operation.
public BeginDeleteRoute ( DeleteRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteRouteRequest Container for the necessary parameters to execute the DeleteRoute operation on AmazonEC2Client.
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

BeginDeleteRouteTable() public méthode

Initiates the asynchronous execution of the DeleteRouteTable operation.
public BeginDeleteRouteTable ( DeleteRouteTableRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteRouteTableRequest Container for the necessary parameters to execute the DeleteRouteTable operation on AmazonEC2Client.
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

BeginDeleteSecurityGroup() public méthode

Initiates the asynchronous execution of the DeleteSecurityGroup operation.
public BeginDeleteSecurityGroup ( DeleteSecurityGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteSecurityGroupRequest Container for the necessary parameters to execute the DeleteSecurityGroup operation on AmazonEC2Client.
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

BeginDeleteSnapshot() public méthode

Initiates the asynchronous execution of the DeleteSnapshot operation.
public BeginDeleteSnapshot ( DeleteSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteSnapshotRequest Container for the necessary parameters to execute the DeleteSnapshot operation on AmazonEC2Client.
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

BeginDeleteSpotDatafeedSubscription() public méthode

Initiates the asynchronous execution of the DeleteSpotDatafeedSubscription operation.
public BeginDeleteSpotDatafeedSubscription ( DeleteSpotDatafeedSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DeleteSpotDatafeedSubscriptionRequest Container for the necessary parameters to execute the DeleteSpotDatafeedSubscription operation on AmazonEC2Client.
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

BeginDeleteSubnet() public méthode

Initiates the asynchronous execution of the DeleteSubnet operation.
public BeginDeleteSubnet ( DeleteSubnetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteSubnetRequest Container for the necessary parameters to execute the DeleteSubnet operation on AmazonEC2Client.
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

BeginDeleteTags() public méthode

Initiates the asynchronous execution of the DeleteTags operation.
public BeginDeleteTags ( DeleteTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteTagsRequest Container for the necessary parameters to execute the DeleteTags operation on AmazonEC2Client.
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

BeginDeleteVolume() public méthode

Initiates the asynchronous execution of the DeleteVolume operation.
public BeginDeleteVolume ( DeleteVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteVolumeRequest Container for the necessary parameters to execute the DeleteVolume operation on AmazonEC2Client.
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

BeginDeleteVpc() public méthode

Initiates the asynchronous execution of the DeleteVpc operation.
public BeginDeleteVpc ( DeleteVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteVpcRequest Container for the necessary parameters to execute the DeleteVpc operation on AmazonEC2Client.
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

BeginDeleteVpcEndpoints() public méthode

Initiates the asynchronous execution of the DeleteVpcEndpoints operation.
public BeginDeleteVpcEndpoints ( DeleteVpcEndpointsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteVpcEndpointsRequest Container for the necessary parameters to execute the DeleteVpcEndpoints operation on AmazonEC2Client.
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

BeginDeleteVpcPeeringConnection() public méthode

Initiates the asynchronous execution of the DeleteVpcPeeringConnection operation.
public BeginDeleteVpcPeeringConnection ( DeleteVpcPeeringConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteVpcPeeringConnectionRequest Container for the necessary parameters to execute the DeleteVpcPeeringConnection operation on AmazonEC2Client.
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

BeginDeleteVpnConnection() public méthode

Initiates the asynchronous execution of the DeleteVpnConnection operation.
public BeginDeleteVpnConnection ( DeleteVpnConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteVpnConnectionRequest Container for the necessary parameters to execute the DeleteVpnConnection operation on AmazonEC2Client.
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

BeginDeleteVpnConnectionRoute() public méthode

Initiates the asynchronous execution of the DeleteVpnConnectionRoute operation.
public BeginDeleteVpnConnectionRoute ( DeleteVpnConnectionRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteVpnConnectionRouteRequest Container for the necessary parameters to execute the DeleteVpnConnectionRoute operation on AmazonEC2Client.
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

BeginDeleteVpnGateway() public méthode

Initiates the asynchronous execution of the DeleteVpnGateway operation.
public BeginDeleteVpnGateway ( DeleteVpnGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeleteVpnGatewayRequest Container for the necessary parameters to execute the DeleteVpnGateway operation on AmazonEC2Client.
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

BeginDeregisterImage() public méthode

Initiates the asynchronous execution of the DeregisterImage operation.
public BeginDeregisterImage ( DeregisterImageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DeregisterImageRequest Container for the necessary parameters to execute the DeregisterImage operation on AmazonEC2Client.
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

BeginDescribeAccountAttributes() public méthode

Initiates the asynchronous execution of the DescribeAccountAttributes operation.
public BeginDescribeAccountAttributes ( DescribeAccountAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeAccountAttributesRequest Container for the necessary parameters to execute the DescribeAccountAttributes operation on AmazonEC2Client.
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

BeginDescribeAddresses() public méthode

Initiates the asynchronous execution of the DescribeAddresses operation.
public BeginDescribeAddresses ( DescribeAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeAddressesRequest Container for the necessary parameters to execute the DescribeAddresses operation on AmazonEC2Client.
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

BeginDescribeAvailabilityZones() public méthode

Initiates the asynchronous execution of the DescribeAvailabilityZones operation.
public BeginDescribeAvailabilityZones ( DescribeAvailabilityZonesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeAvailabilityZonesRequest Container for the necessary parameters to execute the DescribeAvailabilityZones operation on AmazonEC2Client.
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

BeginDescribeBundleTasks() public méthode

Initiates the asynchronous execution of the DescribeBundleTasks operation.
public BeginDescribeBundleTasks ( DescribeBundleTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeBundleTasksRequest Container for the necessary parameters to execute the DescribeBundleTasks operation on AmazonEC2Client.
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

BeginDescribeClassicLinkInstances() public méthode

Initiates the asynchronous execution of the DescribeClassicLinkInstances operation.
public BeginDescribeClassicLinkInstances ( DescribeClassicLinkInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeClassicLinkInstancesRequest Container for the necessary parameters to execute the DescribeClassicLinkInstances operation on AmazonEC2Client.
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

BeginDescribeConversionTasks() public méthode

Initiates the asynchronous execution of the DescribeConversionTasks operation.
public BeginDescribeConversionTasks ( DescribeConversionTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeConversionTasksRequest Container for the necessary parameters to execute the DescribeConversionTasks operation on AmazonEC2Client.
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

BeginDescribeCustomerGateways() public méthode

Initiates the asynchronous execution of the DescribeCustomerGateways operation.
public BeginDescribeCustomerGateways ( DescribeCustomerGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeCustomerGatewaysRequest Container for the necessary parameters to execute the DescribeCustomerGateways operation on AmazonEC2Client.
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

BeginDescribeDhcpOptions() public méthode

Initiates the asynchronous execution of the DescribeDhcpOptions operation.
public BeginDescribeDhcpOptions ( DescribeDhcpOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeDhcpOptionsRequest Container for the necessary parameters to execute the DescribeDhcpOptions operation on AmazonEC2Client.
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

BeginDescribeEgressOnlyInternetGateways() public méthode

Initiates the asynchronous execution of the DescribeEgressOnlyInternetGateways operation.
public BeginDescribeEgressOnlyInternetGateways ( DescribeEgressOnlyInternetGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeEgressOnlyInternetGatewaysRequest Container for the necessary parameters to execute the DescribeEgressOnlyInternetGateways operation on AmazonEC2Client.
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

BeginDescribeExportTasks() public méthode

Initiates the asynchronous execution of the DescribeExportTasks operation.
public BeginDescribeExportTasks ( DescribeExportTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeExportTasksRequest Container for the necessary parameters to execute the DescribeExportTasks operation on AmazonEC2Client.
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

BeginDescribeFlowLogs() public méthode

Initiates the asynchronous execution of the DescribeFlowLogs operation.
public BeginDescribeFlowLogs ( DescribeFlowLogsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeFlowLogsRequest Container for the necessary parameters to execute the DescribeFlowLogs operation on AmazonEC2Client.
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

BeginDescribeHostReservationOfferings() public méthode

Initiates the asynchronous execution of the DescribeHostReservationOfferings operation.
public BeginDescribeHostReservationOfferings ( DescribeHostReservationOfferingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeHostReservationOfferingsRequest Container for the necessary parameters to execute the DescribeHostReservationOfferings operation on AmazonEC2Client.
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

BeginDescribeHostReservations() public méthode

Initiates the asynchronous execution of the DescribeHostReservations operation.
public BeginDescribeHostReservations ( DescribeHostReservationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeHostReservationsRequest Container for the necessary parameters to execute the DescribeHostReservations operation on AmazonEC2Client.
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

BeginDescribeHosts() public méthode

Initiates the asynchronous execution of the DescribeHosts operation.
public BeginDescribeHosts ( DescribeHostsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeHostsRequest Container for the necessary parameters to execute the DescribeHosts operation on AmazonEC2Client.
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

BeginDescribeIdFormat() public méthode

Initiates the asynchronous execution of the DescribeIdFormat operation.
public BeginDescribeIdFormat ( DescribeIdFormatRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeIdFormatRequest Container for the necessary parameters to execute the DescribeIdFormat operation on AmazonEC2Client.
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

BeginDescribeIdentityIdFormat() public méthode

Initiates the asynchronous execution of the DescribeIdentityIdFormat operation.
public BeginDescribeIdentityIdFormat ( DescribeIdentityIdFormatRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeIdentityIdFormatRequest Container for the necessary parameters to execute the DescribeIdentityIdFormat operation on AmazonEC2Client.
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

BeginDescribeImageAttribute() public méthode

Initiates the asynchronous execution of the DescribeImageAttribute operation.
public BeginDescribeImageAttribute ( DescribeImageAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeImageAttributeRequest Container for the necessary parameters to execute the DescribeImageAttribute operation on AmazonEC2Client.
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.EC2.Model.DescribeImagesRequest Container for the necessary parameters to execute the DescribeImages operation on AmazonEC2Client.
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

BeginDescribeImportImageTasks() public méthode

Initiates the asynchronous execution of the DescribeImportImageTasks operation.
public BeginDescribeImportImageTasks ( DescribeImportImageTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeImportImageTasksRequest Container for the necessary parameters to execute the DescribeImportImageTasks operation on AmazonEC2Client.
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

BeginDescribeImportSnapshotTasks() public méthode

Initiates the asynchronous execution of the DescribeImportSnapshotTasks operation.
public BeginDescribeImportSnapshotTasks ( DescribeImportSnapshotTasksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeImportSnapshotTasksRequest Container for the necessary parameters to execute the DescribeImportSnapshotTasks operation on AmazonEC2Client.
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

BeginDescribeInstanceAttribute() public méthode

Initiates the asynchronous execution of the DescribeInstanceAttribute operation.
public BeginDescribeInstanceAttribute ( DescribeInstanceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeInstanceAttributeRequest Container for the necessary parameters to execute the DescribeInstanceAttribute operation on AmazonEC2Client.
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

BeginDescribeInstanceStatus() public méthode

Initiates the asynchronous execution of the DescribeInstanceStatus operation.
public BeginDescribeInstanceStatus ( DescribeInstanceStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeInstanceStatusRequest Container for the necessary parameters to execute the DescribeInstanceStatus operation on AmazonEC2Client.
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

BeginDescribeInstances() public méthode

Initiates the asynchronous execution of the DescribeInstances operation.
public BeginDescribeInstances ( DescribeInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeInstancesRequest Container for the necessary parameters to execute the DescribeInstances operation on AmazonEC2Client.
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

BeginDescribeInternetGateways() public méthode

Initiates the asynchronous execution of the DescribeInternetGateways operation.
public BeginDescribeInternetGateways ( DescribeInternetGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeInternetGatewaysRequest Container for the necessary parameters to execute the DescribeInternetGateways operation on AmazonEC2Client.
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

BeginDescribeKeyPairs() public méthode

Initiates the asynchronous execution of the DescribeKeyPairs operation.
public BeginDescribeKeyPairs ( DescribeKeyPairsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeKeyPairsRequest Container for the necessary parameters to execute the DescribeKeyPairs operation on AmazonEC2Client.
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

BeginDescribeMovingAddresses() public méthode

Initiates the asynchronous execution of the DescribeMovingAddresses operation.
public BeginDescribeMovingAddresses ( Amazon.EC2.Model.DescribeMovingAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeMovingAddressesRequest Container for the necessary parameters to execute the DescribeMovingAddresses operation on AmazonEC2Client.
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

BeginDescribeNatGateways() public méthode

Initiates the asynchronous execution of the DescribeNatGateways operation.
public BeginDescribeNatGateways ( DescribeNatGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeNatGatewaysRequest Container for the necessary parameters to execute the DescribeNatGateways operation on AmazonEC2Client.
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

BeginDescribeNetworkAcls() public méthode

Initiates the asynchronous execution of the DescribeNetworkAcls operation.
public BeginDescribeNetworkAcls ( DescribeNetworkAclsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeNetworkAclsRequest Container for the necessary parameters to execute the DescribeNetworkAcls operation on AmazonEC2Client.
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

BeginDescribeNetworkInterfaceAttribute() public méthode

Initiates the asynchronous execution of the DescribeNetworkInterfaceAttribute operation.
public BeginDescribeNetworkInterfaceAttribute ( DescribeNetworkInterfaceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeNetworkInterfaceAttributeRequest Container for the necessary parameters to execute the DescribeNetworkInterfaceAttribute operation on AmazonEC2Client.
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

BeginDescribeNetworkInterfaces() public méthode

Initiates the asynchronous execution of the DescribeNetworkInterfaces operation.
public BeginDescribeNetworkInterfaces ( DescribeNetworkInterfacesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeNetworkInterfacesRequest Container for the necessary parameters to execute the DescribeNetworkInterfaces operation on AmazonEC2Client.
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

BeginDescribePlacementGroups() public méthode

Initiates the asynchronous execution of the DescribePlacementGroups operation.
public BeginDescribePlacementGroups ( DescribePlacementGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribePlacementGroupsRequest Container for the necessary parameters to execute the DescribePlacementGroups operation on AmazonEC2Client.
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

BeginDescribePrefixLists() public méthode

Initiates the asynchronous execution of the DescribePrefixLists operation.
public BeginDescribePrefixLists ( DescribePrefixListsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribePrefixListsRequest Container for the necessary parameters to execute the DescribePrefixLists operation on AmazonEC2Client.
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

BeginDescribeRegions() public méthode

Initiates the asynchronous execution of the DescribeRegions operation.
public BeginDescribeRegions ( DescribeRegionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeRegionsRequest Container for the necessary parameters to execute the DescribeRegions operation on AmazonEC2Client.
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

BeginDescribeReservedInstances() public méthode

Initiates the asynchronous execution of the DescribeReservedInstances operation.
public BeginDescribeReservedInstances ( DescribeReservedInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeReservedInstancesRequest Container for the necessary parameters to execute the DescribeReservedInstances operation on AmazonEC2Client.
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

BeginDescribeReservedInstancesListings() public méthode

Initiates the asynchronous execution of the DescribeReservedInstancesListings operation.
public BeginDescribeReservedInstancesListings ( DescribeReservedInstancesListingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeReservedInstancesListingsRequest Container for the necessary parameters to execute the DescribeReservedInstancesListings operation on AmazonEC2Client.
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

BeginDescribeReservedInstancesModifications() public méthode

Initiates the asynchronous execution of the DescribeReservedInstancesModifications operation.
public BeginDescribeReservedInstancesModifications ( DescribeReservedInstancesModificationsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeReservedInstancesModificationsRequest Container for the necessary parameters to execute the DescribeReservedInstancesModifications operation on AmazonEC2Client.
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

BeginDescribeReservedInstancesOfferings() public méthode

Initiates the asynchronous execution of the DescribeReservedInstancesOfferings operation.
public BeginDescribeReservedInstancesOfferings ( DescribeReservedInstancesOfferingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeReservedInstancesOfferingsRequest Container for the necessary parameters to execute the DescribeReservedInstancesOfferings operation on AmazonEC2Client.
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

BeginDescribeRouteTables() public méthode

Initiates the asynchronous execution of the DescribeRouteTables operation.
public BeginDescribeRouteTables ( DescribeRouteTablesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeRouteTablesRequest Container for the necessary parameters to execute the DescribeRouteTables operation on AmazonEC2Client.
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

BeginDescribeScheduledInstanceAvailability() public méthode

Initiates the asynchronous execution of the DescribeScheduledInstanceAvailability operation.
public BeginDescribeScheduledInstanceAvailability ( DescribeScheduledInstanceAvailabilityRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeScheduledInstanceAvailabilityRequest Container for the necessary parameters to execute the DescribeScheduledInstanceAvailability operation on AmazonEC2Client.
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

BeginDescribeScheduledInstances() public méthode

Initiates the asynchronous execution of the DescribeScheduledInstances operation.
public BeginDescribeScheduledInstances ( DescribeScheduledInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeScheduledInstancesRequest Container for the necessary parameters to execute the DescribeScheduledInstances operation on AmazonEC2Client.
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

BeginDescribeSecurityGroupReferences() public méthode

Initiates the asynchronous execution of the DescribeSecurityGroupReferences operation.
public BeginDescribeSecurityGroupReferences ( DescribeSecurityGroupReferencesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSecurityGroupReferencesRequest Container for the necessary parameters to execute the DescribeSecurityGroupReferences operation on AmazonEC2Client.
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

BeginDescribeSecurityGroups() public méthode

Initiates the asynchronous execution of the DescribeSecurityGroups operation.
public BeginDescribeSecurityGroups ( DescribeSecurityGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSecurityGroupsRequest Container for the necessary parameters to execute the DescribeSecurityGroups operation on AmazonEC2Client.
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

BeginDescribeSnapshotAttribute() public méthode

Initiates the asynchronous execution of the DescribeSnapshotAttribute operation.
public BeginDescribeSnapshotAttribute ( DescribeSnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSnapshotAttributeRequest Container for the necessary parameters to execute the DescribeSnapshotAttribute operation on AmazonEC2Client.
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

BeginDescribeSnapshots() public méthode

Initiates the asynchronous execution of the DescribeSnapshots operation.
public BeginDescribeSnapshots ( DescribeSnapshotsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSnapshotsRequest Container for the necessary parameters to execute the DescribeSnapshots operation on AmazonEC2Client.
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

BeginDescribeSpotDatafeedSubscription() public méthode

Initiates the asynchronous execution of the DescribeSpotDatafeedSubscription operation.
public BeginDescribeSpotDatafeedSubscription ( DescribeSpotDatafeedSubscriptionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeSpotDatafeedSubscriptionRequest Container for the necessary parameters to execute the DescribeSpotDatafeedSubscription operation on AmazonEC2Client.
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

BeginDescribeSpotFleetInstances() public méthode

Initiates the asynchronous execution of the DescribeSpotFleetInstances operation.
public BeginDescribeSpotFleetInstances ( DescribeSpotFleetInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSpotFleetInstancesRequest Container for the necessary parameters to execute the DescribeSpotFleetInstances operation on AmazonEC2Client.
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

BeginDescribeSpotFleetRequestHistory() public méthode

Initiates the asynchronous execution of the DescribeSpotFleetRequestHistory operation.
public BeginDescribeSpotFleetRequestHistory ( DescribeSpotFleetRequestHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSpotFleetRequestHistoryRequest Container for the necessary parameters to execute the DescribeSpotFleetRequestHistory operation on AmazonEC2Client.
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

BeginDescribeSpotFleetRequests() public méthode

Initiates the asynchronous execution of the DescribeSpotFleetRequests operation.
public BeginDescribeSpotFleetRequests ( DescribeSpotFleetRequestsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSpotFleetRequestsRequest Container for the necessary parameters to execute the DescribeSpotFleetRequests operation on AmazonEC2Client.
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

BeginDescribeSpotInstanceRequests() public méthode

Initiates the asynchronous execution of the DescribeSpotInstanceRequests operation.
public BeginDescribeSpotInstanceRequests ( DescribeSpotInstanceRequestsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSpotInstanceRequestsRequest Container for the necessary parameters to execute the DescribeSpotInstanceRequests operation on AmazonEC2Client.
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

BeginDescribeSpotPriceHistory() public méthode

Initiates the asynchronous execution of the DescribeSpotPriceHistory operation.
public BeginDescribeSpotPriceHistory ( DescribeSpotPriceHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSpotPriceHistoryRequest Container for the necessary parameters to execute the DescribeSpotPriceHistory operation on AmazonEC2Client.
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

BeginDescribeStaleSecurityGroups() public méthode

Initiates the asynchronous execution of the DescribeStaleSecurityGroups operation.
public BeginDescribeStaleSecurityGroups ( DescribeStaleSecurityGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeStaleSecurityGroupsRequest Container for the necessary parameters to execute the DescribeStaleSecurityGroups operation on AmazonEC2Client.
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

BeginDescribeSubnets() public méthode

Initiates the asynchronous execution of the DescribeSubnets operation.
public BeginDescribeSubnets ( DescribeSubnetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeSubnetsRequest Container for the necessary parameters to execute the DescribeSubnets operation on AmazonEC2Client.
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

BeginDescribeTags() public méthode

Initiates the asynchronous execution of the DescribeTags operation.
public BeginDescribeTags ( DescribeTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeTagsRequest Container for the necessary parameters to execute the DescribeTags operation on AmazonEC2Client.
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

BeginDescribeVolumeAttribute() public méthode

Initiates the asynchronous execution of the DescribeVolumeAttribute operation.
public BeginDescribeVolumeAttribute ( DescribeVolumeAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVolumeAttributeRequest Container for the necessary parameters to execute the DescribeVolumeAttribute operation on AmazonEC2Client.
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

BeginDescribeVolumeStatus() public méthode

Initiates the asynchronous execution of the DescribeVolumeStatus operation.
public BeginDescribeVolumeStatus ( DescribeVolumeStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVolumeStatusRequest Container for the necessary parameters to execute the DescribeVolumeStatus operation on AmazonEC2Client.
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

BeginDescribeVolumes() public méthode

Initiates the asynchronous execution of the DescribeVolumes operation.
public BeginDescribeVolumes ( DescribeVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVolumesRequest Container for the necessary parameters to execute the DescribeVolumes operation on AmazonEC2Client.
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

BeginDescribeVpcAttribute() public méthode

Initiates the asynchronous execution of the DescribeVpcAttribute operation.
public BeginDescribeVpcAttribute ( DescribeVpcAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVpcAttributeRequest Container for the necessary parameters to execute the DescribeVpcAttribute operation on AmazonEC2Client.
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

BeginDescribeVpcClassicLink() public méthode

Initiates the asynchronous execution of the DescribeVpcClassicLink operation.
public BeginDescribeVpcClassicLink ( DescribeVpcClassicLinkRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVpcClassicLinkRequest Container for the necessary parameters to execute the DescribeVpcClassicLink operation on AmazonEC2Client.
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

BeginDescribeVpcClassicLinkDnsSupport() public méthode

Initiates the asynchronous execution of the DescribeVpcClassicLinkDnsSupport operation.
public BeginDescribeVpcClassicLinkDnsSupport ( DescribeVpcClassicLinkDnsSupportRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVpcClassicLinkDnsSupportRequest Container for the necessary parameters to execute the DescribeVpcClassicLinkDnsSupport operation on AmazonEC2Client.
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

BeginDescribeVpcEndpointServices() public méthode

Initiates the asynchronous execution of the DescribeVpcEndpointServices operation.
public BeginDescribeVpcEndpointServices ( DescribeVpcEndpointServicesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVpcEndpointServicesRequest Container for the necessary parameters to execute the DescribeVpcEndpointServices operation on AmazonEC2Client.
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

BeginDescribeVpcEndpoints() public méthode

Initiates the asynchronous execution of the DescribeVpcEndpoints operation.
public BeginDescribeVpcEndpoints ( DescribeVpcEndpointsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVpcEndpointsRequest Container for the necessary parameters to execute the DescribeVpcEndpoints operation on AmazonEC2Client.
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

BeginDescribeVpcPeeringConnections() public méthode

Initiates the asynchronous execution of the DescribeVpcPeeringConnections operation.
public BeginDescribeVpcPeeringConnections ( DescribeVpcPeeringConnectionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVpcPeeringConnectionsRequest Container for the necessary parameters to execute the DescribeVpcPeeringConnections operation on AmazonEC2Client.
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

BeginDescribeVpcs() public méthode

Initiates the asynchronous execution of the DescribeVpcs operation.
public BeginDescribeVpcs ( DescribeVpcsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVpcsRequest Container for the necessary parameters to execute the DescribeVpcs operation on AmazonEC2Client.
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

BeginDescribeVpnConnections() public méthode

Initiates the asynchronous execution of the DescribeVpnConnections operation.
public BeginDescribeVpnConnections ( DescribeVpnConnectionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVpnConnectionsRequest Container for the necessary parameters to execute the DescribeVpnConnections operation on AmazonEC2Client.
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

BeginDescribeVpnGateways() public méthode

Initiates the asynchronous execution of the DescribeVpnGateways operation.
public BeginDescribeVpnGateways ( DescribeVpnGatewaysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DescribeVpnGatewaysRequest Container for the necessary parameters to execute the DescribeVpnGateways operation on AmazonEC2Client.
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

BeginDetachClassicLinkVpc() public méthode

Initiates the asynchronous execution of the DetachClassicLinkVpc operation.
public BeginDetachClassicLinkVpc ( DetachClassicLinkVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DetachClassicLinkVpcRequest Container for the necessary parameters to execute the DetachClassicLinkVpc operation on AmazonEC2Client.
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

BeginDetachInternetGateway() public méthode

Initiates the asynchronous execution of the DetachInternetGateway operation.
public BeginDetachInternetGateway ( DetachInternetGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DetachInternetGatewayRequest Container for the necessary parameters to execute the DetachInternetGateway operation on AmazonEC2Client.
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

BeginDetachNetworkInterface() public méthode

Initiates the asynchronous execution of the DetachNetworkInterface operation.
public BeginDetachNetworkInterface ( DetachNetworkInterfaceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DetachNetworkInterfaceRequest Container for the necessary parameters to execute the DetachNetworkInterface operation on AmazonEC2Client.
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

BeginDetachVolume() public méthode

Initiates the asynchronous execution of the DetachVolume operation.
public BeginDetachVolume ( DetachVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DetachVolumeRequest Container for the necessary parameters to execute the DetachVolume operation on AmazonEC2Client.
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

BeginDetachVpnGateway() public méthode

Initiates the asynchronous execution of the DetachVpnGateway operation.
public BeginDetachVpnGateway ( DetachVpnGatewayRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DetachVpnGatewayRequest Container for the necessary parameters to execute the DetachVpnGateway operation on AmazonEC2Client.
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

BeginDisableVgwRoutePropagation() public méthode

Initiates the asynchronous execution of the DisableVgwRoutePropagation operation.
public BeginDisableVgwRoutePropagation ( DisableVgwRoutePropagationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DisableVgwRoutePropagationRequest Container for the necessary parameters to execute the DisableVgwRoutePropagation operation on AmazonEC2Client.
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

BeginDisableVpcClassicLink() public méthode

Initiates the asynchronous execution of the DisableVpcClassicLink operation.
public BeginDisableVpcClassicLink ( DisableVpcClassicLinkRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DisableVpcClassicLinkRequest Container for the necessary parameters to execute the DisableVpcClassicLink operation on AmazonEC2Client.
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

BeginDisableVpcClassicLinkDnsSupport() public méthode

Initiates the asynchronous execution of the DisableVpcClassicLinkDnsSupport operation.
public BeginDisableVpcClassicLinkDnsSupport ( DisableVpcClassicLinkDnsSupportRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DisableVpcClassicLinkDnsSupportRequest Container for the necessary parameters to execute the DisableVpcClassicLinkDnsSupport operation on AmazonEC2Client.
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

BeginDisassociateAddress() public méthode

Initiates the asynchronous execution of the DisassociateAddress operation.
public BeginDisassociateAddress ( DisassociateAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.EC2.Model.DisassociateAddressRequest Container for the necessary parameters to execute the DisassociateAddress operation on AmazonEC2Client.
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

BeginDisassociateRouteTable() public méthode

Initiates the asynchronous execution of the DisassociateRouteTable operation.
public BeginDisassociateRouteTable ( DisassociateRouteTableRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DisassociateRouteTableRequest Container for the necessary parameters to execute the DisassociateRouteTable operation on AmazonEC2Client.
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

BeginDisassociateSubnetCidrBlock() public méthode

Initiates the asynchronous execution of the DisassociateSubnetCidrBlock operation.
public BeginDisassociateSubnetCidrBlock ( DisassociateSubnetCidrBlockRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DisassociateSubnetCidrBlockRequest Container for the necessary parameters to execute the DisassociateSubnetCidrBlock operation on AmazonEC2Client.
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

BeginDisassociateVpcCidrBlock() public méthode

Initiates the asynchronous execution of the DisassociateVpcCidrBlock operation.
public BeginDisassociateVpcCidrBlock ( DisassociateVpcCidrBlockRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DisassociateVpcCidrBlockRequest Container for the necessary parameters to execute the DisassociateVpcCidrBlock operation on AmazonEC2Client.
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

BeginEnableVgwRoutePropagation() public méthode

Initiates the asynchronous execution of the EnableVgwRoutePropagation operation.
public BeginEnableVgwRoutePropagation ( EnableVgwRoutePropagationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request EnableVgwRoutePropagationRequest Container for the necessary parameters to execute the EnableVgwRoutePropagation operation on AmazonEC2Client.
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

BeginEnableVolumeIO() public méthode

Initiates the asynchronous execution of the EnableVolumeIO operation.
public BeginEnableVolumeIO ( EnableVolumeIORequest request, AsyncCallback callback, object state ) : IAsyncResult
request EnableVolumeIORequest Container for the necessary parameters to execute the EnableVolumeIO operation on AmazonEC2Client.
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

BeginEnableVpcClassicLink() public méthode

Initiates the asynchronous execution of the EnableVpcClassicLink operation.
public BeginEnableVpcClassicLink ( EnableVpcClassicLinkRequest request, AsyncCallback callback, object state ) : IAsyncResult
request EnableVpcClassicLinkRequest Container for the necessary parameters to execute the EnableVpcClassicLink operation on AmazonEC2Client.
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

BeginEnableVpcClassicLinkDnsSupport() public méthode

Initiates the asynchronous execution of the EnableVpcClassicLinkDnsSupport operation.
public BeginEnableVpcClassicLinkDnsSupport ( EnableVpcClassicLinkDnsSupportRequest request, AsyncCallback callback, object state ) : IAsyncResult
request EnableVpcClassicLinkDnsSupportRequest Container for the necessary parameters to execute the EnableVpcClassicLinkDnsSupport operation on AmazonEC2Client.
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

BeginGetConsoleOutput() public méthode

Initiates the asynchronous execution of the GetConsoleOutput operation.
public BeginGetConsoleOutput ( GetConsoleOutputRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetConsoleOutputRequest Container for the necessary parameters to execute the GetConsoleOutput operation on AmazonEC2Client.
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

BeginGetConsoleScreenshot() public méthode

Initiates the asynchronous execution of the GetConsoleScreenshot operation.
public BeginGetConsoleScreenshot ( GetConsoleScreenshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetConsoleScreenshotRequest Container for the necessary parameters to execute the GetConsoleScreenshot operation on AmazonEC2Client.
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

BeginGetHostReservationPurchasePreview() public méthode

Initiates the asynchronous execution of the GetHostReservationPurchasePreview operation.
public BeginGetHostReservationPurchasePreview ( GetHostReservationPurchasePreviewRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetHostReservationPurchasePreviewRequest Container for the necessary parameters to execute the GetHostReservationPurchasePreview operation on AmazonEC2Client.
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

BeginGetPasswordData() public méthode

Initiates the asynchronous execution of the GetPasswordData operation.
public BeginGetPasswordData ( GetPasswordDataRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetPasswordDataRequest Container for the necessary parameters to execute the GetPasswordData operation on AmazonEC2Client.
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

BeginGetReservedInstancesExchangeQuote() public méthode

Initiates the asynchronous execution of the GetReservedInstancesExchangeQuote operation.
public BeginGetReservedInstancesExchangeQuote ( GetReservedInstancesExchangeQuoteRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetReservedInstancesExchangeQuoteRequest Container for the necessary parameters to execute the GetReservedInstancesExchangeQuote operation on AmazonEC2Client.
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

BeginImportImage() public méthode

Initiates the asynchronous execution of the ImportImage operation.
public BeginImportImage ( ImportImageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ImportImageRequest Container for the necessary parameters to execute the ImportImage operation on AmazonEC2Client.
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

BeginImportInstance() public méthode

Initiates the asynchronous execution of the ImportInstance operation.
public BeginImportInstance ( ImportInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ImportInstanceRequest Container for the necessary parameters to execute the ImportInstance operation on AmazonEC2Client.
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

BeginImportKeyPair() public méthode

Initiates the asynchronous execution of the ImportKeyPair operation.
public BeginImportKeyPair ( ImportKeyPairRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ImportKeyPairRequest Container for the necessary parameters to execute the ImportKeyPair operation on AmazonEC2Client.
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

BeginImportSnapshot() public méthode

Initiates the asynchronous execution of the ImportSnapshot operation.
public BeginImportSnapshot ( ImportSnapshotRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ImportSnapshotRequest Container for the necessary parameters to execute the ImportSnapshot operation on AmazonEC2Client.
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

BeginImportVolume() public méthode

Initiates the asynchronous execution of the ImportVolume operation.
public BeginImportVolume ( ImportVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ImportVolumeRequest Container for the necessary parameters to execute the ImportVolume operation on AmazonEC2Client.
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

BeginModifyHosts() public méthode

Initiates the asynchronous execution of the ModifyHosts operation.
public BeginModifyHosts ( ModifyHostsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyHostsRequest Container for the necessary parameters to execute the ModifyHosts operation on AmazonEC2Client.
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

BeginModifyIdFormat() public méthode

Initiates the asynchronous execution of the ModifyIdFormat operation.
public BeginModifyIdFormat ( ModifyIdFormatRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyIdFormatRequest Container for the necessary parameters to execute the ModifyIdFormat operation on AmazonEC2Client.
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

BeginModifyIdentityIdFormat() public méthode

Initiates the asynchronous execution of the ModifyIdentityIdFormat operation.
public BeginModifyIdentityIdFormat ( ModifyIdentityIdFormatRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyIdentityIdFormatRequest Container for the necessary parameters to execute the ModifyIdentityIdFormat operation on AmazonEC2Client.
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

BeginModifyImageAttribute() public méthode

Initiates the asynchronous execution of the ModifyImageAttribute operation.
public BeginModifyImageAttribute ( ModifyImageAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyImageAttributeRequest Container for the necessary parameters to execute the ModifyImageAttribute operation on AmazonEC2Client.
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

BeginModifyInstanceAttribute() public méthode

Initiates the asynchronous execution of the ModifyInstanceAttribute operation.
public BeginModifyInstanceAttribute ( ModifyInstanceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyInstanceAttributeRequest Container for the necessary parameters to execute the ModifyInstanceAttribute operation on AmazonEC2Client.
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

BeginModifyInstancePlacement() public méthode

Initiates the asynchronous execution of the ModifyInstancePlacement operation.
public BeginModifyInstancePlacement ( ModifyInstancePlacementRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyInstancePlacementRequest Container for the necessary parameters to execute the ModifyInstancePlacement operation on AmazonEC2Client.
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

BeginModifyNetworkInterfaceAttribute() public méthode

Initiates the asynchronous execution of the ModifyNetworkInterfaceAttribute operation.
public BeginModifyNetworkInterfaceAttribute ( ModifyNetworkInterfaceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyNetworkInterfaceAttributeRequest Container for the necessary parameters to execute the ModifyNetworkInterfaceAttribute operation on AmazonEC2Client.
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

BeginModifyReservedInstances() public méthode

Initiates the asynchronous execution of the ModifyReservedInstances operation.
public BeginModifyReservedInstances ( ModifyReservedInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyReservedInstancesRequest Container for the necessary parameters to execute the ModifyReservedInstances operation on AmazonEC2Client.
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

BeginModifySnapshotAttribute() public méthode

Initiates the asynchronous execution of the ModifySnapshotAttribute operation.
public BeginModifySnapshotAttribute ( ModifySnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifySnapshotAttributeRequest Container for the necessary parameters to execute the ModifySnapshotAttribute operation on AmazonEC2Client.
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

BeginModifySpotFleetRequest() public méthode

Initiates the asynchronous execution of the ModifySpotFleetRequest operation.
public BeginModifySpotFleetRequest ( ModifySpotFleetRequestRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifySpotFleetRequestRequest Container for the necessary parameters to execute the ModifySpotFleetRequest operation on AmazonEC2Client.
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

BeginModifySubnetAttribute() public méthode

Initiates the asynchronous execution of the ModifySubnetAttribute operation.
public BeginModifySubnetAttribute ( ModifySubnetAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifySubnetAttributeRequest Container for the necessary parameters to execute the ModifySubnetAttribute operation on AmazonEC2Client.
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

BeginModifyVolumeAttribute() public méthode

Initiates the asynchronous execution of the ModifyVolumeAttribute operation.
public BeginModifyVolumeAttribute ( ModifyVolumeAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyVolumeAttributeRequest Container for the necessary parameters to execute the ModifyVolumeAttribute operation on AmazonEC2Client.
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

BeginModifyVpcAttribute() public méthode

Initiates the asynchronous execution of the ModifyVpcAttribute operation.
public BeginModifyVpcAttribute ( ModifyVpcAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyVpcAttributeRequest Container for the necessary parameters to execute the ModifyVpcAttribute operation on AmazonEC2Client.
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

BeginModifyVpcEndpoint() public méthode

Initiates the asynchronous execution of the ModifyVpcEndpoint operation.
public BeginModifyVpcEndpoint ( ModifyVpcEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyVpcEndpointRequest Container for the necessary parameters to execute the ModifyVpcEndpoint operation on AmazonEC2Client.
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

BeginModifyVpcPeeringConnectionOptions() public méthode

Initiates the asynchronous execution of the ModifyVpcPeeringConnectionOptions operation.
public BeginModifyVpcPeeringConnectionOptions ( ModifyVpcPeeringConnectionOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ModifyVpcPeeringConnectionOptionsRequest Container for the necessary parameters to execute the ModifyVpcPeeringConnectionOptions operation on AmazonEC2Client.
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

BeginMonitorInstances() public méthode

Initiates the asynchronous execution of the MonitorInstances operation.
public BeginMonitorInstances ( MonitorInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request MonitorInstancesRequest Container for the necessary parameters to execute the MonitorInstances operation on AmazonEC2Client.
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

BeginMoveAddressToVpc() public méthode

Initiates the asynchronous execution of the MoveAddressToVpc operation.
public BeginMoveAddressToVpc ( MoveAddressToVpcRequest request, AsyncCallback callback, object state ) : IAsyncResult
request MoveAddressToVpcRequest Container for the necessary parameters to execute the MoveAddressToVpc operation on AmazonEC2Client.
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

BeginPurchaseHostReservation() public méthode

Initiates the asynchronous execution of the PurchaseHostReservation operation.
public BeginPurchaseHostReservation ( PurchaseHostReservationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request PurchaseHostReservationRequest Container for the necessary parameters to execute the PurchaseHostReservation operation on AmazonEC2Client.
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

BeginPurchaseReservedInstancesOffering() public méthode

Initiates the asynchronous execution of the PurchaseReservedInstancesOffering operation.
public BeginPurchaseReservedInstancesOffering ( PurchaseReservedInstancesOfferingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request PurchaseReservedInstancesOfferingRequest Container for the necessary parameters to execute the PurchaseReservedInstancesOffering operation on AmazonEC2Client.
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

BeginPurchaseScheduledInstances() public méthode

Initiates the asynchronous execution of the PurchaseScheduledInstances operation.
public BeginPurchaseScheduledInstances ( PurchaseScheduledInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request PurchaseScheduledInstancesRequest Container for the necessary parameters to execute the PurchaseScheduledInstances operation on AmazonEC2Client.
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

BeginRebootInstances() public méthode

Initiates the asynchronous execution of the RebootInstances operation.
public BeginRebootInstances ( RebootInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RebootInstancesRequest Container for the necessary parameters to execute the RebootInstances operation on AmazonEC2Client.
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

BeginRegisterImage() public méthode

Initiates the asynchronous execution of the RegisterImage operation.
public BeginRegisterImage ( RegisterImageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RegisterImageRequest Container for the necessary parameters to execute the RegisterImage operation on AmazonEC2Client.
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

BeginRejectVpcPeeringConnection() public méthode

Initiates the asynchronous execution of the RejectVpcPeeringConnection operation.
public BeginRejectVpcPeeringConnection ( RejectVpcPeeringConnectionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RejectVpcPeeringConnectionRequest Container for the necessary parameters to execute the RejectVpcPeeringConnection operation on AmazonEC2Client.
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

BeginReleaseAddress() public méthode

Initiates the asynchronous execution of the ReleaseAddress operation.
public BeginReleaseAddress ( ReleaseAddressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ReleaseAddressRequest Container for the necessary parameters to execute the ReleaseAddress operation on AmazonEC2Client.
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

BeginReleaseHosts() public méthode

Initiates the asynchronous execution of the ReleaseHosts operation.
public BeginReleaseHosts ( ReleaseHostsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ReleaseHostsRequest Container for the necessary parameters to execute the ReleaseHosts operation on AmazonEC2Client.
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

BeginReplaceNetworkAclAssociation() public méthode

Initiates the asynchronous execution of the ReplaceNetworkAclAssociation operation.
public BeginReplaceNetworkAclAssociation ( ReplaceNetworkAclAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ReplaceNetworkAclAssociationRequest Container for the necessary parameters to execute the ReplaceNetworkAclAssociation operation on AmazonEC2Client.
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

BeginReplaceNetworkAclEntry() public méthode

Initiates the asynchronous execution of the ReplaceNetworkAclEntry operation.
public BeginReplaceNetworkAclEntry ( ReplaceNetworkAclEntryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ReplaceNetworkAclEntryRequest Container for the necessary parameters to execute the ReplaceNetworkAclEntry operation on AmazonEC2Client.
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

BeginReplaceRoute() public méthode

Initiates the asynchronous execution of the ReplaceRoute operation.
public BeginReplaceRoute ( ReplaceRouteRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ReplaceRouteRequest Container for the necessary parameters to execute the ReplaceRoute operation on AmazonEC2Client.
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

BeginReplaceRouteTableAssociation() public méthode

Initiates the asynchronous execution of the ReplaceRouteTableAssociation operation.
public BeginReplaceRouteTableAssociation ( ReplaceRouteTableAssociationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ReplaceRouteTableAssociationRequest Container for the necessary parameters to execute the ReplaceRouteTableAssociation operation on AmazonEC2Client.
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

BeginReportInstanceStatus() public méthode

Initiates the asynchronous execution of the ReportInstanceStatus operation.
public BeginReportInstanceStatus ( ReportInstanceStatusRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ReportInstanceStatusRequest Container for the necessary parameters to execute the ReportInstanceStatus operation on AmazonEC2Client.
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

BeginRequestSpotFleet() public méthode

Initiates the asynchronous execution of the RequestSpotFleet operation.
public BeginRequestSpotFleet ( RequestSpotFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RequestSpotFleetRequest Container for the necessary parameters to execute the RequestSpotFleet operation on AmazonEC2Client.
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

BeginRequestSpotInstances() public méthode

Initiates the asynchronous execution of the RequestSpotInstances operation.
public BeginRequestSpotInstances ( RequestSpotInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RequestSpotInstancesRequest Container for the necessary parameters to execute the RequestSpotInstances operation on AmazonEC2Client.
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

BeginResetImageAttribute() public méthode

Initiates the asynchronous execution of the ResetImageAttribute operation.
public BeginResetImageAttribute ( ResetImageAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ResetImageAttributeRequest Container for the necessary parameters to execute the ResetImageAttribute operation on AmazonEC2Client.
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

BeginResetInstanceAttribute() public méthode

Initiates the asynchronous execution of the ResetInstanceAttribute operation.
public BeginResetInstanceAttribute ( ResetInstanceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ResetInstanceAttributeRequest Container for the necessary parameters to execute the ResetInstanceAttribute operation on AmazonEC2Client.
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

BeginResetNetworkInterfaceAttribute() public méthode

Initiates the asynchronous execution of the ResetNetworkInterfaceAttribute operation.
public BeginResetNetworkInterfaceAttribute ( ResetNetworkInterfaceAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ResetNetworkInterfaceAttributeRequest Container for the necessary parameters to execute the ResetNetworkInterfaceAttribute operation on AmazonEC2Client.
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

BeginResetSnapshotAttribute() public méthode

Initiates the asynchronous execution of the ResetSnapshotAttribute operation.
public BeginResetSnapshotAttribute ( ResetSnapshotAttributeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ResetSnapshotAttributeRequest Container for the necessary parameters to execute the ResetSnapshotAttribute operation on AmazonEC2Client.
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

BeginRestoreAddressToClassic() public méthode

Initiates the asynchronous execution of the RestoreAddressToClassic operation.
public BeginRestoreAddressToClassic ( RestoreAddressToClassicRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RestoreAddressToClassicRequest Container for the necessary parameters to execute the RestoreAddressToClassic operation on AmazonEC2Client.
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

BeginRevokeSecurityGroupEgress() public méthode

Initiates the asynchronous execution of the RevokeSecurityGroupEgress operation.
public BeginRevokeSecurityGroupEgress ( RevokeSecurityGroupEgressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RevokeSecurityGroupEgressRequest Container for the necessary parameters to execute the RevokeSecurityGroupEgress operation on AmazonEC2Client.
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

BeginRevokeSecurityGroupIngress() public méthode

Initiates the asynchronous execution of the RevokeSecurityGroupIngress operation.
public BeginRevokeSecurityGroupIngress ( RevokeSecurityGroupIngressRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RevokeSecurityGroupIngressRequest Container for the necessary parameters to execute the RevokeSecurityGroupIngress operation on AmazonEC2Client.
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

BeginRunInstances() public méthode

Initiates the asynchronous execution of the RunInstances operation.
public BeginRunInstances ( RunInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RunInstancesRequest Container for the necessary parameters to execute the RunInstances operation on AmazonEC2Client.
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

BeginRunScheduledInstances() public méthode

Initiates the asynchronous execution of the RunScheduledInstances operation.
public BeginRunScheduledInstances ( RunScheduledInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request RunScheduledInstancesRequest Container for the necessary parameters to execute the RunScheduledInstances operation on AmazonEC2Client.
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

BeginStartInstances() public méthode

Initiates the asynchronous execution of the StartInstances operation.
public BeginStartInstances ( StartInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request StartInstancesRequest Container for the necessary parameters to execute the StartInstances operation on AmazonEC2Client.
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

BeginStopInstances() public méthode

Initiates the asynchronous execution of the StopInstances operation.
public BeginStopInstances ( StopInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request StopInstancesRequest Container for the necessary parameters to execute the StopInstances operation on AmazonEC2Client.
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

BeginTerminateInstances() public méthode

Initiates the asynchronous execution of the TerminateInstances operation.
public BeginTerminateInstances ( TerminateInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request TerminateInstancesRequest Container for the necessary parameters to execute the TerminateInstances operation on AmazonEC2Client.
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

BeginUnassignIpv6Addresses() public méthode

Initiates the asynchronous execution of the UnassignIpv6Addresses operation.
public BeginUnassignIpv6Addresses ( UnassignIpv6AddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UnassignIpv6AddressesRequest Container for the necessary parameters to execute the UnassignIpv6Addresses operation on AmazonEC2Client.
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

BeginUnassignPrivateIpAddresses() public méthode

Initiates the asynchronous execution of the UnassignPrivateIpAddresses operation.
public BeginUnassignPrivateIpAddresses ( UnassignPrivateIpAddressesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UnassignPrivateIpAddressesRequest Container for the necessary parameters to execute the UnassignPrivateIpAddresses operation on AmazonEC2Client.
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

BeginUnmonitorInstances() public méthode

Initiates the asynchronous execution of the UnmonitorInstances operation.
public BeginUnmonitorInstances ( UnmonitorInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request UnmonitorInstancesRequest Container for the necessary parameters to execute the UnmonitorInstances operation on AmazonEC2Client.
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

BundleInstanceAsync() public méthode

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

CancelBundleTaskAsync() public méthode

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

CancelConversionTaskAsync() public méthode

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

CancelExportTaskAsync() public méthode

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

CancelImportTaskAsync() public méthode

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

CancelReservedInstancesListingAsync() public méthode

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

CancelSpotFleetRequestsAsync() public méthode

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

CancelSpotInstanceRequestsAsync() public méthode

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

ConfirmProductInstanceAsync() public méthode

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

CopyImageAsync() public méthode

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

CopySnapshotAsync() public méthode

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

CreateCustomerGatewayAsync() public méthode

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

CreateDhcpOptionsAsync() public méthode

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

CreateEgressOnlyInternetGatewayAsync() public méthode

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

CreateFlowLogsAsync() public méthode

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

CreateImageAsync() public méthode

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

CreateInstanceExportTaskAsync() public méthode

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

CreateInternetGatewayAsync() public méthode

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

CreateInternetGatewayAsync() public méthode

Creates an Internet gateway for use with a VPC. After creating the Internet gateway, you attach it to a VPC using AttachInternetGateway.

For more information about your VPC and Internet gateway, see the Amazon Virtual Private Cloud User Guide.

public CreateInternetGatewayAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

CreateKeyPairAsync() public méthode

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

CreateNatGatewayAsync() public méthode

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

CreateNetworkAclAsync() public méthode

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

CreateNetworkAclEntryAsync() public méthode

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

CreateNetworkInterfaceAsync() public méthode

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

CreatePlacementGroupAsync() public méthode

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

CreateReservedInstancesListingAsync() public méthode

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

CreateRouteAsync() public méthode

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

CreateRouteTableAsync() public méthode

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

CreateSecurityGroupAsync() public méthode

Initiates the asynchronous execution of the CreateSecurityGroup operation.
public CreateSecurityGroupAsync ( CreateSecurityGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateSecurityGroupRequest Container for the necessary parameters to execute the CreateSecurityGroup 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 AbstractAWSSigner

CreateSnapshotAsync() public méthode

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

CreateSpotDatafeedSubscriptionAsync() public méthode

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

CreateSubnetAsync() public méthode

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

CreateTagsAsync() public méthode

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

CreateVolumeAsync() public méthode

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

CreateVpcAsync() public méthode

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

CreateVpcEndpointAsync() public méthode

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

CreateVpcPeeringConnectionAsync() public méthode

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

CreateVpnConnectionAsync() public méthode

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

CreateVpnConnectionRouteAsync() public méthode

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

CreateVpnGatewayAsync() public méthode

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

CustomizeRuntimePipeline() protected méthode

Customizes the runtime pipeline.
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void
pipeline RuntimePipeline Runtime pipeline for the current client.
Résultat void

DeleteCustomerGatewayAsync() public méthode

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

DeleteDhcpOptionsAsync() public méthode

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

DeleteEgressOnlyInternetGatewayAsync() public méthode

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

DeleteFlowLogsAsync() public méthode

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

DeleteInternetGatewayAsync() public méthode

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

DeleteKeyPairAsync() public méthode

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

DeleteNatGatewayAsync() public méthode

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

DeleteNetworkAclAsync() public méthode

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

DeleteNetworkAclEntryAsync() public méthode

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

DeleteNetworkInterfaceAsync() public méthode

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

DeletePlacementGroupAsync() public méthode

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

DeleteRouteAsync() public méthode

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

DeleteRouteTableAsync() public méthode

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

DeleteSecurityGroupAsync() public méthode

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

DeleteSnapshotAsync() public méthode

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

DeleteSpotDatafeedSubscriptionAsync() public méthode

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

DeleteSpotDatafeedSubscriptionAsync() public méthode

Deletes the data feed for Spot instances.
public DeleteSpotDatafeedSubscriptionAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DeleteSubnetAsync() public méthode

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

DeleteTagsAsync() public méthode

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

DeleteVolumeAsync() public méthode

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

DeleteVpcAsync() public méthode

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

DeleteVpcEndpointsAsync() public méthode

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

DeleteVpcPeeringConnectionAsync() public méthode

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

DeleteVpnConnectionAsync() public méthode

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

DeleteVpnConnectionRouteAsync() public méthode

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

DeleteVpnGatewayAsync() public méthode

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

DeregisterImageAsync() public méthode

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

DescribeAccountAttributesAsync() public méthode

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

DescribeAccountAttributesAsync() public méthode

Describes attributes of your AWS account. The following are the supported account attributes:
  • supported-platforms: Indicates whether your account can launch instances into EC2-Classic and EC2-VPC, or only into EC2-VPC.

  • default-vpc: The ID of the default VPC for your account, or none.

  • max-instances: The maximum number of On-Demand instances that you can run.

  • vpc-max-security-groups-per-interface: The maximum number of security groups that you can assign to a network interface.

  • max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate for use with EC2-Classic.

  • vpc-max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate for use with EC2-VPC.

public DescribeAccountAttributesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeAddressesAsync() public méthode

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

DescribeAddressesAsync() public méthode

Describes one or more of your Elastic IP addresses.

An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

public DescribeAddressesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeAvailabilityZonesAsync() public méthode

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

DescribeAvailabilityZonesAsync() public méthode

Describes one or more of the Availability Zones that are available to you. The results include zones only for the region you're currently using. If there is an event impacting an Availability Zone, you can use this request to view the state and any provided message for that Availability Zone.

For more information, see Regions and Availability Zones in the Amazon Elastic Compute Cloud User Guide.

public DescribeAvailabilityZonesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeBundleTasksAsync() public méthode

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

DescribeBundleTasksAsync() public méthode

Describes one or more of your bundling tasks.

Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

public DescribeBundleTasksAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeClassicLinkInstancesAsync() public méthode

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

DescribeConversionTasksAsync() public méthode

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

DescribeConversionTasksAsync() public méthode

Describes one or more of your conversion tasks. For more information, see the VM Import/Export User Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

public DescribeConversionTasksAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeCustomerGatewaysAsync() public méthode

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

DescribeCustomerGatewaysAsync() public méthode

Describes one or more of your VPN customer gateways.

For more information about VPN customer gateways, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.

public DescribeCustomerGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeDhcpOptionsAsync() public méthode

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

DescribeDhcpOptionsAsync() public méthode

Describes one or more of your DHCP options sets.

For more information about DHCP options sets, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.

public DescribeDhcpOptionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeEgressOnlyInternetGatewaysAsync() public méthode

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

DescribeExportTasksAsync() public méthode

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

DescribeExportTasksAsync() public méthode

Describes one or more of your export tasks.
public DescribeExportTasksAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeFlowLogsAsync() public méthode

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

DescribeHostReservationOfferingsAsync() public méthode

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

DescribeHostReservationsAsync() public méthode

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

DescribeHostsAsync() public méthode

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

DescribeIdFormatAsync() public méthode

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

DescribeIdentityIdFormatAsync() public méthode

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

DescribeImageAttributeAsync() public méthode

Initiates the asynchronous execution of the DescribeImageAttribute operation.
public DescribeImageAttributeAsync ( DescribeImageAttributeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeImageAttributeRequest Container for the necessary parameters to execute the DescribeImageAttribute 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 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

DescribeImagesAsync() public méthode

Describes one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions.

Deregistered images are included in the returned results for an unspecified interval after deregistration.

public DescribeImagesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeImportImageTasksAsync() public méthode

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

DescribeImportSnapshotTasksAsync() public méthode

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

DescribeInstanceAttributeAsync() public méthode

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

DescribeInstanceStatusAsync() public méthode

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

DescribeInstanceStatusAsync() public méthode

Describes the status of one or more instances. By default, only running instances are described, unless specified otherwise.

Instance status includes the following components:

  • Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status Checks for Your Instances and Troubleshooting Instances with Failed Status Checks in the Amazon Elastic Compute Cloud User Guide.

  • Scheduled events - Amazon EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see Scheduled Events for Your Instances in the Amazon Elastic Compute Cloud User Guide.

  • Instance state - You can manage your instances from the moment you launch them through their termination. For more information, see Instance Lifecycle in the Amazon Elastic Compute Cloud User Guide.

public DescribeInstanceStatusAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeInstancesAsync() public méthode

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

DescribeInstancesAsync() public méthode

Describes one or more of your instances.

If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the returned results.

Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.

public DescribeInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeInternetGatewaysAsync() public méthode

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

DescribeInternetGatewaysAsync() public méthode

Describes one or more of your Internet gateways.
public DescribeInternetGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeKeyPairsAsync() public méthode

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

DescribeKeyPairsAsync() public méthode

Describes one or more of your key pairs.

For more information about key pairs, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.

public DescribeKeyPairsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeMovingAddressesAsync() public méthode

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

DescribeNatGatewaysAsync() public méthode

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

DescribeNetworkAclsAsync() public méthode

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

DescribeNetworkAclsAsync() public méthode

Describes one or more of your network ACLs.

For more information about network ACLs, see Network ACLs in the Amazon Virtual Private Cloud User Guide.

public DescribeNetworkAclsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeNetworkInterfaceAttributeAsync() public méthode

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

DescribeNetworkInterfacesAsync() public méthode

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

DescribeNetworkInterfacesAsync() public méthode

Describes one or more of your network interfaces.
public DescribeNetworkInterfacesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribePlacementGroupsAsync() public méthode

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

DescribePlacementGroupsAsync() public méthode

Describes one or more of your placement groups. For more information about placement groups and cluster instances, see Cluster Instances in the Amazon Elastic Compute Cloud User Guide.
public DescribePlacementGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribePrefixListsAsync() public méthode

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

DescribeRegionsAsync() public méthode

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

DescribeRegionsAsync() public méthode

Describes one or more regions that are currently available to you.

For a list of the regions supported by Amazon EC2, see Regions and Endpoints.

public DescribeRegionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeReservedInstancesAsync() public méthode

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

DescribeReservedInstancesAsync() public méthode

Describes one or more of the Reserved Instances that you purchased.

For more information about Reserved Instances, see Reserved Instances in the Amazon Elastic Compute Cloud User Guide.

public DescribeReservedInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeReservedInstancesListingsAsync() public méthode

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

DescribeReservedInstancesListingsAsync() public méthode

Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.

The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.

As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

public DescribeReservedInstancesListingsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeReservedInstancesModificationsAsync() public méthode

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

DescribeReservedInstancesModificationsAsync() public méthode

Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.

For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide.

public DescribeReservedInstancesModificationsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeReservedInstancesOfferingsAsync() public méthode

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

DescribeReservedInstancesOfferingsAsync() public méthode

Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.

If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.

For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.

public DescribeReservedInstancesOfferingsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeRouteTablesAsync() public méthode

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

DescribeRouteTablesAsync() public méthode

Describes one or more of your route tables.

Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.

For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.

public DescribeRouteTablesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeScheduledInstanceAvailabilityAsync() public méthode

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

DescribeScheduledInstancesAsync() public méthode

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

DescribeSecurityGroupReferencesAsync() public méthode

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

DescribeSecurityGroupsAsync() public méthode

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

DescribeSecurityGroupsAsync() public méthode

Describes one or more of your security groups.

A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

public DescribeSecurityGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeSnapshotAttributeAsync() public méthode

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

DescribeSnapshotsAsync() public méthode

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

DescribeSnapshotsAsync() public méthode

Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given explicit create volume permissions.

The create volume permissions fall into the following categories:

  • public: The owner of the snapshot granted create volume permissions for the snapshot to the all group. All AWS accounts have create volume permissions for these snapshots.

  • explicit: The owner of the snapshot granted create volume permissions to a specific AWS account.

  • implicit: An AWS account has implicit create volume permissions for all snapshots it owns.

The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions.

If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results.

If you specify one or more snapshot owners using the OwnerIds option, only snapshots from the specified owners and for which you have access are returned. The results can include the AWS account IDs of the specified owners, amazon for snapshots owned by Amazon, or self for snapshots that you own.

If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify AWS account IDs (if you own the snapshots), self for snapshots for which you own or have explicit permissions, or all for public snapshots.

If you are describing a long list of snapshots, you can paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeSnapshots request to retrieve the remaining results.

For more information about EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide.

public DescribeSnapshotsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeSpotDatafeedSubscriptionAsync() public méthode

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

DescribeSpotDatafeedSubscriptionAsync() public méthode

Describes the data feed for Spot instances. For more information, see Spot Instance Data Feed in the Amazon Elastic Compute Cloud User Guide.
public DescribeSpotDatafeedSubscriptionAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeSpotFleetInstancesAsync() public méthode

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

DescribeSpotFleetRequestHistoryAsync() public méthode

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

DescribeSpotFleetRequestsAsync() public méthode

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

DescribeSpotInstanceRequestsAsync() public méthode

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

DescribeSpotInstanceRequestsAsync() public méthode

Describes the Spot instance requests that belong to your account. Spot instances are instances that Amazon EC2 launches when the bid price that you specify exceeds the current Spot price. Amazon EC2 periodically sets the Spot price based on available Spot instance capacity and current Spot instance requests. For more information, see Spot Instance Requests in the Amazon Elastic Compute Cloud User Guide.

You can use DescribeSpotInstanceRequests to find a running Spot instance by examining the response. If the status of the Spot instance is fulfilled, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to look for instances where the instance lifecycle is spot.

Spot instance requests are deleted 4 hours after they are canceled and their instances are terminated.

public DescribeSpotInstanceRequestsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeSpotPriceHistoryAsync() public méthode

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

DescribeSpotPriceHistoryAsync() public méthode

Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon Elastic Compute Cloud User Guide.

When you specify a start and end time, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.

public DescribeSpotPriceHistoryAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeStaleSecurityGroupsAsync() public méthode

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

DescribeSubnetsAsync() public méthode

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

DescribeSubnetsAsync() public méthode

Describes one or more of your subnets.

For more information about subnets, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.

public DescribeSubnetsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeTagsAsync() public méthode

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

DescribeTagsAsync() public méthode

Describes one or more of the tags for your EC2 resources.

For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.

public DescribeTagsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeVolumeAttributeAsync() public méthode

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

DescribeVolumeStatusAsync() public méthode

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

DescribeVolumeStatusAsync() public méthode

Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.

The DescribeVolumeStatus operation provides the following information about the specified volumes:

Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks may still be taking place on your volume at the time. We recommend that you retry the request. For more information on volume status, see Monitoring the Status of Your Volumes.

Events: Reflect the cause of a volume status and may require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and may have inconsistent data.

Actions: Reflect the actions you may have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO action and then check the volume for data consistency.

Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)

public DescribeVolumeStatusAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeVolumesAsync() public méthode

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

DescribeVolumesAsync() public méthode

Describes the specified EBS volumes.

If you are describing a long list of volumes, you can paginate the output to make the list more manageable. The MaxResults parameter sets the maximum number of results returned in a single page. If the list of results exceeds your MaxResults value, then that number of results is returned along with a NextToken value that can be passed to a subsequent DescribeVolumes request to retrieve the remaining results.

For more information about EBS volumes, see Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.

public DescribeVolumesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeVpcAttributeAsync() public méthode

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

DescribeVpcClassicLinkAsync() public méthode

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

DescribeVpcClassicLinkDnsSupportAsync() public méthode

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

DescribeVpcEndpointServicesAsync() public méthode

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

DescribeVpcEndpointsAsync() public méthode

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

DescribeVpcPeeringConnectionsAsync() public méthode

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

DescribeVpcPeeringConnectionsAsync() public méthode

Describes one or more of your VPC peering connections.
public DescribeVpcPeeringConnectionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeVpcsAsync() public méthode

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

DescribeVpcsAsync() public méthode

Describes one or more of your VPCs.
public DescribeVpcsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeVpnConnectionsAsync() public méthode

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

DescribeVpnConnectionsAsync() public méthode

Describes one or more of your VPN connections.

For more information about VPN connections, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.

public DescribeVpnConnectionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DescribeVpnGatewaysAsync() public méthode

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

DescribeVpnGatewaysAsync() public méthode

Describes one or more of your virtual private gateways.

For more information about virtual private gateways, see Adding an IPsec Hardware VPN to Your VPC in the Amazon Virtual Private Cloud User Guide.

public DescribeVpnGatewaysAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task

DetachClassicLinkVpcAsync() public méthode

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

DetachInternetGatewayAsync() public méthode

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

DetachNetworkInterfaceAsync() public méthode

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

DetachVolumeAsync() public méthode

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

DetachVpnGatewayAsync() public méthode

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

DisableVgwRoutePropagationAsync() public méthode

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

DisableVpcClassicLinkAsync() public méthode

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

DisableVpcClassicLinkDnsSupportAsync() public méthode

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

DisassociateAddressAsync() public méthode

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

DisassociateRouteTableAsync() public méthode

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

DisassociateSubnetCidrBlockAsync() public méthode

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

DisassociateVpcCidrBlockAsync() public méthode

Initiates the asynchronous execution of the DisassociateVpcCidrBlock operation.
public DisassociateVpcCidrBlockAsync ( DisassociateVpcCidrBlockRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DisassociateVpcCidrBlockRequest Container for the necessary parameters to execute the DisassociateVpcCidrBlock 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

EnableVgwRoutePropagationAsync() public méthode

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

EnableVolumeIOAsync() public méthode

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

EnableVpcClassicLinkAsync() public méthode

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

EnableVpcClassicLinkDnsSupportAsync() public méthode

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

EndAcceptReservedInstancesExchangeQuote() public méthode

Finishes the asynchronous execution of the AcceptReservedInstancesExchangeQuote operation.
public EndAcceptReservedInstancesExchangeQuote ( IAsyncResult asyncResult ) : AcceptReservedInstancesExchangeQuoteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAcceptReservedInstancesExchangeQuote.
Résultat AcceptReservedInstancesExchangeQuoteResponse

EndAcceptVpcPeeringConnection() public méthode

Finishes the asynchronous execution of the AcceptVpcPeeringConnection operation.
public EndAcceptVpcPeeringConnection ( IAsyncResult asyncResult ) : AcceptVpcPeeringConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAcceptVpcPeeringConnection.
Résultat AcceptVpcPeeringConnectionResponse

EndAllocateAddress() public méthode

Finishes the asynchronous execution of the AllocateAddress operation.
public EndAllocateAddress ( IAsyncResult asyncResult ) : AllocateAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAllocateAddress.
Résultat AllocateAddressResponse

EndAllocateHosts() public méthode

Finishes the asynchronous execution of the AllocateHosts operation.
public EndAllocateHosts ( IAsyncResult asyncResult ) : AllocateHostsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAllocateHosts.
Résultat AllocateHostsResponse

EndAssignIpv6Addresses() public méthode

Finishes the asynchronous execution of the AssignIpv6Addresses operation.
public EndAssignIpv6Addresses ( IAsyncResult asyncResult ) : AssignIpv6AddressesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssignIpv6Addresses.
Résultat AssignIpv6AddressesResponse

EndAssignPrivateIpAddresses() public méthode

Finishes the asynchronous execution of the AssignPrivateIpAddresses operation.
public EndAssignPrivateIpAddresses ( IAsyncResult asyncResult ) : AssignPrivateIpAddressesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssignPrivateIpAddresses.
Résultat AssignPrivateIpAddressesResponse

EndAssociateAddress() public méthode

Finishes the asynchronous execution of the AssociateAddress operation.
public EndAssociateAddress ( IAsyncResult asyncResult ) : AssociateAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateAddress.
Résultat AssociateAddressResponse

EndAssociateDhcpOptions() public méthode

Finishes the asynchronous execution of the AssociateDhcpOptions operation.
public EndAssociateDhcpOptions ( IAsyncResult asyncResult ) : AssociateDhcpOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateDhcpOptions.
Résultat AssociateDhcpOptionsResponse

EndAssociateRouteTable() public méthode

Finishes the asynchronous execution of the AssociateRouteTable operation.
public EndAssociateRouteTable ( IAsyncResult asyncResult ) : AssociateRouteTableResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateRouteTable.
Résultat AssociateRouteTableResponse

EndAssociateSubnetCidrBlock() public méthode

Finishes the asynchronous execution of the AssociateSubnetCidrBlock operation.
public EndAssociateSubnetCidrBlock ( IAsyncResult asyncResult ) : AssociateSubnetCidrBlockResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateSubnetCidrBlock.
Résultat AssociateSubnetCidrBlockResponse

EndAssociateVpcCidrBlock() public méthode

Finishes the asynchronous execution of the AssociateVpcCidrBlock operation.
public EndAssociateVpcCidrBlock ( IAsyncResult asyncResult ) : AssociateVpcCidrBlockResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateVpcCidrBlock.
Résultat AssociateVpcCidrBlockResponse

EndAttachClassicLinkVpc() public méthode

Finishes the asynchronous execution of the AttachClassicLinkVpc operation.
public EndAttachClassicLinkVpc ( IAsyncResult asyncResult ) : AttachClassicLinkVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachClassicLinkVpc.
Résultat AttachClassicLinkVpcResponse

EndAttachInternetGateway() public méthode

Finishes the asynchronous execution of the AttachInternetGateway operation.
public EndAttachInternetGateway ( IAsyncResult asyncResult ) : AttachInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachInternetGateway.
Résultat AttachInternetGatewayResponse

EndAttachNetworkInterface() public méthode

Finishes the asynchronous execution of the AttachNetworkInterface operation.
public EndAttachNetworkInterface ( IAsyncResult asyncResult ) : AttachNetworkInterfaceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachNetworkInterface.
Résultat AttachNetworkInterfaceResponse

EndAttachVolume() public méthode

Finishes the asynchronous execution of the AttachVolume operation.
public EndAttachVolume ( IAsyncResult asyncResult ) : AttachVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachVolume.
Résultat AttachVolumeResponse

EndAttachVpnGateway() public méthode

Finishes the asynchronous execution of the AttachVpnGateway operation.
public EndAttachVpnGateway ( IAsyncResult asyncResult ) : AttachVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachVpnGateway.
Résultat AttachVpnGatewayResponse

EndAuthorizeSecurityGroupEgress() public méthode

Finishes the asynchronous execution of the AuthorizeSecurityGroupEgress operation.
public EndAuthorizeSecurityGroupEgress ( IAsyncResult asyncResult ) : AuthorizeSecurityGroupEgressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAuthorizeSecurityGroupEgress.
Résultat AuthorizeSecurityGroupEgressResponse

EndAuthorizeSecurityGroupIngress() public méthode

Finishes the asynchronous execution of the AuthorizeSecurityGroupIngress operation.
public EndAuthorizeSecurityGroupIngress ( IAsyncResult asyncResult ) : AuthorizeSecurityGroupIngressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAuthorizeSecurityGroupIngress.
Résultat AuthorizeSecurityGroupIngressResponse

EndBundleInstance() public méthode

Finishes the asynchronous execution of the BundleInstance operation.
public EndBundleInstance ( IAsyncResult asyncResult ) : BundleInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginBundleInstance.
Résultat BundleInstanceResponse

EndCancelBundleTask() public méthode

Finishes the asynchronous execution of the CancelBundleTask operation.
public EndCancelBundleTask ( IAsyncResult asyncResult ) : CancelBundleTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelBundleTask.
Résultat CancelBundleTaskResponse

EndCancelConversionTask() public méthode

Finishes the asynchronous execution of the CancelConversionTask operation.
public EndCancelConversionTask ( IAsyncResult asyncResult ) : CancelConversionTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelConversionTask.
Résultat CancelConversionTaskResponse

EndCancelExportTask() public méthode

Finishes the asynchronous execution of the CancelExportTask operation.
public EndCancelExportTask ( IAsyncResult asyncResult ) : CancelExportTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelExportTask.
Résultat CancelExportTaskResponse

EndCancelImportTask() public méthode

Finishes the asynchronous execution of the CancelImportTask operation.
public EndCancelImportTask ( IAsyncResult asyncResult ) : CancelImportTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelImportTask.
Résultat CancelImportTaskResponse

EndCancelReservedInstancesListing() public méthode

Finishes the asynchronous execution of the CancelReservedInstancesListing operation.
public EndCancelReservedInstancesListing ( IAsyncResult asyncResult ) : CancelReservedInstancesListingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelReservedInstancesListing.
Résultat CancelReservedInstancesListingResponse

EndCancelSpotFleetRequests() public méthode

Finishes the asynchronous execution of the CancelSpotFleetRequests operation.
public EndCancelSpotFleetRequests ( IAsyncResult asyncResult ) : CancelSpotFleetRequestsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelSpotFleetRequests.
Résultat CancelSpotFleetRequestsResponse

EndCancelSpotInstanceRequests() public méthode

Finishes the asynchronous execution of the CancelSpotInstanceRequests operation.
public EndCancelSpotInstanceRequests ( IAsyncResult asyncResult ) : CancelSpotInstanceRequestsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelSpotInstanceRequests.
Résultat CancelSpotInstanceRequestsResponse

EndConfirmProductInstance() public méthode

Finishes the asynchronous execution of the ConfirmProductInstance operation.
public EndConfirmProductInstance ( IAsyncResult asyncResult ) : ConfirmProductInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginConfirmProductInstance.
Résultat ConfirmProductInstanceResponse

EndCopyImage() public méthode

Finishes the asynchronous execution of the CopyImage operation.
public EndCopyImage ( IAsyncResult asyncResult ) : CopyImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyImage.
Résultat CopyImageResponse

EndCopySnapshot() public méthode

Finishes the asynchronous execution of the CopySnapshot operation.
public EndCopySnapshot ( IAsyncResult asyncResult ) : CopySnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopySnapshot.
Résultat CopySnapshotResponse

EndCreateCustomerGateway() public méthode

Finishes the asynchronous execution of the CreateCustomerGateway operation.
public EndCreateCustomerGateway ( IAsyncResult asyncResult ) : CreateCustomerGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCustomerGateway.
Résultat CreateCustomerGatewayResponse

EndCreateDhcpOptions() public méthode

Finishes the asynchronous execution of the CreateDhcpOptions operation.
public EndCreateDhcpOptions ( IAsyncResult asyncResult ) : CreateDhcpOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDhcpOptions.
Résultat CreateDhcpOptionsResponse

EndCreateEgressOnlyInternetGateway() public méthode

Finishes the asynchronous execution of the CreateEgressOnlyInternetGateway operation.
public EndCreateEgressOnlyInternetGateway ( IAsyncResult asyncResult ) : CreateEgressOnlyInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEgressOnlyInternetGateway.
Résultat CreateEgressOnlyInternetGatewayResponse

EndCreateFlowLogs() public méthode

Finishes the asynchronous execution of the CreateFlowLogs operation.
public EndCreateFlowLogs ( IAsyncResult asyncResult ) : CreateFlowLogsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateFlowLogs.
Résultat CreateFlowLogsResponse

EndCreateImage() public méthode

Finishes the asynchronous execution of the CreateImage operation.
public EndCreateImage ( IAsyncResult asyncResult ) : CreateImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateImage.
Résultat CreateImageResponse

EndCreateInstanceExportTask() public méthode

Finishes the asynchronous execution of the CreateInstanceExportTask operation.
public EndCreateInstanceExportTask ( IAsyncResult asyncResult ) : CreateInstanceExportTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInstanceExportTask.
Résultat CreateInstanceExportTaskResponse

EndCreateInternetGateway() public méthode

Finishes the asynchronous execution of the CreateInternetGateway operation.
public EndCreateInternetGateway ( IAsyncResult asyncResult ) : CreateInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInternetGateway.
Résultat CreateInternetGatewayResponse

EndCreateKeyPair() public méthode

Finishes the asynchronous execution of the CreateKeyPair operation.
public EndCreateKeyPair ( IAsyncResult asyncResult ) : CreateKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateKeyPair.
Résultat CreateKeyPairResponse

EndCreateNatGateway() public méthode

Finishes the asynchronous execution of the CreateNatGateway operation.
public EndCreateNatGateway ( IAsyncResult asyncResult ) : CreateNatGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNatGateway.
Résultat CreateNatGatewayResponse

EndCreateNetworkAcl() public méthode

Finishes the asynchronous execution of the CreateNetworkAcl operation.
public EndCreateNetworkAcl ( IAsyncResult asyncResult ) : CreateNetworkAclResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNetworkAcl.
Résultat CreateNetworkAclResponse

EndCreateNetworkAclEntry() public méthode

Finishes the asynchronous execution of the CreateNetworkAclEntry operation.
public EndCreateNetworkAclEntry ( IAsyncResult asyncResult ) : CreateNetworkAclEntryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNetworkAclEntry.
Résultat CreateNetworkAclEntryResponse

EndCreateNetworkInterface() public méthode

Finishes the asynchronous execution of the CreateNetworkInterface operation.
public EndCreateNetworkInterface ( IAsyncResult asyncResult ) : CreateNetworkInterfaceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNetworkInterface.
Résultat CreateNetworkInterfaceResponse

EndCreatePlacementGroup() public méthode

Finishes the asynchronous execution of the CreatePlacementGroup operation.
public EndCreatePlacementGroup ( IAsyncResult asyncResult ) : CreatePlacementGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePlacementGroup.
Résultat CreatePlacementGroupResponse

EndCreateReservedInstancesListing() public méthode

Finishes the asynchronous execution of the CreateReservedInstancesListing operation.
public EndCreateReservedInstancesListing ( IAsyncResult asyncResult ) : CreateReservedInstancesListingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateReservedInstancesListing.
Résultat CreateReservedInstancesListingResponse

EndCreateRoute() public méthode

Finishes the asynchronous execution of the CreateRoute operation.
public EndCreateRoute ( IAsyncResult asyncResult ) : CreateRouteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRoute.
Résultat CreateRouteResponse

EndCreateRouteTable() public méthode

Finishes the asynchronous execution of the CreateRouteTable operation.
public EndCreateRouteTable ( IAsyncResult asyncResult ) : CreateRouteTableResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRouteTable.
Résultat CreateRouteTableResponse

EndCreateSecurityGroup() public méthode

Finishes the asynchronous execution of the CreateSecurityGroup operation.
public EndCreateSecurityGroup ( IAsyncResult asyncResult ) : CreateSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSecurityGroup.
Résultat CreateSecurityGroupResponse

EndCreateSnapshot() public méthode

Finishes the asynchronous execution of the CreateSnapshot operation.
public EndCreateSnapshot ( IAsyncResult asyncResult ) : CreateSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSnapshot.
Résultat CreateSnapshotResponse

EndCreateSpotDatafeedSubscription() public méthode

Finishes the asynchronous execution of the CreateSpotDatafeedSubscription operation.
public EndCreateSpotDatafeedSubscription ( IAsyncResult asyncResult ) : CreateSpotDatafeedSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSpotDatafeedSubscription.
Résultat CreateSpotDatafeedSubscriptionResponse

EndCreateSubnet() public méthode

Finishes the asynchronous execution of the CreateSubnet operation.
public EndCreateSubnet ( IAsyncResult asyncResult ) : CreateSubnetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSubnet.
Résultat CreateSubnetResponse

EndCreateTags() public méthode

Finishes the asynchronous execution of the CreateTags operation.
public EndCreateTags ( IAsyncResult asyncResult ) : CreateTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTags.
Résultat CreateTagsResponse

EndCreateVolume() public méthode

Finishes the asynchronous execution of the CreateVolume operation.
public EndCreateVolume ( IAsyncResult asyncResult ) : CreateVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVolume.
Résultat CreateVolumeResponse

EndCreateVpc() public méthode

Finishes the asynchronous execution of the CreateVpc operation.
public EndCreateVpc ( IAsyncResult asyncResult ) : CreateVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpc.
Résultat CreateVpcResponse

EndCreateVpcEndpoint() public méthode

Finishes the asynchronous execution of the CreateVpcEndpoint operation.
public EndCreateVpcEndpoint ( IAsyncResult asyncResult ) : CreateVpcEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpcEndpoint.
Résultat CreateVpcEndpointResponse

EndCreateVpcPeeringConnection() public méthode

Finishes the asynchronous execution of the CreateVpcPeeringConnection operation.
public EndCreateVpcPeeringConnection ( IAsyncResult asyncResult ) : CreateVpcPeeringConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpcPeeringConnection.
Résultat CreateVpcPeeringConnectionResponse

EndCreateVpnConnection() public méthode

Finishes the asynchronous execution of the CreateVpnConnection operation.
public EndCreateVpnConnection ( IAsyncResult asyncResult ) : CreateVpnConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpnConnection.
Résultat CreateVpnConnectionResponse

EndCreateVpnConnectionRoute() public méthode

Finishes the asynchronous execution of the CreateVpnConnectionRoute operation.
public EndCreateVpnConnectionRoute ( IAsyncResult asyncResult ) : CreateVpnConnectionRouteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpnConnectionRoute.
Résultat CreateVpnConnectionRouteResponse

EndCreateVpnGateway() public méthode

Finishes the asynchronous execution of the CreateVpnGateway operation.
public EndCreateVpnGateway ( IAsyncResult asyncResult ) : CreateVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpnGateway.
Résultat CreateVpnGatewayResponse

EndDeleteCustomerGateway() public méthode

Finishes the asynchronous execution of the DeleteCustomerGateway operation.
public EndDeleteCustomerGateway ( IAsyncResult asyncResult ) : DeleteCustomerGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCustomerGateway.
Résultat DeleteCustomerGatewayResponse

EndDeleteDhcpOptions() public méthode

Finishes the asynchronous execution of the DeleteDhcpOptions operation.
public EndDeleteDhcpOptions ( IAsyncResult asyncResult ) : DeleteDhcpOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDhcpOptions.
Résultat DeleteDhcpOptionsResponse

EndDeleteEgressOnlyInternetGateway() public méthode

Finishes the asynchronous execution of the DeleteEgressOnlyInternetGateway operation.
public EndDeleteEgressOnlyInternetGateway ( IAsyncResult asyncResult ) : DeleteEgressOnlyInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteEgressOnlyInternetGateway.
Résultat DeleteEgressOnlyInternetGatewayResponse

EndDeleteFlowLogs() public méthode

Finishes the asynchronous execution of the DeleteFlowLogs operation.
public EndDeleteFlowLogs ( IAsyncResult asyncResult ) : DeleteFlowLogsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteFlowLogs.
Résultat DeleteFlowLogsResponse

EndDeleteInternetGateway() public méthode

Finishes the asynchronous execution of the DeleteInternetGateway operation.
public EndDeleteInternetGateway ( IAsyncResult asyncResult ) : DeleteInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteInternetGateway.
Résultat DeleteInternetGatewayResponse

EndDeleteKeyPair() public méthode

Finishes the asynchronous execution of the DeleteKeyPair operation.
public EndDeleteKeyPair ( IAsyncResult asyncResult ) : DeleteKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteKeyPair.
Résultat DeleteKeyPairResponse

EndDeleteNatGateway() public méthode

Finishes the asynchronous execution of the DeleteNatGateway operation.
public EndDeleteNatGateway ( IAsyncResult asyncResult ) : DeleteNatGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteNatGateway.
Résultat DeleteNatGatewayResponse

EndDeleteNetworkAcl() public méthode

Finishes the asynchronous execution of the DeleteNetworkAcl operation.
public EndDeleteNetworkAcl ( IAsyncResult asyncResult ) : DeleteNetworkAclResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteNetworkAcl.
Résultat DeleteNetworkAclResponse

EndDeleteNetworkAclEntry() public méthode

Finishes the asynchronous execution of the DeleteNetworkAclEntry operation.
public EndDeleteNetworkAclEntry ( IAsyncResult asyncResult ) : DeleteNetworkAclEntryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteNetworkAclEntry.
Résultat DeleteNetworkAclEntryResponse

EndDeleteNetworkInterface() public méthode

Finishes the asynchronous execution of the DeleteNetworkInterface operation.
public EndDeleteNetworkInterface ( IAsyncResult asyncResult ) : DeleteNetworkInterfaceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteNetworkInterface.
Résultat DeleteNetworkInterfaceResponse

EndDeletePlacementGroup() public méthode

Finishes the asynchronous execution of the DeletePlacementGroup operation.
public EndDeletePlacementGroup ( IAsyncResult asyncResult ) : DeletePlacementGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeletePlacementGroup.
Résultat DeletePlacementGroupResponse

EndDeleteRoute() public méthode

Finishes the asynchronous execution of the DeleteRoute operation.
public EndDeleteRoute ( IAsyncResult asyncResult ) : DeleteRouteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRoute.
Résultat DeleteRouteResponse

EndDeleteRouteTable() public méthode

Finishes the asynchronous execution of the DeleteRouteTable operation.
public EndDeleteRouteTable ( IAsyncResult asyncResult ) : DeleteRouteTableResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRouteTable.
Résultat DeleteRouteTableResponse

EndDeleteSecurityGroup() public méthode

Finishes the asynchronous execution of the DeleteSecurityGroup operation.
public EndDeleteSecurityGroup ( IAsyncResult asyncResult ) : DeleteSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSecurityGroup.
Résultat DeleteSecurityGroupResponse

EndDeleteSnapshot() public méthode

Finishes the asynchronous execution of the DeleteSnapshot operation.
public EndDeleteSnapshot ( IAsyncResult asyncResult ) : DeleteSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSnapshot.
Résultat DeleteSnapshotResponse

EndDeleteSpotDatafeedSubscription() public méthode

Finishes the asynchronous execution of the DeleteSpotDatafeedSubscription operation.
public EndDeleteSpotDatafeedSubscription ( IAsyncResult asyncResult ) : DeleteSpotDatafeedSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSpotDatafeedSubscription.
Résultat DeleteSpotDatafeedSubscriptionResponse

EndDeleteSubnet() public méthode

Finishes the asynchronous execution of the DeleteSubnet operation.
public EndDeleteSubnet ( IAsyncResult asyncResult ) : DeleteSubnetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSubnet.
Résultat DeleteSubnetResponse

EndDeleteTags() public méthode

Finishes the asynchronous execution of the DeleteTags operation.
public EndDeleteTags ( IAsyncResult asyncResult ) : DeleteTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteTags.
Résultat DeleteTagsResponse

EndDeleteVolume() public méthode

Finishes the asynchronous execution of the DeleteVolume operation.
public EndDeleteVolume ( IAsyncResult asyncResult ) : DeleteVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVolume.
Résultat DeleteVolumeResponse

EndDeleteVpc() public méthode

Finishes the asynchronous execution of the DeleteVpc operation.
public EndDeleteVpc ( IAsyncResult asyncResult ) : DeleteVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVpc.
Résultat DeleteVpcResponse

EndDeleteVpcEndpoints() public méthode

Finishes the asynchronous execution of the DeleteVpcEndpoints operation.
public EndDeleteVpcEndpoints ( IAsyncResult asyncResult ) : DeleteVpcEndpointsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVpcEndpoints.
Résultat DeleteVpcEndpointsResponse

EndDeleteVpcPeeringConnection() public méthode

Finishes the asynchronous execution of the DeleteVpcPeeringConnection operation.
public EndDeleteVpcPeeringConnection ( IAsyncResult asyncResult ) : DeleteVpcPeeringConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVpcPeeringConnection.
Résultat DeleteVpcPeeringConnectionResponse

EndDeleteVpnConnection() public méthode

Finishes the asynchronous execution of the DeleteVpnConnection operation.
public EndDeleteVpnConnection ( IAsyncResult asyncResult ) : DeleteVpnConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVpnConnection.
Résultat DeleteVpnConnectionResponse

EndDeleteVpnConnectionRoute() public méthode

Finishes the asynchronous execution of the DeleteVpnConnectionRoute operation.
public EndDeleteVpnConnectionRoute ( IAsyncResult asyncResult ) : DeleteVpnConnectionRouteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVpnConnectionRoute.
Résultat DeleteVpnConnectionRouteResponse

EndDeleteVpnGateway() public méthode

Finishes the asynchronous execution of the DeleteVpnGateway operation.
public EndDeleteVpnGateway ( IAsyncResult asyncResult ) : DeleteVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteVpnGateway.
Résultat DeleteVpnGatewayResponse

EndDeregisterImage() public méthode

Finishes the asynchronous execution of the DeregisterImage operation.
public EndDeregisterImage ( IAsyncResult asyncResult ) : DeregisterImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterImage.
Résultat DeregisterImageResponse

EndDescribeAccountAttributes() public méthode

Finishes the asynchronous execution of the DescribeAccountAttributes operation.
public EndDescribeAccountAttributes ( IAsyncResult asyncResult ) : DescribeAccountAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAccountAttributes.
Résultat DescribeAccountAttributesResponse

EndDescribeAddresses() public méthode

Finishes the asynchronous execution of the DescribeAddresses operation.
public EndDescribeAddresses ( IAsyncResult asyncResult ) : DescribeAddressesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAddresses.
Résultat DescribeAddressesResponse

EndDescribeAvailabilityZones() public méthode

Finishes the asynchronous execution of the DescribeAvailabilityZones operation.
public EndDescribeAvailabilityZones ( IAsyncResult asyncResult ) : DescribeAvailabilityZonesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAvailabilityZones.
Résultat DescribeAvailabilityZonesResponse

EndDescribeBundleTasks() public méthode

Finishes the asynchronous execution of the DescribeBundleTasks operation.
public EndDescribeBundleTasks ( IAsyncResult asyncResult ) : DescribeBundleTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeBundleTasks.
Résultat DescribeBundleTasksResponse

EndDescribeClassicLinkInstances() public méthode

Finishes the asynchronous execution of the DescribeClassicLinkInstances operation.
public EndDescribeClassicLinkInstances ( IAsyncResult asyncResult ) : DescribeClassicLinkInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeClassicLinkInstances.
Résultat DescribeClassicLinkInstancesResponse

EndDescribeConversionTasks() public méthode

Finishes the asynchronous execution of the DescribeConversionTasks operation.
public EndDescribeConversionTasks ( IAsyncResult asyncResult ) : DescribeConversionTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConversionTasks.
Résultat DescribeConversionTasksResponse

EndDescribeCustomerGateways() public méthode

Finishes the asynchronous execution of the DescribeCustomerGateways operation.
public EndDescribeCustomerGateways ( IAsyncResult asyncResult ) : DescribeCustomerGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCustomerGateways.
Résultat DescribeCustomerGatewaysResponse

EndDescribeDhcpOptions() public méthode

Finishes the asynchronous execution of the DescribeDhcpOptions operation.
public EndDescribeDhcpOptions ( IAsyncResult asyncResult ) : DescribeDhcpOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDhcpOptions.
Résultat DescribeDhcpOptionsResponse

EndDescribeEgressOnlyInternetGateways() public méthode

Finishes the asynchronous execution of the DescribeEgressOnlyInternetGateways operation.
public EndDescribeEgressOnlyInternetGateways ( IAsyncResult asyncResult ) : DescribeEgressOnlyInternetGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEgressOnlyInternetGateways.
Résultat DescribeEgressOnlyInternetGatewaysResponse

EndDescribeExportTasks() public méthode

Finishes the asynchronous execution of the DescribeExportTasks operation.
public EndDescribeExportTasks ( IAsyncResult asyncResult ) : DescribeExportTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeExportTasks.
Résultat DescribeExportTasksResponse

EndDescribeFlowLogs() public méthode

Finishes the asynchronous execution of the DescribeFlowLogs operation.
public EndDescribeFlowLogs ( IAsyncResult asyncResult ) : DescribeFlowLogsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeFlowLogs.
Résultat DescribeFlowLogsResponse

EndDescribeHostReservationOfferings() public méthode

Finishes the asynchronous execution of the DescribeHostReservationOfferings operation.
public EndDescribeHostReservationOfferings ( IAsyncResult asyncResult ) : DescribeHostReservationOfferingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeHostReservationOfferings.
Résultat DescribeHostReservationOfferingsResponse

EndDescribeHostReservations() public méthode

Finishes the asynchronous execution of the DescribeHostReservations operation.
public EndDescribeHostReservations ( IAsyncResult asyncResult ) : DescribeHostReservationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeHostReservations.
Résultat DescribeHostReservationsResponse

EndDescribeHosts() public méthode

Finishes the asynchronous execution of the DescribeHosts operation.
public EndDescribeHosts ( IAsyncResult asyncResult ) : DescribeHostsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeHosts.
Résultat DescribeHostsResponse

EndDescribeIdFormat() public méthode

Finishes the asynchronous execution of the DescribeIdFormat operation.
public EndDescribeIdFormat ( IAsyncResult asyncResult ) : DescribeIdFormatResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeIdFormat.
Résultat DescribeIdFormatResponse

EndDescribeIdentityIdFormat() public méthode

Finishes the asynchronous execution of the DescribeIdentityIdFormat operation.
public EndDescribeIdentityIdFormat ( IAsyncResult asyncResult ) : DescribeIdentityIdFormatResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeIdentityIdFormat.
Résultat DescribeIdentityIdFormatResponse

EndDescribeImageAttribute() public méthode

Finishes the asynchronous execution of the DescribeImageAttribute operation.
public EndDescribeImageAttribute ( IAsyncResult asyncResult ) : DescribeImageAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeImageAttribute.
Résultat DescribeImageAttributeResponse

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 DescribeImagesResponse

EndDescribeImportImageTasks() public méthode

Finishes the asynchronous execution of the DescribeImportImageTasks operation.
public EndDescribeImportImageTasks ( IAsyncResult asyncResult ) : DescribeImportImageTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeImportImageTasks.
Résultat DescribeImportImageTasksResponse

EndDescribeImportSnapshotTasks() public méthode

Finishes the asynchronous execution of the DescribeImportSnapshotTasks operation.
public EndDescribeImportSnapshotTasks ( IAsyncResult asyncResult ) : DescribeImportSnapshotTasksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeImportSnapshotTasks.
Résultat DescribeImportSnapshotTasksResponse

EndDescribeInstanceAttribute() public méthode

Finishes the asynchronous execution of the DescribeInstanceAttribute operation.
public EndDescribeInstanceAttribute ( IAsyncResult asyncResult ) : DescribeInstanceAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstanceAttribute.
Résultat DescribeInstanceAttributeResponse

EndDescribeInstanceStatus() public méthode

Finishes the asynchronous execution of the DescribeInstanceStatus operation.
public EndDescribeInstanceStatus ( IAsyncResult asyncResult ) : DescribeInstanceStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstanceStatus.
Résultat DescribeInstanceStatusResponse

EndDescribeInstances() public méthode

Finishes the asynchronous execution of the DescribeInstances operation.
public EndDescribeInstances ( IAsyncResult asyncResult ) : DescribeInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstances.
Résultat DescribeInstancesResponse

EndDescribeInternetGateways() public méthode

Finishes the asynchronous execution of the DescribeInternetGateways operation.
public EndDescribeInternetGateways ( IAsyncResult asyncResult ) : DescribeInternetGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInternetGateways.
Résultat DescribeInternetGatewaysResponse

EndDescribeKeyPairs() public méthode

Finishes the asynchronous execution of the DescribeKeyPairs operation.
public EndDescribeKeyPairs ( IAsyncResult asyncResult ) : DescribeKeyPairsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeKeyPairs.
Résultat DescribeKeyPairsResponse

EndDescribeMovingAddresses() public méthode

Finishes the asynchronous execution of the DescribeMovingAddresses operation.
public EndDescribeMovingAddresses ( IAsyncResult asyncResult ) : DescribeMovingAddressesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMovingAddresses.
Résultat DescribeMovingAddressesResponse

EndDescribeNatGateways() public méthode

Finishes the asynchronous execution of the DescribeNatGateways operation.
public EndDescribeNatGateways ( IAsyncResult asyncResult ) : DescribeNatGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNatGateways.
Résultat DescribeNatGatewaysResponse

EndDescribeNetworkAcls() public méthode

Finishes the asynchronous execution of the DescribeNetworkAcls operation.
public EndDescribeNetworkAcls ( IAsyncResult asyncResult ) : DescribeNetworkAclsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNetworkAcls.
Résultat DescribeNetworkAclsResponse

EndDescribeNetworkInterfaceAttribute() public méthode

Finishes the asynchronous execution of the DescribeNetworkInterfaceAttribute operation.
public EndDescribeNetworkInterfaceAttribute ( IAsyncResult asyncResult ) : DescribeNetworkInterfaceAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNetworkInterfaceAttribute.
Résultat DescribeNetworkInterfaceAttributeResponse

EndDescribeNetworkInterfaces() public méthode

Finishes the asynchronous execution of the DescribeNetworkInterfaces operation.
public EndDescribeNetworkInterfaces ( IAsyncResult asyncResult ) : DescribeNetworkInterfacesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNetworkInterfaces.
Résultat DescribeNetworkInterfacesResponse

EndDescribePlacementGroups() public méthode

Finishes the asynchronous execution of the DescribePlacementGroups operation.
public EndDescribePlacementGroups ( IAsyncResult asyncResult ) : DescribePlacementGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePlacementGroups.
Résultat DescribePlacementGroupsResponse

EndDescribePrefixLists() public méthode

Finishes the asynchronous execution of the DescribePrefixLists operation.
public EndDescribePrefixLists ( IAsyncResult asyncResult ) : DescribePrefixListsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePrefixLists.
Résultat DescribePrefixListsResponse

EndDescribeRegions() public méthode

Finishes the asynchronous execution of the DescribeRegions operation.
public EndDescribeRegions ( IAsyncResult asyncResult ) : DescribeRegionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRegions.
Résultat DescribeRegionsResponse

EndDescribeReservedInstances() public méthode

Finishes the asynchronous execution of the DescribeReservedInstances operation.
public EndDescribeReservedInstances ( IAsyncResult asyncResult ) : DescribeReservedInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReservedInstances.
Résultat DescribeReservedInstancesResponse

EndDescribeReservedInstancesListings() public méthode

Finishes the asynchronous execution of the DescribeReservedInstancesListings operation.
public EndDescribeReservedInstancesListings ( IAsyncResult asyncResult ) : DescribeReservedInstancesListingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReservedInstancesListings.
Résultat DescribeReservedInstancesListingsResponse

EndDescribeReservedInstancesModifications() public méthode

Finishes the asynchronous execution of the DescribeReservedInstancesModifications operation.
public EndDescribeReservedInstancesModifications ( IAsyncResult asyncResult ) : DescribeReservedInstancesModificationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReservedInstancesModifications.
Résultat DescribeReservedInstancesModificationsResponse

EndDescribeReservedInstancesOfferings() public méthode

Finishes the asynchronous execution of the DescribeReservedInstancesOfferings operation.
public EndDescribeReservedInstancesOfferings ( IAsyncResult asyncResult ) : DescribeReservedInstancesOfferingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeReservedInstancesOfferings.
Résultat DescribeReservedInstancesOfferingsResponse

EndDescribeRouteTables() public méthode

Finishes the asynchronous execution of the DescribeRouteTables operation.
public EndDescribeRouteTables ( IAsyncResult asyncResult ) : DescribeRouteTablesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRouteTables.
Résultat DescribeRouteTablesResponse

EndDescribeScheduledInstanceAvailability() public méthode

Finishes the asynchronous execution of the DescribeScheduledInstanceAvailability operation.
public EndDescribeScheduledInstanceAvailability ( IAsyncResult asyncResult ) : DescribeScheduledInstanceAvailabilityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeScheduledInstanceAvailability.
Résultat DescribeScheduledInstanceAvailabilityResponse

EndDescribeScheduledInstances() public méthode

Finishes the asynchronous execution of the DescribeScheduledInstances operation.
public EndDescribeScheduledInstances ( IAsyncResult asyncResult ) : DescribeScheduledInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeScheduledInstances.
Résultat DescribeScheduledInstancesResponse

EndDescribeSecurityGroupReferences() public méthode

Finishes the asynchronous execution of the DescribeSecurityGroupReferences operation.
public EndDescribeSecurityGroupReferences ( IAsyncResult asyncResult ) : DescribeSecurityGroupReferencesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSecurityGroupReferences.
Résultat DescribeSecurityGroupReferencesResponse

EndDescribeSecurityGroups() public méthode

Finishes the asynchronous execution of the DescribeSecurityGroups operation.
public EndDescribeSecurityGroups ( IAsyncResult asyncResult ) : DescribeSecurityGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSecurityGroups.
Résultat DescribeSecurityGroupsResponse

EndDescribeSnapshotAttribute() public méthode

Finishes the asynchronous execution of the DescribeSnapshotAttribute operation.
public EndDescribeSnapshotAttribute ( IAsyncResult asyncResult ) : DescribeSnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSnapshotAttribute.
Résultat DescribeSnapshotAttributeResponse

EndDescribeSnapshots() public méthode

Finishes the asynchronous execution of the DescribeSnapshots operation.
public EndDescribeSnapshots ( IAsyncResult asyncResult ) : DescribeSnapshotsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSnapshots.
Résultat DescribeSnapshotsResponse

EndDescribeSpotDatafeedSubscription() public méthode

Finishes the asynchronous execution of the DescribeSpotDatafeedSubscription operation.
public EndDescribeSpotDatafeedSubscription ( IAsyncResult asyncResult ) : DescribeSpotDatafeedSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSpotDatafeedSubscription.
Résultat DescribeSpotDatafeedSubscriptionResponse

EndDescribeSpotFleetInstances() public méthode

Finishes the asynchronous execution of the DescribeSpotFleetInstances operation.
public EndDescribeSpotFleetInstances ( IAsyncResult asyncResult ) : DescribeSpotFleetInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSpotFleetInstances.
Résultat DescribeSpotFleetInstancesResponse

EndDescribeSpotFleetRequestHistory() public méthode

Finishes the asynchronous execution of the DescribeSpotFleetRequestHistory operation.
public EndDescribeSpotFleetRequestHistory ( IAsyncResult asyncResult ) : DescribeSpotFleetRequestHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSpotFleetRequestHistory.
Résultat DescribeSpotFleetRequestHistoryResponse

EndDescribeSpotFleetRequests() public méthode

Finishes the asynchronous execution of the DescribeSpotFleetRequests operation.
public EndDescribeSpotFleetRequests ( IAsyncResult asyncResult ) : DescribeSpotFleetRequestsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSpotFleetRequests.
Résultat DescribeSpotFleetRequestsResponse

EndDescribeSpotInstanceRequests() public méthode

Finishes the asynchronous execution of the DescribeSpotInstanceRequests operation.
public EndDescribeSpotInstanceRequests ( IAsyncResult asyncResult ) : DescribeSpotInstanceRequestsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSpotInstanceRequests.
Résultat DescribeSpotInstanceRequestsResponse

EndDescribeSpotPriceHistory() public méthode

Finishes the asynchronous execution of the DescribeSpotPriceHistory operation.
public EndDescribeSpotPriceHistory ( IAsyncResult asyncResult ) : DescribeSpotPriceHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSpotPriceHistory.
Résultat DescribeSpotPriceHistoryResponse

EndDescribeStaleSecurityGroups() public méthode

Finishes the asynchronous execution of the DescribeStaleSecurityGroups operation.
public EndDescribeStaleSecurityGroups ( IAsyncResult asyncResult ) : DescribeStaleSecurityGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStaleSecurityGroups.
Résultat DescribeStaleSecurityGroupsResponse

EndDescribeSubnets() public méthode

Finishes the asynchronous execution of the DescribeSubnets operation.
public EndDescribeSubnets ( IAsyncResult asyncResult ) : DescribeSubnetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSubnets.
Résultat DescribeSubnetsResponse

EndDescribeTags() public méthode

Finishes the asynchronous execution of the DescribeTags operation.
public EndDescribeTags ( IAsyncResult asyncResult ) : DescribeTagsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTags.
Résultat DescribeTagsResponse

EndDescribeVolumeAttribute() public méthode

Finishes the asynchronous execution of the DescribeVolumeAttribute operation.
public EndDescribeVolumeAttribute ( IAsyncResult asyncResult ) : DescribeVolumeAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVolumeAttribute.
Résultat DescribeVolumeAttributeResponse

EndDescribeVolumeStatus() public méthode

Finishes the asynchronous execution of the DescribeVolumeStatus operation.
public EndDescribeVolumeStatus ( IAsyncResult asyncResult ) : DescribeVolumeStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVolumeStatus.
Résultat DescribeVolumeStatusResponse

EndDescribeVolumes() public méthode

Finishes the asynchronous execution of the DescribeVolumes operation.
public EndDescribeVolumes ( IAsyncResult asyncResult ) : DescribeVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVolumes.
Résultat DescribeVolumesResponse

EndDescribeVpcAttribute() public méthode

Finishes the asynchronous execution of the DescribeVpcAttribute operation.
public EndDescribeVpcAttribute ( IAsyncResult asyncResult ) : DescribeVpcAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpcAttribute.
Résultat DescribeVpcAttributeResponse

EndDescribeVpcClassicLink() public méthode

Finishes the asynchronous execution of the DescribeVpcClassicLink operation.
public EndDescribeVpcClassicLink ( IAsyncResult asyncResult ) : DescribeVpcClassicLinkResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpcClassicLink.
Résultat DescribeVpcClassicLinkResponse

EndDescribeVpcClassicLinkDnsSupport() public méthode

Finishes the asynchronous execution of the DescribeVpcClassicLinkDnsSupport operation.
public EndDescribeVpcClassicLinkDnsSupport ( IAsyncResult asyncResult ) : DescribeVpcClassicLinkDnsSupportResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpcClassicLinkDnsSupport.
Résultat DescribeVpcClassicLinkDnsSupportResponse

EndDescribeVpcEndpointServices() public méthode

Finishes the asynchronous execution of the DescribeVpcEndpointServices operation.
public EndDescribeVpcEndpointServices ( IAsyncResult asyncResult ) : DescribeVpcEndpointServicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpcEndpointServices.
Résultat DescribeVpcEndpointServicesResponse

EndDescribeVpcEndpoints() public méthode

Finishes the asynchronous execution of the DescribeVpcEndpoints operation.
public EndDescribeVpcEndpoints ( IAsyncResult asyncResult ) : DescribeVpcEndpointsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpcEndpoints.
Résultat DescribeVpcEndpointsResponse

EndDescribeVpcPeeringConnections() public méthode

Finishes the asynchronous execution of the DescribeVpcPeeringConnections operation.
public EndDescribeVpcPeeringConnections ( IAsyncResult asyncResult ) : DescribeVpcPeeringConnectionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpcPeeringConnections.
Résultat DescribeVpcPeeringConnectionsResponse

EndDescribeVpcs() public méthode

Finishes the asynchronous execution of the DescribeVpcs operation.
public EndDescribeVpcs ( IAsyncResult asyncResult ) : DescribeVpcsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpcs.
Résultat DescribeVpcsResponse

EndDescribeVpnConnections() public méthode

Finishes the asynchronous execution of the DescribeVpnConnections operation.
public EndDescribeVpnConnections ( IAsyncResult asyncResult ) : DescribeVpnConnectionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpnConnections.
Résultat DescribeVpnConnectionsResponse

EndDescribeVpnGateways() public méthode

Finishes the asynchronous execution of the DescribeVpnGateways operation.
public EndDescribeVpnGateways ( IAsyncResult asyncResult ) : DescribeVpnGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpnGateways.
Résultat DescribeVpnGatewaysResponse

EndDetachClassicLinkVpc() public méthode

Finishes the asynchronous execution of the DetachClassicLinkVpc operation.
public EndDetachClassicLinkVpc ( IAsyncResult asyncResult ) : DetachClassicLinkVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachClassicLinkVpc.
Résultat DetachClassicLinkVpcResponse

EndDetachInternetGateway() public méthode

Finishes the asynchronous execution of the DetachInternetGateway operation.
public EndDetachInternetGateway ( IAsyncResult asyncResult ) : DetachInternetGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachInternetGateway.
Résultat DetachInternetGatewayResponse

EndDetachNetworkInterface() public méthode

Finishes the asynchronous execution of the DetachNetworkInterface operation.
public EndDetachNetworkInterface ( IAsyncResult asyncResult ) : DetachNetworkInterfaceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachNetworkInterface.
Résultat DetachNetworkInterfaceResponse

EndDetachVolume() public méthode

Finishes the asynchronous execution of the DetachVolume operation.
public EndDetachVolume ( IAsyncResult asyncResult ) : DetachVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachVolume.
Résultat DetachVolumeResponse

EndDetachVpnGateway() public méthode

Finishes the asynchronous execution of the DetachVpnGateway operation.
public EndDetachVpnGateway ( IAsyncResult asyncResult ) : DetachVpnGatewayResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachVpnGateway.
Résultat DetachVpnGatewayResponse

EndDisableVgwRoutePropagation() public méthode

Finishes the asynchronous execution of the DisableVgwRoutePropagation operation.
public EndDisableVgwRoutePropagation ( IAsyncResult asyncResult ) : DisableVgwRoutePropagationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableVgwRoutePropagation.
Résultat DisableVgwRoutePropagationResponse

EndDisableVpcClassicLink() public méthode

Finishes the asynchronous execution of the DisableVpcClassicLink operation.
public EndDisableVpcClassicLink ( IAsyncResult asyncResult ) : DisableVpcClassicLinkResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableVpcClassicLink.
Résultat DisableVpcClassicLinkResponse

EndDisableVpcClassicLinkDnsSupport() public méthode

Finishes the asynchronous execution of the DisableVpcClassicLinkDnsSupport operation.
public EndDisableVpcClassicLinkDnsSupport ( IAsyncResult asyncResult ) : DisableVpcClassicLinkDnsSupportResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableVpcClassicLinkDnsSupport.
Résultat DisableVpcClassicLinkDnsSupportResponse

EndDisassociateAddress() public méthode

Finishes the asynchronous execution of the DisassociateAddress operation.
public EndDisassociateAddress ( IAsyncResult asyncResult ) : DisassociateAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateAddress.
Résultat DisassociateAddressResponse

EndDisassociateRouteTable() public méthode

Finishes the asynchronous execution of the DisassociateRouteTable operation.
public EndDisassociateRouteTable ( IAsyncResult asyncResult ) : DisassociateRouteTableResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateRouteTable.
Résultat DisassociateRouteTableResponse

EndDisassociateSubnetCidrBlock() public méthode

Finishes the asynchronous execution of the DisassociateSubnetCidrBlock operation.
public EndDisassociateSubnetCidrBlock ( IAsyncResult asyncResult ) : DisassociateSubnetCidrBlockResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateSubnetCidrBlock.
Résultat DisassociateSubnetCidrBlockResponse

EndDisassociateVpcCidrBlock() public méthode

Finishes the asynchronous execution of the DisassociateVpcCidrBlock operation.
public EndDisassociateVpcCidrBlock ( IAsyncResult asyncResult ) : DisassociateVpcCidrBlockResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateVpcCidrBlock.
Résultat DisassociateVpcCidrBlockResponse

EndEnableVgwRoutePropagation() public méthode

Finishes the asynchronous execution of the EnableVgwRoutePropagation operation.
public EndEnableVgwRoutePropagation ( IAsyncResult asyncResult ) : EnableVgwRoutePropagationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableVgwRoutePropagation.
Résultat EnableVgwRoutePropagationResponse

EndEnableVolumeIO() public méthode

Finishes the asynchronous execution of the EnableVolumeIO operation.
public EndEnableVolumeIO ( IAsyncResult asyncResult ) : EnableVolumeIOResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableVolumeIO.
Résultat EnableVolumeIOResponse

EndEnableVpcClassicLink() public méthode

Finishes the asynchronous execution of the EnableVpcClassicLink operation.
public EndEnableVpcClassicLink ( IAsyncResult asyncResult ) : EnableVpcClassicLinkResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableVpcClassicLink.
Résultat EnableVpcClassicLinkResponse

EndEnableVpcClassicLinkDnsSupport() public méthode

Finishes the asynchronous execution of the EnableVpcClassicLinkDnsSupport operation.
public EndEnableVpcClassicLinkDnsSupport ( IAsyncResult asyncResult ) : EnableVpcClassicLinkDnsSupportResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableVpcClassicLinkDnsSupport.
Résultat EnableVpcClassicLinkDnsSupportResponse

EndGetConsoleOutput() public méthode

Finishes the asynchronous execution of the GetConsoleOutput operation.
public EndGetConsoleOutput ( IAsyncResult asyncResult ) : GetConsoleOutputResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetConsoleOutput.
Résultat GetConsoleOutputResponse

EndGetConsoleScreenshot() public méthode

Finishes the asynchronous execution of the GetConsoleScreenshot operation.
public EndGetConsoleScreenshot ( IAsyncResult asyncResult ) : GetConsoleScreenshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetConsoleScreenshot.
Résultat GetConsoleScreenshotResponse

EndGetHostReservationPurchasePreview() public méthode

Finishes the asynchronous execution of the GetHostReservationPurchasePreview operation.
public EndGetHostReservationPurchasePreview ( IAsyncResult asyncResult ) : GetHostReservationPurchasePreviewResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHostReservationPurchasePreview.
Résultat GetHostReservationPurchasePreviewResponse

EndGetPasswordData() public méthode

Finishes the asynchronous execution of the GetPasswordData operation.
public EndGetPasswordData ( IAsyncResult asyncResult ) : GetPasswordDataResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetPasswordData.
Résultat GetPasswordDataResponse

EndGetReservedInstancesExchangeQuote() public méthode

Finishes the asynchronous execution of the GetReservedInstancesExchangeQuote operation.
public EndGetReservedInstancesExchangeQuote ( IAsyncResult asyncResult ) : GetReservedInstancesExchangeQuoteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetReservedInstancesExchangeQuote.
Résultat GetReservedInstancesExchangeQuoteResponse

EndImportImage() public méthode

Finishes the asynchronous execution of the ImportImage operation.
public EndImportImage ( IAsyncResult asyncResult ) : ImportImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportImage.
Résultat ImportImageResponse

EndImportInstance() public méthode

Finishes the asynchronous execution of the ImportInstance operation.
public EndImportInstance ( IAsyncResult asyncResult ) : ImportInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportInstance.
Résultat ImportInstanceResponse

EndImportKeyPair() public méthode

Finishes the asynchronous execution of the ImportKeyPair operation.
public EndImportKeyPair ( IAsyncResult asyncResult ) : ImportKeyPairResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportKeyPair.
Résultat ImportKeyPairResponse

EndImportSnapshot() public méthode

Finishes the asynchronous execution of the ImportSnapshot operation.
public EndImportSnapshot ( IAsyncResult asyncResult ) : ImportSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportSnapshot.
Résultat ImportSnapshotResponse

EndImportVolume() public méthode

Finishes the asynchronous execution of the ImportVolume operation.
public EndImportVolume ( IAsyncResult asyncResult ) : ImportVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportVolume.
Résultat ImportVolumeResponse

EndModifyHosts() public méthode

Finishes the asynchronous execution of the ModifyHosts operation.
public EndModifyHosts ( IAsyncResult asyncResult ) : ModifyHostsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyHosts.
Résultat ModifyHostsResponse

EndModifyIdFormat() public méthode

Finishes the asynchronous execution of the ModifyIdFormat operation.
public EndModifyIdFormat ( IAsyncResult asyncResult ) : ModifyIdFormatResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyIdFormat.
Résultat ModifyIdFormatResponse

EndModifyIdentityIdFormat() public méthode

Finishes the asynchronous execution of the ModifyIdentityIdFormat operation.
public EndModifyIdentityIdFormat ( IAsyncResult asyncResult ) : ModifyIdentityIdFormatResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyIdentityIdFormat.
Résultat ModifyIdentityIdFormatResponse

EndModifyImageAttribute() public méthode

Finishes the asynchronous execution of the ModifyImageAttribute operation.
public EndModifyImageAttribute ( IAsyncResult asyncResult ) : ModifyImageAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyImageAttribute.
Résultat ModifyImageAttributeResponse

EndModifyInstanceAttribute() public méthode

Finishes the asynchronous execution of the ModifyInstanceAttribute operation.
public EndModifyInstanceAttribute ( IAsyncResult asyncResult ) : ModifyInstanceAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyInstanceAttribute.
Résultat ModifyInstanceAttributeResponse

EndModifyInstancePlacement() public méthode

Finishes the asynchronous execution of the ModifyInstancePlacement operation.
public EndModifyInstancePlacement ( IAsyncResult asyncResult ) : ModifyInstancePlacementResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyInstancePlacement.
Résultat ModifyInstancePlacementResponse

EndModifyNetworkInterfaceAttribute() public méthode

Finishes the asynchronous execution of the ModifyNetworkInterfaceAttribute operation.
public EndModifyNetworkInterfaceAttribute ( IAsyncResult asyncResult ) : ModifyNetworkInterfaceAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyNetworkInterfaceAttribute.
Résultat ModifyNetworkInterfaceAttributeResponse

EndModifyReservedInstances() public méthode

Finishes the asynchronous execution of the ModifyReservedInstances operation.
public EndModifyReservedInstances ( IAsyncResult asyncResult ) : ModifyReservedInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyReservedInstances.
Résultat ModifyReservedInstancesResponse

EndModifySnapshotAttribute() public méthode

Finishes the asynchronous execution of the ModifySnapshotAttribute operation.
public EndModifySnapshotAttribute ( IAsyncResult asyncResult ) : ModifySnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifySnapshotAttribute.
Résultat ModifySnapshotAttributeResponse

EndModifySpotFleetRequest() public méthode

Finishes the asynchronous execution of the ModifySpotFleetRequest operation.
public EndModifySpotFleetRequest ( IAsyncResult asyncResult ) : ModifySpotFleetRequestResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifySpotFleetRequest.
Résultat ModifySpotFleetRequestResponse

EndModifySubnetAttribute() public méthode

Finishes the asynchronous execution of the ModifySubnetAttribute operation.
public EndModifySubnetAttribute ( IAsyncResult asyncResult ) : ModifySubnetAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifySubnetAttribute.
Résultat ModifySubnetAttributeResponse

EndModifyVolumeAttribute() public méthode

Finishes the asynchronous execution of the ModifyVolumeAttribute operation.
public EndModifyVolumeAttribute ( IAsyncResult asyncResult ) : ModifyVolumeAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyVolumeAttribute.
Résultat ModifyVolumeAttributeResponse

EndModifyVpcAttribute() public méthode

Finishes the asynchronous execution of the ModifyVpcAttribute operation.
public EndModifyVpcAttribute ( IAsyncResult asyncResult ) : ModifyVpcAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyVpcAttribute.
Résultat ModifyVpcAttributeResponse

EndModifyVpcEndpoint() public méthode

Finishes the asynchronous execution of the ModifyVpcEndpoint operation.
public EndModifyVpcEndpoint ( IAsyncResult asyncResult ) : ModifyVpcEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyVpcEndpoint.
Résultat ModifyVpcEndpointResponse

EndModifyVpcPeeringConnectionOptions() public méthode

Finishes the asynchronous execution of the ModifyVpcPeeringConnectionOptions operation.
public EndModifyVpcPeeringConnectionOptions ( IAsyncResult asyncResult ) : ModifyVpcPeeringConnectionOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyVpcPeeringConnectionOptions.
Résultat ModifyVpcPeeringConnectionOptionsResponse

EndMonitorInstances() public méthode

Finishes the asynchronous execution of the MonitorInstances operation.
public EndMonitorInstances ( IAsyncResult asyncResult ) : MonitorInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginMonitorInstances.
Résultat MonitorInstancesResponse

EndMoveAddressToVpc() public méthode

Finishes the asynchronous execution of the MoveAddressToVpc operation.
public EndMoveAddressToVpc ( IAsyncResult asyncResult ) : MoveAddressToVpcResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginMoveAddressToVpc.
Résultat MoveAddressToVpcResponse

EndPurchaseHostReservation() public méthode

Finishes the asynchronous execution of the PurchaseHostReservation operation.
public EndPurchaseHostReservation ( IAsyncResult asyncResult ) : PurchaseHostReservationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPurchaseHostReservation.
Résultat PurchaseHostReservationResponse

EndPurchaseReservedInstancesOffering() public méthode

Finishes the asynchronous execution of the PurchaseReservedInstancesOffering operation.
public EndPurchaseReservedInstancesOffering ( IAsyncResult asyncResult ) : PurchaseReservedInstancesOfferingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPurchaseReservedInstancesOffering.
Résultat PurchaseReservedInstancesOfferingResponse

EndPurchaseScheduledInstances() public méthode

Finishes the asynchronous execution of the PurchaseScheduledInstances operation.
public EndPurchaseScheduledInstances ( IAsyncResult asyncResult ) : PurchaseScheduledInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPurchaseScheduledInstances.
Résultat PurchaseScheduledInstancesResponse

EndRebootInstances() public méthode

Finishes the asynchronous execution of the RebootInstances operation.
public EndRebootInstances ( IAsyncResult asyncResult ) : RebootInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebootInstances.
Résultat RebootInstancesResponse

EndRegisterImage() public méthode

Finishes the asynchronous execution of the RegisterImage operation.
public EndRegisterImage ( IAsyncResult asyncResult ) : RegisterImageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterImage.
Résultat RegisterImageResponse

EndRejectVpcPeeringConnection() public méthode

Finishes the asynchronous execution of the RejectVpcPeeringConnection operation.
public EndRejectVpcPeeringConnection ( IAsyncResult asyncResult ) : RejectVpcPeeringConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRejectVpcPeeringConnection.
Résultat RejectVpcPeeringConnectionResponse

EndReleaseAddress() public méthode

Finishes the asynchronous execution of the ReleaseAddress operation.
public EndReleaseAddress ( IAsyncResult asyncResult ) : ReleaseAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReleaseAddress.
Résultat ReleaseAddressResponse

EndReleaseHosts() public méthode

Finishes the asynchronous execution of the ReleaseHosts operation.
public EndReleaseHosts ( IAsyncResult asyncResult ) : ReleaseHostsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReleaseHosts.
Résultat ReleaseHostsResponse

EndReplaceNetworkAclAssociation() public méthode

Finishes the asynchronous execution of the ReplaceNetworkAclAssociation operation.
public EndReplaceNetworkAclAssociation ( IAsyncResult asyncResult ) : ReplaceNetworkAclAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReplaceNetworkAclAssociation.
Résultat ReplaceNetworkAclAssociationResponse

EndReplaceNetworkAclEntry() public méthode

Finishes the asynchronous execution of the ReplaceNetworkAclEntry operation.
public EndReplaceNetworkAclEntry ( IAsyncResult asyncResult ) : ReplaceNetworkAclEntryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReplaceNetworkAclEntry.
Résultat ReplaceNetworkAclEntryResponse

EndReplaceRoute() public méthode

Finishes the asynchronous execution of the ReplaceRoute operation.
public EndReplaceRoute ( IAsyncResult asyncResult ) : ReplaceRouteResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReplaceRoute.
Résultat ReplaceRouteResponse

EndReplaceRouteTableAssociation() public méthode

Finishes the asynchronous execution of the ReplaceRouteTableAssociation operation.
public EndReplaceRouteTableAssociation ( IAsyncResult asyncResult ) : ReplaceRouteTableAssociationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReplaceRouteTableAssociation.
Résultat ReplaceRouteTableAssociationResponse

EndReportInstanceStatus() public méthode

Finishes the asynchronous execution of the ReportInstanceStatus operation.
public EndReportInstanceStatus ( IAsyncResult asyncResult ) : ReportInstanceStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReportInstanceStatus.
Résultat ReportInstanceStatusResponse

EndRequestSpotFleet() public méthode

Finishes the asynchronous execution of the RequestSpotFleet operation.
public EndRequestSpotFleet ( IAsyncResult asyncResult ) : RequestSpotFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRequestSpotFleet.
Résultat RequestSpotFleetResponse

EndRequestSpotInstances() public méthode

Finishes the asynchronous execution of the RequestSpotInstances operation.
public EndRequestSpotInstances ( IAsyncResult asyncResult ) : RequestSpotInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRequestSpotInstances.
Résultat RequestSpotInstancesResponse

EndResetImageAttribute() public méthode

Finishes the asynchronous execution of the ResetImageAttribute operation.
public EndResetImageAttribute ( IAsyncResult asyncResult ) : ResetImageAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetImageAttribute.
Résultat ResetImageAttributeResponse

EndResetInstanceAttribute() public méthode

Finishes the asynchronous execution of the ResetInstanceAttribute operation.
public EndResetInstanceAttribute ( IAsyncResult asyncResult ) : ResetInstanceAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetInstanceAttribute.
Résultat ResetInstanceAttributeResponse

EndResetNetworkInterfaceAttribute() public méthode

Finishes the asynchronous execution of the ResetNetworkInterfaceAttribute operation.
public EndResetNetworkInterfaceAttribute ( IAsyncResult asyncResult ) : ResetNetworkInterfaceAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetNetworkInterfaceAttribute.
Résultat ResetNetworkInterfaceAttributeResponse

EndResetSnapshotAttribute() public méthode

Finishes the asynchronous execution of the ResetSnapshotAttribute operation.
public EndResetSnapshotAttribute ( IAsyncResult asyncResult ) : ResetSnapshotAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResetSnapshotAttribute.
Résultat ResetSnapshotAttributeResponse

EndRestoreAddressToClassic() public méthode

Finishes the asynchronous execution of the RestoreAddressToClassic operation.
public EndRestoreAddressToClassic ( IAsyncResult asyncResult ) : RestoreAddressToClassicResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreAddressToClassic.
Résultat RestoreAddressToClassicResponse

EndRevokeSecurityGroupEgress() public méthode

Finishes the asynchronous execution of the RevokeSecurityGroupEgress operation.
public EndRevokeSecurityGroupEgress ( IAsyncResult asyncResult ) : RevokeSecurityGroupEgressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRevokeSecurityGroupEgress.
Résultat RevokeSecurityGroupEgressResponse

EndRevokeSecurityGroupIngress() public méthode

Finishes the asynchronous execution of the RevokeSecurityGroupIngress operation.
public EndRevokeSecurityGroupIngress ( IAsyncResult asyncResult ) : RevokeSecurityGroupIngressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRevokeSecurityGroupIngress.
Résultat RevokeSecurityGroupIngressResponse

EndRunInstances() public méthode

Finishes the asynchronous execution of the RunInstances operation.
public EndRunInstances ( IAsyncResult asyncResult ) : RunInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRunInstances.
Résultat RunInstancesResponse

EndRunScheduledInstances() public méthode

Finishes the asynchronous execution of the RunScheduledInstances operation.
public EndRunScheduledInstances ( IAsyncResult asyncResult ) : RunScheduledInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRunScheduledInstances.
Résultat RunScheduledInstancesResponse

EndStartInstances() public méthode

Finishes the asynchronous execution of the StartInstances operation.
public EndStartInstances ( IAsyncResult asyncResult ) : StartInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartInstances.
Résultat StartInstancesResponse

EndStopInstances() public méthode

Finishes the asynchronous execution of the StopInstances operation.
public EndStopInstances ( IAsyncResult asyncResult ) : StopInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopInstances.
Résultat StopInstancesResponse

EndTerminateInstances() public méthode

Finishes the asynchronous execution of the TerminateInstances operation.
public EndTerminateInstances ( IAsyncResult asyncResult ) : TerminateInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTerminateInstances.
Résultat TerminateInstancesResponse

EndUnassignIpv6Addresses() public méthode

Finishes the asynchronous execution of the UnassignIpv6Addresses operation.
public EndUnassignIpv6Addresses ( IAsyncResult asyncResult ) : UnassignIpv6AddressesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnassignIpv6Addresses.
Résultat UnassignIpv6AddressesResponse

EndUnassignPrivateIpAddresses() public méthode

Finishes the asynchronous execution of the UnassignPrivateIpAddresses operation.
public EndUnassignPrivateIpAddresses ( IAsyncResult asyncResult ) : UnassignPrivateIpAddressesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnassignPrivateIpAddresses.
Résultat UnassignPrivateIpAddressesResponse

EndUnmonitorInstances() public méthode

Finishes the asynchronous execution of the UnmonitorInstances operation.
public EndUnmonitorInstances ( IAsyncResult asyncResult ) : UnmonitorInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnmonitorInstances.
Résultat UnmonitorInstancesResponse

GetConsoleOutputAsync() public méthode

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

GetConsoleScreenshotAsync() public méthode

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

GetHostReservationPurchasePreviewAsync() public méthode

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

GetPasswordDataAsync() public méthode

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

GetReservedInstancesExchangeQuoteAsync() public méthode

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

ImportImageAsync() public méthode

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

ImportInstanceAsync() public méthode

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

ImportKeyPairAsync() public méthode

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

ImportSnapshotAsync() public méthode

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

ImportVolumeAsync() public méthode

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

ModifyHostsAsync() public méthode

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

ModifyIdFormatAsync() public méthode

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

ModifyIdentityIdFormatAsync() public méthode

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

ModifyImageAttributeAsync() public méthode

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

ModifyInstanceAttributeAsync() public méthode

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

ModifyInstancePlacementAsync() public méthode

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

ModifyNetworkInterfaceAttributeAsync() public méthode

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

ModifyReservedInstancesAsync() public méthode

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

ModifySnapshotAttributeAsync() public méthode

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

ModifySpotFleetRequestAsync() public méthode

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

ModifySubnetAttributeAsync() public méthode

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

ModifyVolumeAttributeAsync() public méthode

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

ModifyVpcAttributeAsync() public méthode

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

ModifyVpcEndpointAsync() public méthode

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

ModifyVpcPeeringConnectionOptionsAsync() public méthode

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

MonitorInstancesAsync() public méthode

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

MoveAddressToVpcAsync() public méthode

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

PurchaseHostReservationAsync() public méthode

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

PurchaseReservedInstancesOfferingAsync() public méthode

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

PurchaseScheduledInstancesAsync() public méthode

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

RebootInstancesAsync() public méthode

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

RegisterImageAsync() public méthode

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

RejectVpcPeeringConnectionAsync() public méthode

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

ReleaseAddressAsync() public méthode

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

ReleaseHostsAsync() public méthode

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

ReplaceNetworkAclAssociationAsync() public méthode

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

ReplaceNetworkAclEntryAsync() public méthode

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

ReplaceRouteAsync() public méthode

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

ReplaceRouteTableAssociationAsync() public méthode

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

ReportInstanceStatusAsync() public méthode

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

RequestSpotFleetAsync() public méthode

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

RequestSpotInstancesAsync() public méthode

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

ResetImageAttributeAsync() public méthode

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

ResetInstanceAttributeAsync() public méthode

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

ResetNetworkInterfaceAttributeAsync() public méthode

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

ResetSnapshotAttributeAsync() public méthode

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

RestoreAddressToClassicAsync() public méthode

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

RevokeSecurityGroupEgressAsync() public méthode

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

RevokeSecurityGroupIngressAsync() public méthode

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

RunInstancesAsync() public méthode

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

RunScheduledInstancesAsync() public méthode

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

StartInstancesAsync() public méthode

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

StopInstancesAsync() public méthode

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

TerminateInstancesAsync() public méthode

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

UnassignIpv6AddressesAsync() public méthode

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

UnassignPrivateIpAddressesAsync() public méthode

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

UnmonitorInstancesAsync() public méthode

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