C# Class Amazon.OpsWorks.AmazonOpsWorksClient

Implementation for accessing OpsWorks AWS OpsWorks

Welcome to the AWS OpsWorks API Reference. This guide provides descriptions, syntax, and usage examples about AWS OpsWorks actions and data types, including common parameters and error codes.

AWS OpsWorks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the AWS OpsWorks details page.

SDKs and CLI

The most common way to use the AWS OpsWorks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see:

Endpoints

AWS OpsWorks supports only one endpoint, opsworks.us-east-1.amazonaws.com (HTTPS), so you must connect to that endpoint. You can then use the API to direct AWS OpsWorks to create stacks in any AWS Region.

Chef Version

When you call CreateStack, CloneStack, or UpdateStack we recommend you use the ConfigurationManager parameter to specify the Chef version, 0.9, 11.4, or 11.10. The default value is currently 11.4. For more information, see Chef Versions.

Inheritance: AmazonWebServiceClient, IAmazonOpsWorks
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
AmazonOpsWorksClient ( ) : System

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

AmazonOpsWorksClient ( AWSCredentials credentials ) : System

Constructs AmazonOpsWorksClient with AWS Credentials

AmazonOpsWorksClient ( AWSCredentials credentials, AmazonOpsWorksConfig clientConfig ) : System

Constructs AmazonOpsWorksClient with AWS Credentials and an AmazonOpsWorksClient Configuration object.

AmazonOpsWorksClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonOpsWorksClient with AWS Credentials

AmazonOpsWorksClient ( AmazonOpsWorksConfig config ) : System

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

AmazonOpsWorksClient ( RegionEndpoint region ) : System

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

AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key

AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonOpsWorksConfig clientConfig ) : System

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

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

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key

AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonOpsWorksConfig clientConfig ) : System

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

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

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key

AssignInstanceAsync ( AssignInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssignInstance operation.

AssignVolumeAsync ( AssignVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssignVolume operation.

AssociateElasticIpAsync ( AssociateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateElasticIp operation.

AttachElasticLoadBalancerAsync ( AttachElasticLoadBalancerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AttachElasticLoadBalancer operation.

BeginAssignInstance ( AssignInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssignInstance operation.

BeginAssignVolume ( AssignVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssignVolume operation.

BeginAssociateElasticIp ( AssociateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateElasticIp operation.

BeginAttachElasticLoadBalancer ( AttachElasticLoadBalancerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AttachElasticLoadBalancer operation.

BeginCloneStack ( CloneStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CloneStack operation.

BeginCreateApp ( CreateAppRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateApp operation.

BeginCreateDeployment ( CreateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDeployment operation.

BeginCreateInstance ( CreateInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateInstance operation.

BeginCreateLayer ( CreateLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateLayer operation.

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

Initiates the asynchronous execution of the CreateStack operation.

BeginCreateUserProfile ( CreateUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateUserProfile operation.

BeginDeleteApp ( DeleteAppRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApp operation.

BeginDeleteInstance ( DeleteInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteInstance operation.

BeginDeleteLayer ( DeleteLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteLayer operation.

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

Initiates the asynchronous execution of the DeleteStack operation.

BeginDeleteUserProfile ( DeleteUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteUserProfile operation.

BeginDeregisterEcsCluster ( DeregisterEcsClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterEcsCluster operation.

BeginDeregisterElasticIp ( DeregisterElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterElasticIp operation.

BeginDeregisterInstance ( DeregisterInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterInstance operation.

BeginDeregisterRdsDbInstance ( DeregisterRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterRdsDbInstance operation.

BeginDeregisterVolume ( DeregisterVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterVolume operation.

BeginDescribeAgentVersions ( Amazon.OpsWorks.Model.DescribeAgentVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAgentVersions operation.

BeginDescribeApps ( DescribeAppsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeApps operation.

BeginDescribeCommands ( DescribeCommandsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCommands operation.

BeginDescribeDeployments ( DescribeDeploymentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDeployments operation.

BeginDescribeEcsClusters ( DescribeEcsClustersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEcsClusters operation.

BeginDescribeElasticIps ( DescribeElasticIpsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeElasticIps operation.

BeginDescribeElasticLoadBalancers ( DescribeElasticLoadBalancersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeElasticLoadBalancers operation.

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

Initiates the asynchronous execution of the DescribeInstances operation.

BeginDescribeLayers ( DescribeLayersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeLayers operation.

BeginDescribeLoadBasedAutoScaling ( DescribeLoadBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeLoadBasedAutoScaling operation.

BeginDescribeMyUserProfile ( DescribeMyUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMyUserProfile operation.

BeginDescribePermissions ( DescribePermissionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePermissions operation.

BeginDescribeRaidArrays ( DescribeRaidArraysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRaidArrays operation.

BeginDescribeRdsDbInstances ( DescribeRdsDbInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRdsDbInstances operation.

BeginDescribeServiceErrors ( DescribeServiceErrorsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeServiceErrors operation.

BeginDescribeStackProvisioningParameters ( DescribeStackProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStackProvisioningParameters operation.

BeginDescribeStackSummary ( DescribeStackSummaryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStackSummary operation.

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

Initiates the asynchronous execution of the DescribeStacks operation.

BeginDescribeTimeBasedAutoScaling ( DescribeTimeBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTimeBasedAutoScaling operation.

BeginDescribeUserProfiles ( DescribeUserProfilesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeUserProfiles operation.

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

Initiates the asynchronous execution of the DescribeVolumes operation.

BeginDetachElasticLoadBalancer ( DetachElasticLoadBalancerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DetachElasticLoadBalancer operation.

BeginDisassociateElasticIp ( DisassociateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateElasticIp operation.

BeginGetHostnameSuggestion ( GetHostnameSuggestionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetHostnameSuggestion operation.

BeginGrantAccess ( GrantAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GrantAccess operation.

BeginRebootInstance ( RebootInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RebootInstance operation.

BeginRegisterEcsCluster ( RegisterEcsClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterEcsCluster operation.

BeginRegisterElasticIp ( RegisterElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterElasticIp operation.

BeginRegisterInstance ( RegisterInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterInstance operation.

BeginRegisterRdsDbInstance ( RegisterRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterRdsDbInstance operation.

BeginRegisterVolume ( RegisterVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterVolume operation.

BeginSetLoadBasedAutoScaling ( SetLoadBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetLoadBasedAutoScaling operation.

BeginSetPermission ( SetPermissionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetPermission operation.

BeginSetTimeBasedAutoScaling ( SetTimeBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetTimeBasedAutoScaling operation.

BeginStartInstance ( StartInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartInstance operation.

BeginStartStack ( StartStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartStack operation.

BeginStopInstance ( StopInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopInstance operation.

BeginStopStack ( StopStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopStack operation.

BeginUnassignInstance ( UnassignInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UnassignInstance operation.

BeginUnassignVolume ( UnassignVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UnassignVolume operation.

BeginUpdateApp ( UpdateAppRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApp operation.

BeginUpdateElasticIp ( UpdateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateElasticIp operation.

BeginUpdateInstance ( UpdateInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateInstance operation.

BeginUpdateLayer ( UpdateLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateLayer operation.

BeginUpdateMyUserProfile ( UpdateMyUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateMyUserProfile operation.

BeginUpdateRdsDbInstance ( UpdateRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateRdsDbInstance operation.

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

Initiates the asynchronous execution of the UpdateStack operation.

BeginUpdateUserProfile ( UpdateUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateUserProfile operation.

BeginUpdateVolume ( UpdateVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateVolume operation.

CloneStackAsync ( CloneStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CloneStack operation.

CreateAppAsync ( CreateAppRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateApp operation.

CreateDeploymentAsync ( CreateDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDeployment operation.

CreateInstanceAsync ( CreateInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateInstance operation.

CreateLayerAsync ( CreateLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateLayer operation.

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

Initiates the asynchronous execution of the CreateStack operation.

CreateUserProfileAsync ( CreateUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateUserProfile operation.

DeleteAppAsync ( DeleteAppRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApp operation.

DeleteInstanceAsync ( DeleteInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteInstance operation.

DeleteLayerAsync ( DeleteLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteLayer operation.

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

Initiates the asynchronous execution of the DeleteStack operation.

DeleteUserProfileAsync ( DeleteUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteUserProfile operation.

DeregisterEcsClusterAsync ( DeregisterEcsClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterEcsCluster operation.

DeregisterElasticIpAsync ( DeregisterElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterElasticIp operation.

DeregisterInstanceAsync ( DeregisterInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterInstance operation.

DeregisterRdsDbInstanceAsync ( DeregisterRdsDbInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterRdsDbInstance operation.

DeregisterVolumeAsync ( DeregisterVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterVolume operation.

DescribeAgentVersionsAsync ( Amazon.OpsWorks.Model.DescribeAgentVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAgentVersions operation.

DescribeAppsAsync ( DescribeAppsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeApps operation.

DescribeCommandsAsync ( DescribeCommandsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCommands operation.

DescribeDeploymentsAsync ( DescribeDeploymentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDeployments operation.

DescribeEcsClustersAsync ( DescribeEcsClustersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEcsClusters operation.

DescribeElasticIpsAsync ( DescribeElasticIpsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeElasticIps operation.

DescribeElasticLoadBalancersAsync ( DescribeElasticLoadBalancersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeElasticLoadBalancers operation.

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

Describes a stack's Elastic Load Balancing instances.

You must specify at least one of the parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

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

Initiates the asynchronous execution of the DescribeInstances operation.

DescribeLayersAsync ( DescribeLayersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeLayers operation.

DescribeLoadBasedAutoScalingAsync ( DescribeLoadBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeLoadBasedAutoScaling operation.

DescribeMyUserProfileAsync ( DescribeMyUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMyUserProfile operation.

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

Describes a user's SSH information.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

DescribePermissionsAsync ( DescribePermissionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePermissions operation.

DescribeRaidArraysAsync ( DescribeRaidArraysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRaidArrays operation.

DescribeRdsDbInstancesAsync ( DescribeRdsDbInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRdsDbInstances operation.

DescribeServiceErrorsAsync ( DescribeServiceErrorsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeServiceErrors operation.

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

Describes AWS OpsWorks service errors.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

DescribeStackProvisioningParametersAsync ( DescribeStackProvisioningParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStackProvisioningParameters operation.

DescribeStackSummaryAsync ( DescribeStackSummaryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStackSummary operation.

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

Initiates the asynchronous execution of the DescribeStacks operation.

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

Requests a description of one or more stacks.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

DescribeTimeBasedAutoScalingAsync ( DescribeTimeBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTimeBasedAutoScaling operation.

DescribeUserProfilesAsync ( DescribeUserProfilesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeUserProfiles operation.

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

Describe specified users.

Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

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

Initiates the asynchronous execution of the DescribeVolumes operation.

DetachElasticLoadBalancerAsync ( DetachElasticLoadBalancerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DetachElasticLoadBalancer operation.

DisassociateElasticIpAsync ( DisassociateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateElasticIp operation.

EndAssignInstance ( IAsyncResult asyncResult ) : AssignInstanceResponse

Finishes the asynchronous execution of the AssignInstance operation.

EndAssignVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AssignVolumeResponse

Finishes the asynchronous execution of the AssignVolume operation.

EndAssociateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AssociateElasticIpResponse

Finishes the asynchronous execution of the AssociateElasticIp operation.

EndAttachElasticLoadBalancer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse

Finishes the asynchronous execution of the AttachElasticLoadBalancer operation.

EndCloneStack ( IAsyncResult asyncResult ) : CloneStackResponse

Finishes the asynchronous execution of the CloneStack operation.

EndCreateApp ( IAsyncResult asyncResult ) : CreateAppResponse

Finishes the asynchronous execution of the CreateApp operation.

EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse

Finishes the asynchronous execution of the CreateDeployment operation.

EndCreateInstance ( IAsyncResult asyncResult ) : CreateInstanceResponse

Finishes the asynchronous execution of the CreateInstance operation.

EndCreateLayer ( IAsyncResult asyncResult ) : CreateLayerResponse

Finishes the asynchronous execution of the CreateLayer operation.

EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse

Finishes the asynchronous execution of the CreateStack operation.

EndCreateUserProfile ( IAsyncResult asyncResult ) : CreateUserProfileResponse

Finishes the asynchronous execution of the CreateUserProfile operation.

EndDeleteApp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteAppResponse

Finishes the asynchronous execution of the DeleteApp operation.

EndDeleteInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteInstanceResponse

Finishes the asynchronous execution of the DeleteInstance operation.

EndDeleteLayer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteLayerResponse

Finishes the asynchronous execution of the DeleteLayer operation.

EndDeleteStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteStackResponse

Finishes the asynchronous execution of the DeleteStack operation.

EndDeleteUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteUserProfileResponse

Finishes the asynchronous execution of the DeleteUserProfile operation.

EndDeregisterEcsCluster ( IAsyncResult asyncResult ) : DeregisterEcsClusterResponse

Finishes the asynchronous execution of the DeregisterEcsCluster operation.

EndDeregisterElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterElasticIpResponse

Finishes the asynchronous execution of the DeregisterElasticIp operation.

EndDeregisterInstance ( IAsyncResult asyncResult ) : DeregisterInstanceResponse

Finishes the asynchronous execution of the DeregisterInstance operation.

EndDeregisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse

Finishes the asynchronous execution of the DeregisterRdsDbInstance operation.

EndDeregisterVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterVolumeResponse

Finishes the asynchronous execution of the DeregisterVolume operation.

EndDescribeAgentVersions ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeAgentVersionsResponse

Finishes the asynchronous execution of the DescribeAgentVersions operation.

EndDescribeApps ( IAsyncResult asyncResult ) : DescribeAppsResponse

Finishes the asynchronous execution of the DescribeApps operation.

EndDescribeCommands ( IAsyncResult asyncResult ) : DescribeCommandsResponse

Finishes the asynchronous execution of the DescribeCommands operation.

EndDescribeDeployments ( IAsyncResult asyncResult ) : DescribeDeploymentsResponse

Finishes the asynchronous execution of the DescribeDeployments operation.

EndDescribeEcsClusters ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeEcsClustersResponse

Finishes the asynchronous execution of the DescribeEcsClusters operation.

EndDescribeElasticIps ( IAsyncResult asyncResult ) : DescribeElasticIpsResponse

Finishes the asynchronous execution of the DescribeElasticIps operation.

EndDescribeElasticLoadBalancers ( IAsyncResult asyncResult ) : DescribeElasticLoadBalancersResponse

Finishes the asynchronous execution of the DescribeElasticLoadBalancers operation.

EndDescribeInstances ( IAsyncResult asyncResult ) : DescribeInstancesResponse

Finishes the asynchronous execution of the DescribeInstances operation.

EndDescribeLayers ( IAsyncResult asyncResult ) : DescribeLayersResponse

Finishes the asynchronous execution of the DescribeLayers operation.

EndDescribeLoadBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeLoadBasedAutoScalingResponse

Finishes the asynchronous execution of the DescribeLoadBasedAutoScaling operation.

EndDescribeMyUserProfile ( IAsyncResult asyncResult ) : DescribeMyUserProfileResponse

Finishes the asynchronous execution of the DescribeMyUserProfile operation.

EndDescribePermissions ( IAsyncResult asyncResult ) : DescribePermissionsResponse

Finishes the asynchronous execution of the DescribePermissions operation.

EndDescribeRaidArrays ( IAsyncResult asyncResult ) : DescribeRaidArraysResponse

Finishes the asynchronous execution of the DescribeRaidArrays operation.

EndDescribeRdsDbInstances ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse

Finishes the asynchronous execution of the DescribeRdsDbInstances operation.

EndDescribeServiceErrors ( IAsyncResult asyncResult ) : DescribeServiceErrorsResponse

Finishes the asynchronous execution of the DescribeServiceErrors operation.

EndDescribeStackProvisioningParameters ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse

Finishes the asynchronous execution of the DescribeStackProvisioningParameters operation.

EndDescribeStackSummary ( IAsyncResult asyncResult ) : DescribeStackSummaryResponse

Finishes the asynchronous execution of the DescribeStackSummary operation.

EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse

Finishes the asynchronous execution of the DescribeStacks operation.

EndDescribeTimeBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeTimeBasedAutoScalingResponse

Finishes the asynchronous execution of the DescribeTimeBasedAutoScaling operation.

EndDescribeUserProfiles ( IAsyncResult asyncResult ) : DescribeUserProfilesResponse

Finishes the asynchronous execution of the DescribeUserProfiles operation.

EndDescribeVolumes ( IAsyncResult asyncResult ) : DescribeVolumesResponse

Finishes the asynchronous execution of the DescribeVolumes operation.

EndDetachElasticLoadBalancer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse

Finishes the asynchronous execution of the DetachElasticLoadBalancer operation.

EndDisassociateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DisassociateElasticIpResponse

Finishes the asynchronous execution of the DisassociateElasticIp operation.

EndGetHostnameSuggestion ( IAsyncResult asyncResult ) : GetHostnameSuggestionResponse

Finishes the asynchronous execution of the GetHostnameSuggestion operation.

EndGrantAccess ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.GrantAccessResponse

Finishes the asynchronous execution of the GrantAccess operation.

EndRebootInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RebootInstanceResponse

Finishes the asynchronous execution of the RebootInstance operation.

EndRegisterEcsCluster ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterEcsClusterResponse

Finishes the asynchronous execution of the RegisterEcsCluster operation.

EndRegisterElasticIp ( IAsyncResult asyncResult ) : RegisterElasticIpResponse

Finishes the asynchronous execution of the RegisterElasticIp operation.

EndRegisterInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterInstanceResponse

Finishes the asynchronous execution of the RegisterInstance operation.

EndRegisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse

Finishes the asynchronous execution of the RegisterRdsDbInstance operation.

EndRegisterVolume ( IAsyncResult asyncResult ) : RegisterVolumeResponse

Finishes the asynchronous execution of the RegisterVolume operation.

EndSetLoadBasedAutoScaling ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse

Finishes the asynchronous execution of the SetLoadBasedAutoScaling operation.

EndSetPermission ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetPermissionResponse

Finishes the asynchronous execution of the SetPermission operation.

EndSetTimeBasedAutoScaling ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse

Finishes the asynchronous execution of the SetTimeBasedAutoScaling operation.

EndStartInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StartInstanceResponse

Finishes the asynchronous execution of the StartInstance operation.

EndStartStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StartStackResponse

Finishes the asynchronous execution of the StartStack operation.

EndStopInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StopInstanceResponse

Finishes the asynchronous execution of the StopInstance operation.

EndStopStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StopStackResponse

Finishes the asynchronous execution of the StopStack operation.

EndUnassignInstance ( IAsyncResult asyncResult ) : UnassignInstanceResponse

Finishes the asynchronous execution of the UnassignInstance operation.

EndUnassignVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UnassignVolumeResponse

Finishes the asynchronous execution of the UnassignVolume operation.

EndUpdateApp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateAppResponse

Finishes the asynchronous execution of the UpdateApp operation.

EndUpdateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateElasticIpResponse

Finishes the asynchronous execution of the UpdateElasticIp operation.

EndUpdateInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateInstanceResponse

Finishes the asynchronous execution of the UpdateInstance operation.

EndUpdateLayer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateLayerResponse

Finishes the asynchronous execution of the UpdateLayer operation.

EndUpdateMyUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateMyUserProfileResponse

Finishes the asynchronous execution of the UpdateMyUserProfile operation.

EndUpdateRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse

Finishes the asynchronous execution of the UpdateRdsDbInstance operation.

EndUpdateStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateStackResponse

Finishes the asynchronous execution of the UpdateStack operation.

EndUpdateUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateUserProfileResponse

Finishes the asynchronous execution of the UpdateUserProfile operation.

EndUpdateVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateVolumeResponse

Finishes the asynchronous execution of the UpdateVolume operation.

GetHostnameSuggestionAsync ( GetHostnameSuggestionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetHostnameSuggestion operation.

GrantAccessAsync ( GrantAccessRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GrantAccess operation.

RebootInstanceAsync ( RebootInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RebootInstance operation.

RegisterEcsClusterAsync ( RegisterEcsClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterEcsCluster operation.

RegisterElasticIpAsync ( RegisterElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterElasticIp operation.

RegisterInstanceAsync ( RegisterInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterInstance operation.

RegisterRdsDbInstanceAsync ( RegisterRdsDbInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterRdsDbInstance operation.

RegisterVolumeAsync ( RegisterVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterVolume operation.

SetLoadBasedAutoScalingAsync ( SetLoadBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetLoadBasedAutoScaling operation.

SetPermissionAsync ( SetPermissionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetPermission operation.

SetTimeBasedAutoScalingAsync ( SetTimeBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetTimeBasedAutoScaling operation.

StartInstanceAsync ( StartInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartInstance operation.

StartStackAsync ( StartStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartStack operation.

StopInstanceAsync ( StopInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopInstance operation.

StopStackAsync ( StopStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopStack operation.

UnassignInstanceAsync ( UnassignInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UnassignInstance operation.

UnassignVolumeAsync ( UnassignVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UnassignVolume operation.

UpdateAppAsync ( UpdateAppRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApp operation.

UpdateElasticIpAsync ( UpdateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateElasticIp operation.

UpdateInstanceAsync ( UpdateInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateInstance operation.

UpdateLayerAsync ( UpdateLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateLayer operation.

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

Updates a user's SSH public key.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

UpdateMyUserProfileAsync ( UpdateMyUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateMyUserProfile operation.

UpdateRdsDbInstanceAsync ( UpdateRdsDbInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateRdsDbInstance operation.

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

Initiates the asynchronous execution of the UpdateStack operation.

UpdateUserProfileAsync ( UpdateUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateUserProfile operation.

UpdateVolumeAsync ( UpdateVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateVolume operation.

Méthodes protégées

Méthode Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Private Methods

Méthode Description
AssignInstance ( AssignInstanceRequest request ) : AssignInstanceResponse
AssignVolume ( AssignVolumeRequest request ) : Amazon.OpsWorks.Model.AssignVolumeResponse
AssociateElasticIp ( AssociateElasticIpRequest request ) : Amazon.OpsWorks.Model.AssociateElasticIpResponse
AttachElasticLoadBalancer ( AttachElasticLoadBalancerRequest request ) : Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse
CloneStack ( CloneStackRequest request ) : CloneStackResponse
CreateApp ( CreateAppRequest request ) : CreateAppResponse
CreateDeployment ( CreateDeploymentRequest request ) : CreateDeploymentResponse
CreateInstance ( CreateInstanceRequest request ) : CreateInstanceResponse
CreateLayer ( CreateLayerRequest request ) : CreateLayerResponse
CreateStack ( CreateStackRequest request ) : CreateStackResponse
CreateUserProfile ( CreateUserProfileRequest request ) : CreateUserProfileResponse
DeleteApp ( DeleteAppRequest request ) : Amazon.OpsWorks.Model.DeleteAppResponse
DeleteInstance ( DeleteInstanceRequest request ) : Amazon.OpsWorks.Model.DeleteInstanceResponse
DeleteLayer ( DeleteLayerRequest request ) : Amazon.OpsWorks.Model.DeleteLayerResponse
DeleteStack ( DeleteStackRequest request ) : Amazon.OpsWorks.Model.DeleteStackResponse
DeleteUserProfile ( DeleteUserProfileRequest request ) : Amazon.OpsWorks.Model.DeleteUserProfileResponse
DeregisterEcsCluster ( DeregisterEcsClusterRequest request ) : DeregisterEcsClusterResponse
DeregisterElasticIp ( DeregisterElasticIpRequest request ) : Amazon.OpsWorks.Model.DeregisterElasticIpResponse
DeregisterInstance ( DeregisterInstanceRequest request ) : DeregisterInstanceResponse
DeregisterRdsDbInstance ( DeregisterRdsDbInstanceRequest request ) : Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse
DeregisterVolume ( DeregisterVolumeRequest request ) : Amazon.OpsWorks.Model.DeregisterVolumeResponse
DescribeAgentVersions ( Amazon.OpsWorks.Model.DescribeAgentVersionsRequest request ) : Amazon.OpsWorks.Model.DescribeAgentVersionsResponse
DescribeApps ( DescribeAppsRequest request ) : DescribeAppsResponse
DescribeCommands ( DescribeCommandsRequest request ) : DescribeCommandsResponse
DescribeDeployments ( DescribeDeploymentsRequest request ) : DescribeDeploymentsResponse
DescribeEcsClusters ( DescribeEcsClustersRequest request ) : Amazon.OpsWorks.Model.DescribeEcsClustersResponse
DescribeElasticIps ( DescribeElasticIpsRequest request ) : DescribeElasticIpsResponse
DescribeElasticLoadBalancers ( ) : DescribeElasticLoadBalancersResponse
DescribeElasticLoadBalancers ( DescribeElasticLoadBalancersRequest request ) : DescribeElasticLoadBalancersResponse
DescribeInstances ( DescribeInstancesRequest request ) : DescribeInstancesResponse
DescribeLayers ( DescribeLayersRequest request ) : DescribeLayersResponse
DescribeLoadBasedAutoScaling ( DescribeLoadBasedAutoScalingRequest request ) : DescribeLoadBasedAutoScalingResponse
DescribeMyUserProfile ( ) : DescribeMyUserProfileResponse
DescribeMyUserProfile ( DescribeMyUserProfileRequest request ) : DescribeMyUserProfileResponse
DescribePermissions ( DescribePermissionsRequest request ) : DescribePermissionsResponse
DescribeRaidArrays ( DescribeRaidArraysRequest request ) : DescribeRaidArraysResponse
DescribeRdsDbInstances ( DescribeRdsDbInstancesRequest request ) : Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse
DescribeServiceErrors ( ) : DescribeServiceErrorsResponse
DescribeServiceErrors ( DescribeServiceErrorsRequest request ) : DescribeServiceErrorsResponse
DescribeStackProvisioningParameters ( DescribeStackProvisioningParametersRequest request ) : Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse
DescribeStackSummary ( DescribeStackSummaryRequest request ) : DescribeStackSummaryResponse
DescribeStacks ( ) : DescribeStacksResponse
DescribeStacks ( DescribeStacksRequest request ) : DescribeStacksResponse
DescribeTimeBasedAutoScaling ( DescribeTimeBasedAutoScalingRequest request ) : DescribeTimeBasedAutoScalingResponse
DescribeUserProfiles ( ) : DescribeUserProfilesResponse
DescribeUserProfiles ( DescribeUserProfilesRequest request ) : DescribeUserProfilesResponse
DescribeVolumes ( DescribeVolumesRequest request ) : DescribeVolumesResponse
DetachElasticLoadBalancer ( DetachElasticLoadBalancerRequest request ) : Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse
DisassociateElasticIp ( DisassociateElasticIpRequest request ) : Amazon.OpsWorks.Model.DisassociateElasticIpResponse
GetHostnameSuggestion ( GetHostnameSuggestionRequest request ) : GetHostnameSuggestionResponse
GrantAccess ( GrantAccessRequest request ) : Amazon.OpsWorks.Model.GrantAccessResponse
RebootInstance ( RebootInstanceRequest request ) : Amazon.OpsWorks.Model.RebootInstanceResponse
RegisterEcsCluster ( RegisterEcsClusterRequest request ) : Amazon.OpsWorks.Model.RegisterEcsClusterResponse
RegisterElasticIp ( RegisterElasticIpRequest request ) : RegisterElasticIpResponse
RegisterInstance ( RegisterInstanceRequest request ) : Amazon.OpsWorks.Model.RegisterInstanceResponse
RegisterRdsDbInstance ( RegisterRdsDbInstanceRequest request ) : Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse
RegisterVolume ( RegisterVolumeRequest request ) : RegisterVolumeResponse
SetLoadBasedAutoScaling ( SetLoadBasedAutoScalingRequest request ) : Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse
SetPermission ( SetPermissionRequest request ) : Amazon.OpsWorks.Model.SetPermissionResponse
SetTimeBasedAutoScaling ( SetTimeBasedAutoScalingRequest request ) : Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse
StartInstance ( StartInstanceRequest request ) : Amazon.OpsWorks.Model.StartInstanceResponse
StartStack ( StartStackRequest request ) : Amazon.OpsWorks.Model.StartStackResponse
StopInstance ( StopInstanceRequest request ) : Amazon.OpsWorks.Model.StopInstanceResponse
StopStack ( StopStackRequest request ) : Amazon.OpsWorks.Model.StopStackResponse
UnassignInstance ( UnassignInstanceRequest request ) : UnassignInstanceResponse
UnassignVolume ( UnassignVolumeRequest request ) : Amazon.OpsWorks.Model.UnassignVolumeResponse
UpdateApp ( UpdateAppRequest request ) : Amazon.OpsWorks.Model.UpdateAppResponse
UpdateElasticIp ( UpdateElasticIpRequest request ) : Amazon.OpsWorks.Model.UpdateElasticIpResponse
UpdateInstance ( UpdateInstanceRequest request ) : Amazon.OpsWorks.Model.UpdateInstanceResponse
UpdateLayer ( UpdateLayerRequest request ) : Amazon.OpsWorks.Model.UpdateLayerResponse
UpdateMyUserProfile ( ) : Amazon.OpsWorks.Model.UpdateMyUserProfileResponse
UpdateMyUserProfile ( UpdateMyUserProfileRequest request ) : Amazon.OpsWorks.Model.UpdateMyUserProfileResponse
UpdateRdsDbInstance ( UpdateRdsDbInstanceRequest request ) : Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse
UpdateStack ( UpdateStackRequest request ) : Amazon.OpsWorks.Model.UpdateStackResponse
UpdateUserProfile ( UpdateUserProfileRequest request ) : Amazon.OpsWorks.Model.UpdateUserProfileResponse
UpdateVolume ( UpdateVolumeRequest request ) : Amazon.OpsWorks.Model.UpdateVolumeResponse

Method Details

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AmazonOpsWorksClient() public méthode

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

AssignInstanceAsync() public méthode

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

AssignVolumeAsync() public méthode

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

AssociateElasticIpAsync() public méthode

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

AttachElasticLoadBalancerAsync() public méthode

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

BeginAssignInstance() public méthode

Initiates the asynchronous execution of the AssignInstance operation.
public BeginAssignInstance ( AssignInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.AssignInstanceRequest Container for the necessary parameters to execute the AssignInstance operation on AmazonOpsWorksClient.
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

BeginAssignVolume() public méthode

Initiates the asynchronous execution of the AssignVolume operation.
public BeginAssignVolume ( AssignVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.AssignVolumeRequest Container for the necessary parameters to execute the AssignVolume operation on AmazonOpsWorksClient.
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

BeginAssociateElasticIp() public méthode

Initiates the asynchronous execution of the AssociateElasticIp operation.
public BeginAssociateElasticIp ( AssociateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.AssociateElasticIpRequest Container for the necessary parameters to execute the AssociateElasticIp operation on AmazonOpsWorksClient.
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

BeginAttachElasticLoadBalancer() public méthode

Initiates the asynchronous execution of the AttachElasticLoadBalancer operation.
public BeginAttachElasticLoadBalancer ( AttachElasticLoadBalancerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.AttachElasticLoadBalancerRequest Container for the necessary parameters to execute the AttachElasticLoadBalancer operation on AmazonOpsWorksClient.
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

BeginCloneStack() public méthode

Initiates the asynchronous execution of the CloneStack operation.
public BeginCloneStack ( CloneStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CloneStackRequest Container for the necessary parameters to execute the CloneStack operation on AmazonOpsWorksClient.
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

BeginCreateApp() public méthode

Initiates the asynchronous execution of the CreateApp operation.
public BeginCreateApp ( CreateAppRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateAppRequest Container for the necessary parameters to execute the CreateApp operation on AmazonOpsWorksClient.
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

BeginCreateDeployment() public méthode

Initiates the asynchronous execution of the CreateDeployment operation.
public BeginCreateDeployment ( CreateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateDeploymentRequest Container for the necessary parameters to execute the CreateDeployment operation on AmazonOpsWorksClient.
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

BeginCreateInstance() public méthode

Initiates the asynchronous execution of the CreateInstance operation.
public BeginCreateInstance ( CreateInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateInstanceRequest Container for the necessary parameters to execute the CreateInstance operation on AmazonOpsWorksClient.
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

BeginCreateLayer() public méthode

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

BeginCreateStack() public méthode

Initiates the asynchronous execution of the CreateStack operation.
public BeginCreateStack ( CreateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateStackRequest Container for the necessary parameters to execute the CreateStack operation on AmazonOpsWorksClient.
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

BeginCreateUserProfile() public méthode

Initiates the asynchronous execution of the CreateUserProfile operation.
public BeginCreateUserProfile ( CreateUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateUserProfileRequest Container for the necessary parameters to execute the CreateUserProfile operation on AmazonOpsWorksClient.
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

BeginDeleteApp() public méthode

Initiates the asynchronous execution of the DeleteApp operation.
public BeginDeleteApp ( DeleteAppRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeleteAppRequest Container for the necessary parameters to execute the DeleteApp operation on AmazonOpsWorksClient.
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

BeginDeleteInstance() public méthode

Initiates the asynchronous execution of the DeleteInstance operation.
public BeginDeleteInstance ( DeleteInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeleteInstanceRequest Container for the necessary parameters to execute the DeleteInstance operation on AmazonOpsWorksClient.
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

BeginDeleteLayer() public méthode

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

BeginDeleteStack() public méthode

Initiates the asynchronous execution of the DeleteStack operation.
public BeginDeleteStack ( DeleteStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeleteStackRequest Container for the necessary parameters to execute the DeleteStack operation on AmazonOpsWorksClient.
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

BeginDeleteUserProfile() public méthode

Initiates the asynchronous execution of the DeleteUserProfile operation.
public BeginDeleteUserProfile ( DeleteUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeleteUserProfileRequest Container for the necessary parameters to execute the DeleteUserProfile operation on AmazonOpsWorksClient.
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

BeginDeregisterEcsCluster() public méthode

Initiates the asynchronous execution of the DeregisterEcsCluster operation.
public BeginDeregisterEcsCluster ( DeregisterEcsClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterEcsClusterRequest Container for the necessary parameters to execute the DeregisterEcsCluster operation on AmazonOpsWorksClient.
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

BeginDeregisterElasticIp() public méthode

Initiates the asynchronous execution of the DeregisterElasticIp operation.
public BeginDeregisterElasticIp ( DeregisterElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterElasticIpRequest Container for the necessary parameters to execute the DeregisterElasticIp operation on AmazonOpsWorksClient.
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

BeginDeregisterInstance() public méthode

Initiates the asynchronous execution of the DeregisterInstance operation.
public BeginDeregisterInstance ( DeregisterInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterInstanceRequest Container for the necessary parameters to execute the DeregisterInstance operation on AmazonOpsWorksClient.
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

BeginDeregisterRdsDbInstance() public méthode

Initiates the asynchronous execution of the DeregisterRdsDbInstance operation.
public BeginDeregisterRdsDbInstance ( DeregisterRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterRdsDbInstanceRequest Container for the necessary parameters to execute the DeregisterRdsDbInstance operation on AmazonOpsWorksClient.
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

BeginDeregisterVolume() public méthode

Initiates the asynchronous execution of the DeregisterVolume operation.
public BeginDeregisterVolume ( DeregisterVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterVolumeRequest Container for the necessary parameters to execute the DeregisterVolume operation on AmazonOpsWorksClient.
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

BeginDescribeAgentVersions() public méthode

Initiates the asynchronous execution of the DescribeAgentVersions operation.
public BeginDescribeAgentVersions ( Amazon.OpsWorks.Model.DescribeAgentVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeAgentVersionsRequest Container for the necessary parameters to execute the DescribeAgentVersions operation on AmazonOpsWorksClient.
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

BeginDescribeApps() public méthode

Initiates the asynchronous execution of the DescribeApps operation.
public BeginDescribeApps ( DescribeAppsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeAppsRequest Container for the necessary parameters to execute the DescribeApps operation on AmazonOpsWorksClient.
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

BeginDescribeCommands() public méthode

Initiates the asynchronous execution of the DescribeCommands operation.
public BeginDescribeCommands ( DescribeCommandsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeCommandsRequest Container for the necessary parameters to execute the DescribeCommands operation on AmazonOpsWorksClient.
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

BeginDescribeDeployments() public méthode

Initiates the asynchronous execution of the DescribeDeployments operation.
public BeginDescribeDeployments ( DescribeDeploymentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeDeploymentsRequest Container for the necessary parameters to execute the DescribeDeployments operation on AmazonOpsWorksClient.
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

BeginDescribeEcsClusters() public méthode

Initiates the asynchronous execution of the DescribeEcsClusters operation.
public BeginDescribeEcsClusters ( DescribeEcsClustersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeEcsClustersRequest Container for the necessary parameters to execute the DescribeEcsClusters operation on AmazonOpsWorksClient.
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

BeginDescribeElasticIps() public méthode

Initiates the asynchronous execution of the DescribeElasticIps operation.
public BeginDescribeElasticIps ( DescribeElasticIpsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeElasticIpsRequest Container for the necessary parameters to execute the DescribeElasticIps operation on AmazonOpsWorksClient.
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

BeginDescribeElasticLoadBalancers() public méthode

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

BeginDescribeLayers() public méthode

Initiates the asynchronous execution of the DescribeLayers operation.
public BeginDescribeLayers ( DescribeLayersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeLayersRequest Container for the necessary parameters to execute the DescribeLayers operation on AmazonOpsWorksClient.
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

BeginDescribeLoadBasedAutoScaling() public méthode

Initiates the asynchronous execution of the DescribeLoadBasedAutoScaling operation.
public BeginDescribeLoadBasedAutoScaling ( DescribeLoadBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingRequest Container for the necessary parameters to execute the DescribeLoadBasedAutoScaling operation on AmazonOpsWorksClient.
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

BeginDescribeMyUserProfile() public méthode

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

BeginDescribePermissions() public méthode

Initiates the asynchronous execution of the DescribePermissions operation.
public BeginDescribePermissions ( DescribePermissionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribePermissionsRequest Container for the necessary parameters to execute the DescribePermissions operation on AmazonOpsWorksClient.
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

BeginDescribeRaidArrays() public méthode

Initiates the asynchronous execution of the DescribeRaidArrays operation.
public BeginDescribeRaidArrays ( DescribeRaidArraysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeRaidArraysRequest Container for the necessary parameters to execute the DescribeRaidArrays operation on AmazonOpsWorksClient.
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

BeginDescribeRdsDbInstances() public méthode

Initiates the asynchronous execution of the DescribeRdsDbInstances operation.
public BeginDescribeRdsDbInstances ( DescribeRdsDbInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeRdsDbInstancesRequest Container for the necessary parameters to execute the DescribeRdsDbInstances operation on AmazonOpsWorksClient.
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

BeginDescribeServiceErrors() public méthode

Initiates the asynchronous execution of the DescribeServiceErrors operation.
public BeginDescribeServiceErrors ( DescribeServiceErrorsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeServiceErrorsRequest Container for the necessary parameters to execute the DescribeServiceErrors operation on AmazonOpsWorksClient.
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

BeginDescribeStackProvisioningParameters() public méthode

Initiates the asynchronous execution of the DescribeStackProvisioningParameters operation.
public BeginDescribeStackProvisioningParameters ( DescribeStackProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeStackProvisioningParametersRequest Container for the necessary parameters to execute the DescribeStackProvisioningParameters operation on AmazonOpsWorksClient.
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

BeginDescribeStackSummary() public méthode

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

BeginDescribeStacks() public méthode

Initiates the asynchronous execution of the DescribeStacks operation.
public BeginDescribeStacks ( DescribeStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeStacksRequest Container for the necessary parameters to execute the DescribeStacks operation on AmazonOpsWorksClient.
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

BeginDescribeTimeBasedAutoScaling() public méthode

Initiates the asynchronous execution of the DescribeTimeBasedAutoScaling operation.
public BeginDescribeTimeBasedAutoScaling ( DescribeTimeBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingRequest Container for the necessary parameters to execute the DescribeTimeBasedAutoScaling operation on AmazonOpsWorksClient.
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

BeginDescribeUserProfiles() public méthode

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

BeginDetachElasticLoadBalancer() public méthode

Initiates the asynchronous execution of the DetachElasticLoadBalancer operation.
public BeginDetachElasticLoadBalancer ( DetachElasticLoadBalancerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DetachElasticLoadBalancerRequest Container for the necessary parameters to execute the DetachElasticLoadBalancer operation on AmazonOpsWorksClient.
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

BeginDisassociateElasticIp() public méthode

Initiates the asynchronous execution of the DisassociateElasticIp operation.
public BeginDisassociateElasticIp ( DisassociateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DisassociateElasticIpRequest Container for the necessary parameters to execute the DisassociateElasticIp operation on AmazonOpsWorksClient.
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

BeginGetHostnameSuggestion() public méthode

Initiates the asynchronous execution of the GetHostnameSuggestion operation.
public BeginGetHostnameSuggestion ( GetHostnameSuggestionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.GetHostnameSuggestionRequest Container for the necessary parameters to execute the GetHostnameSuggestion operation on AmazonOpsWorksClient.
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

BeginGrantAccess() public méthode

Initiates the asynchronous execution of the GrantAccess operation.
public BeginGrantAccess ( GrantAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.GrantAccessRequest Container for the necessary parameters to execute the GrantAccess operation on AmazonOpsWorksClient.
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

BeginRebootInstance() public méthode

Initiates the asynchronous execution of the RebootInstance operation.
public BeginRebootInstance ( RebootInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RebootInstanceRequest Container for the necessary parameters to execute the RebootInstance operation on AmazonOpsWorksClient.
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

BeginRegisterEcsCluster() public méthode

Initiates the asynchronous execution of the RegisterEcsCluster operation.
public BeginRegisterEcsCluster ( RegisterEcsClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterEcsClusterRequest Container for the necessary parameters to execute the RegisterEcsCluster operation on AmazonOpsWorksClient.
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

BeginRegisterElasticIp() public méthode

Initiates the asynchronous execution of the RegisterElasticIp operation.
public BeginRegisterElasticIp ( RegisterElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterElasticIpRequest Container for the necessary parameters to execute the RegisterElasticIp operation on AmazonOpsWorksClient.
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

BeginRegisterInstance() public méthode

Initiates the asynchronous execution of the RegisterInstance operation.
public BeginRegisterInstance ( RegisterInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterInstanceRequest Container for the necessary parameters to execute the RegisterInstance operation on AmazonOpsWorksClient.
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

BeginRegisterRdsDbInstance() public méthode

Initiates the asynchronous execution of the RegisterRdsDbInstance operation.
public BeginRegisterRdsDbInstance ( RegisterRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest Container for the necessary parameters to execute the RegisterRdsDbInstance operation on AmazonOpsWorksClient.
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

BeginRegisterVolume() public méthode

Initiates the asynchronous execution of the RegisterVolume operation.
public BeginRegisterVolume ( RegisterVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterVolumeRequest Container for the necessary parameters to execute the RegisterVolume operation on AmazonOpsWorksClient.
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

BeginSetLoadBasedAutoScaling() public méthode

Initiates the asynchronous execution of the SetLoadBasedAutoScaling operation.
public BeginSetLoadBasedAutoScaling ( SetLoadBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest Container for the necessary parameters to execute the SetLoadBasedAutoScaling operation on AmazonOpsWorksClient.
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

BeginSetPermission() public méthode

Initiates the asynchronous execution of the SetPermission operation.
public BeginSetPermission ( SetPermissionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.SetPermissionRequest Container for the necessary parameters to execute the SetPermission operation on AmazonOpsWorksClient.
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

BeginSetTimeBasedAutoScaling() public méthode

Initiates the asynchronous execution of the SetTimeBasedAutoScaling operation.
public BeginSetTimeBasedAutoScaling ( SetTimeBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.SetTimeBasedAutoScalingRequest Container for the necessary parameters to execute the SetTimeBasedAutoScaling operation on AmazonOpsWorksClient.
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

BeginStartInstance() public méthode

Initiates the asynchronous execution of the StartInstance operation.
public BeginStartInstance ( StartInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.StartInstanceRequest Container for the necessary parameters to execute the StartInstance operation on AmazonOpsWorksClient.
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

BeginStartStack() public méthode

Initiates the asynchronous execution of the StartStack operation.
public BeginStartStack ( StartStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.StartStackRequest Container for the necessary parameters to execute the StartStack operation on AmazonOpsWorksClient.
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

BeginStopInstance() public méthode

Initiates the asynchronous execution of the StopInstance operation.
public BeginStopInstance ( StopInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.StopInstanceRequest Container for the necessary parameters to execute the StopInstance operation on AmazonOpsWorksClient.
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

BeginStopStack() public méthode

Initiates the asynchronous execution of the StopStack operation.
public BeginStopStack ( StopStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.StopStackRequest Container for the necessary parameters to execute the StopStack operation on AmazonOpsWorksClient.
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

BeginUnassignInstance() public méthode

Initiates the asynchronous execution of the UnassignInstance operation.
public BeginUnassignInstance ( UnassignInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UnassignInstanceRequest Container for the necessary parameters to execute the UnassignInstance operation on AmazonOpsWorksClient.
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

BeginUnassignVolume() public méthode

Initiates the asynchronous execution of the UnassignVolume operation.
public BeginUnassignVolume ( UnassignVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UnassignVolumeRequest Container for the necessary parameters to execute the UnassignVolume operation on AmazonOpsWorksClient.
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

BeginUpdateApp() public méthode

Initiates the asynchronous execution of the UpdateApp operation.
public BeginUpdateApp ( UpdateAppRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateAppRequest Container for the necessary parameters to execute the UpdateApp operation on AmazonOpsWorksClient.
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

BeginUpdateElasticIp() public méthode

Initiates the asynchronous execution of the UpdateElasticIp operation.
public BeginUpdateElasticIp ( UpdateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateElasticIpRequest Container for the necessary parameters to execute the UpdateElasticIp operation on AmazonOpsWorksClient.
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

BeginUpdateInstance() public méthode

Initiates the asynchronous execution of the UpdateInstance operation.
public BeginUpdateInstance ( UpdateInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateInstanceRequest Container for the necessary parameters to execute the UpdateInstance operation on AmazonOpsWorksClient.
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

BeginUpdateLayer() public méthode

Initiates the asynchronous execution of the UpdateLayer operation.
public BeginUpdateLayer ( UpdateLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateLayerRequest Container for the necessary parameters to execute the UpdateLayer operation on AmazonOpsWorksClient.
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

BeginUpdateMyUserProfile() public méthode

Initiates the asynchronous execution of the UpdateMyUserProfile operation.
public BeginUpdateMyUserProfile ( UpdateMyUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateMyUserProfileRequest Container for the necessary parameters to execute the UpdateMyUserProfile operation on AmazonOpsWorksClient.
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

BeginUpdateRdsDbInstance() public méthode

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

BeginUpdateStack() public méthode

Initiates the asynchronous execution of the UpdateStack operation.
public BeginUpdateStack ( UpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateStackRequest Container for the necessary parameters to execute the UpdateStack operation on AmazonOpsWorksClient.
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

BeginUpdateUserProfile() public méthode

Initiates the asynchronous execution of the UpdateUserProfile operation.
public BeginUpdateUserProfile ( UpdateUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateUserProfileRequest Container for the necessary parameters to execute the UpdateUserProfile operation on AmazonOpsWorksClient.
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

BeginUpdateVolume() public méthode

Initiates the asynchronous execution of the UpdateVolume operation.
public BeginUpdateVolume ( UpdateVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateVolumeRequest Container for the necessary parameters to execute the UpdateVolume operation on AmazonOpsWorksClient.
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

CloneStackAsync() public méthode

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

CreateAppAsync() public méthode

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

CreateDeploymentAsync() public méthode

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

CreateInstanceAsync() public méthode

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

CreateLayerAsync() public méthode

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

CreateSigner() protected méthode

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

CreateStackAsync() public méthode

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

CreateUserProfileAsync() public méthode

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

DeleteAppAsync() public méthode

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

DeleteInstanceAsync() public méthode

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

DeleteLayerAsync() public méthode

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

DeleteStackAsync() public méthode

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

DeleteUserProfileAsync() public méthode

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

DeregisterEcsClusterAsync() public méthode

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

DeregisterElasticIpAsync() public méthode

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

DeregisterInstanceAsync() public méthode

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

DeregisterRdsDbInstanceAsync() public méthode

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

DeregisterVolumeAsync() public méthode

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

DescribeAgentVersionsAsync() public méthode

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

DescribeAppsAsync() public méthode

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

DescribeCommandsAsync() public méthode

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

DescribeDeploymentsAsync() public méthode

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

DescribeEcsClustersAsync() public méthode

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

DescribeElasticIpsAsync() public méthode

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

DescribeElasticLoadBalancersAsync() public méthode

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

DescribeElasticLoadBalancersAsync() public méthode

Describes a stack's Elastic Load Balancing instances.

You must specify at least one of the parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a resource was not found. /// /// Indicates that a request was not valid. ///
public DescribeElasticLoadBalancersAsync ( 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 Amazon.OpsWorks.Model.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

DescribeLayersAsync() public méthode

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

DescribeLoadBasedAutoScalingAsync() public méthode

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

DescribeMyUserProfileAsync() public méthode

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

DescribeMyUserProfileAsync() public méthode

Describes a user's SSH information.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

public DescribeMyUserProfileAsync ( 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

DescribePermissionsAsync() public méthode

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

DescribeRaidArraysAsync() public méthode

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

DescribeRdsDbInstancesAsync() public méthode

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

DescribeServiceErrorsAsync() public méthode

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

DescribeServiceErrorsAsync() public méthode

Describes AWS OpsWorks service errors.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a resource was not found. /// /// Indicates that a request was not valid. ///
public DescribeServiceErrorsAsync ( 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

DescribeStackProvisioningParametersAsync() public méthode

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

DescribeStackSummaryAsync() public méthode

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

DescribeStacksAsync() public méthode

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

DescribeStacksAsync() public méthode

Requests a description of one or more stacks.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a resource was not found. /// /// Indicates that a request was not valid. ///
public DescribeStacksAsync ( 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

DescribeTimeBasedAutoScalingAsync() public méthode

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

DescribeUserProfilesAsync() public méthode

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

DescribeUserProfilesAsync() public méthode

Describe specified users.

Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a resource was not found. /// /// Indicates that a request was not valid. ///
public DescribeUserProfilesAsync ( 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 Amazon.OpsWorks.Model.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

DetachElasticLoadBalancerAsync() public méthode

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

DisassociateElasticIpAsync() public méthode

Initiates the asynchronous execution of the DisassociateElasticIp operation.
public DisassociateElasticIpAsync ( DisassociateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DisassociateElasticIpRequest Container for the necessary parameters to execute the DisassociateElasticIp 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

EndAssignInstance() public méthode

Finishes the asynchronous execution of the AssignInstance operation.
public EndAssignInstance ( IAsyncResult asyncResult ) : AssignInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssignInstance.
Résultat AssignInstanceResponse

EndAssignVolume() public méthode

Finishes the asynchronous execution of the AssignVolume operation.
public EndAssignVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AssignVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssignVolume.
Résultat Amazon.OpsWorks.Model.AssignVolumeResponse

EndAssociateElasticIp() public méthode

Finishes the asynchronous execution of the AssociateElasticIp operation.
public EndAssociateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AssociateElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateElasticIp.
Résultat Amazon.OpsWorks.Model.AssociateElasticIpResponse

EndAttachElasticLoadBalancer() public méthode

Finishes the asynchronous execution of the AttachElasticLoadBalancer operation.
public EndAttachElasticLoadBalancer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachElasticLoadBalancer.
Résultat Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse

EndCloneStack() public méthode

Finishes the asynchronous execution of the CloneStack operation.
public EndCloneStack ( IAsyncResult asyncResult ) : CloneStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCloneStack.
Résultat Amazon.OpsWorks.Model.CloneStackResponse

EndCreateApp() public méthode

Finishes the asynchronous execution of the CreateApp operation.
public EndCreateApp ( IAsyncResult asyncResult ) : CreateAppResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApp.
Résultat Amazon.OpsWorks.Model.CreateAppResponse

EndCreateDeployment() public méthode

Finishes the asynchronous execution of the CreateDeployment operation.
public EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDeployment.
Résultat Amazon.OpsWorks.Model.CreateDeploymentResponse

EndCreateInstance() public méthode

Finishes the asynchronous execution of the CreateInstance operation.
public EndCreateInstance ( IAsyncResult asyncResult ) : CreateInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInstance.
Résultat Amazon.OpsWorks.Model.CreateInstanceResponse

EndCreateLayer() public méthode

Finishes the asynchronous execution of the CreateLayer operation.
public EndCreateLayer ( IAsyncResult asyncResult ) : CreateLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateLayer.
Résultat Amazon.OpsWorks.Model.CreateLayerResponse

EndCreateStack() public méthode

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

EndCreateUserProfile() public méthode

Finishes the asynchronous execution of the CreateUserProfile operation.
public EndCreateUserProfile ( IAsyncResult asyncResult ) : CreateUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUserProfile.
Résultat Amazon.OpsWorks.Model.CreateUserProfileResponse

EndDeleteApp() public méthode

Finishes the asynchronous execution of the DeleteApp operation.
public EndDeleteApp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteAppResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApp.
Résultat Amazon.OpsWorks.Model.DeleteAppResponse

EndDeleteInstance() public méthode

Finishes the asynchronous execution of the DeleteInstance operation.
public EndDeleteInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteInstance.
Résultat Amazon.OpsWorks.Model.DeleteInstanceResponse

EndDeleteLayer() public méthode

Finishes the asynchronous execution of the DeleteLayer operation.
public EndDeleteLayer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteLayer.
Résultat Amazon.OpsWorks.Model.DeleteLayerResponse

EndDeleteStack() public méthode

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

EndDeleteUserProfile() public méthode

Finishes the asynchronous execution of the DeleteUserProfile operation.
public EndDeleteUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUserProfile.
Résultat Amazon.OpsWorks.Model.DeleteUserProfileResponse

EndDeregisterEcsCluster() public méthode

Finishes the asynchronous execution of the DeregisterEcsCluster operation.
public EndDeregisterEcsCluster ( IAsyncResult asyncResult ) : DeregisterEcsClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterEcsCluster.
Résultat DeregisterEcsClusterResponse

EndDeregisterElasticIp() public méthode

Finishes the asynchronous execution of the DeregisterElasticIp operation.
public EndDeregisterElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterElasticIp.
Résultat Amazon.OpsWorks.Model.DeregisterElasticIpResponse

EndDeregisterInstance() public méthode

Finishes the asynchronous execution of the DeregisterInstance operation.
public EndDeregisterInstance ( IAsyncResult asyncResult ) : DeregisterInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterInstance.
Résultat DeregisterInstanceResponse

EndDeregisterRdsDbInstance() public méthode

Finishes the asynchronous execution of the DeregisterRdsDbInstance operation.
public EndDeregisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterRdsDbInstance.
Résultat Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse

EndDeregisterVolume() public méthode

Finishes the asynchronous execution of the DeregisterVolume operation.
public EndDeregisterVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterVolume.
Résultat Amazon.OpsWorks.Model.DeregisterVolumeResponse

EndDescribeAgentVersions() public méthode

Finishes the asynchronous execution of the DescribeAgentVersions operation.
public EndDescribeAgentVersions ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeAgentVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAgentVersions.
Résultat Amazon.OpsWorks.Model.DescribeAgentVersionsResponse

EndDescribeApps() public méthode

Finishes the asynchronous execution of the DescribeApps operation.
public EndDescribeApps ( IAsyncResult asyncResult ) : DescribeAppsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeApps.
Résultat Amazon.OpsWorks.Model.DescribeAppsResponse

EndDescribeCommands() public méthode

Finishes the asynchronous execution of the DescribeCommands operation.
public EndDescribeCommands ( IAsyncResult asyncResult ) : DescribeCommandsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCommands.
Résultat Amazon.OpsWorks.Model.DescribeCommandsResponse

EndDescribeDeployments() public méthode

Finishes the asynchronous execution of the DescribeDeployments operation.
public EndDescribeDeployments ( IAsyncResult asyncResult ) : DescribeDeploymentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDeployments.
Résultat Amazon.OpsWorks.Model.DescribeDeploymentsResponse

EndDescribeEcsClusters() public méthode

Finishes the asynchronous execution of the DescribeEcsClusters operation.
public EndDescribeEcsClusters ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeEcsClustersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEcsClusters.
Résultat Amazon.OpsWorks.Model.DescribeEcsClustersResponse

EndDescribeElasticIps() public méthode

Finishes the asynchronous execution of the DescribeElasticIps operation.
public EndDescribeElasticIps ( IAsyncResult asyncResult ) : DescribeElasticIpsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeElasticIps.
Résultat Amazon.OpsWorks.Model.DescribeElasticIpsResponse

EndDescribeElasticLoadBalancers() public méthode

Finishes the asynchronous execution of the DescribeElasticLoadBalancers operation.
public EndDescribeElasticLoadBalancers ( IAsyncResult asyncResult ) : DescribeElasticLoadBalancersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeElasticLoadBalancers.
Résultat Amazon.OpsWorks.Model.DescribeElasticLoadBalancersResponse

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 Amazon.OpsWorks.Model.DescribeInstancesResponse

EndDescribeLayers() public méthode

Finishes the asynchronous execution of the DescribeLayers operation.
public EndDescribeLayers ( IAsyncResult asyncResult ) : DescribeLayersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeLayers.
Résultat Amazon.OpsWorks.Model.DescribeLayersResponse

EndDescribeLoadBasedAutoScaling() public méthode

Finishes the asynchronous execution of the DescribeLoadBasedAutoScaling operation.
public EndDescribeLoadBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeLoadBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeLoadBasedAutoScaling.
Résultat Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingResponse

EndDescribeMyUserProfile() public méthode

Finishes the asynchronous execution of the DescribeMyUserProfile operation.
public EndDescribeMyUserProfile ( IAsyncResult asyncResult ) : DescribeMyUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMyUserProfile.
Résultat Amazon.OpsWorks.Model.DescribeMyUserProfileResponse

EndDescribePermissions() public méthode

Finishes the asynchronous execution of the DescribePermissions operation.
public EndDescribePermissions ( IAsyncResult asyncResult ) : DescribePermissionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePermissions.
Résultat Amazon.OpsWorks.Model.DescribePermissionsResponse

EndDescribeRaidArrays() public méthode

Finishes the asynchronous execution of the DescribeRaidArrays operation.
public EndDescribeRaidArrays ( IAsyncResult asyncResult ) : DescribeRaidArraysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRaidArrays.
Résultat Amazon.OpsWorks.Model.DescribeRaidArraysResponse

EndDescribeRdsDbInstances() public méthode

Finishes the asynchronous execution of the DescribeRdsDbInstances operation.
public EndDescribeRdsDbInstances ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRdsDbInstances.
Résultat Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse

EndDescribeServiceErrors() public méthode

Finishes the asynchronous execution of the DescribeServiceErrors operation.
public EndDescribeServiceErrors ( IAsyncResult asyncResult ) : DescribeServiceErrorsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeServiceErrors.
Résultat Amazon.OpsWorks.Model.DescribeServiceErrorsResponse

EndDescribeStackProvisioningParameters() public méthode

Finishes the asynchronous execution of the DescribeStackProvisioningParameters operation.
public EndDescribeStackProvisioningParameters ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackProvisioningParameters.
Résultat Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse

EndDescribeStackSummary() public méthode

Finishes the asynchronous execution of the DescribeStackSummary operation.
public EndDescribeStackSummary ( IAsyncResult asyncResult ) : DescribeStackSummaryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackSummary.
Résultat Amazon.OpsWorks.Model.DescribeStackSummaryResponse

EndDescribeStacks() public méthode

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

EndDescribeTimeBasedAutoScaling() public méthode

Finishes the asynchronous execution of the DescribeTimeBasedAutoScaling operation.
public EndDescribeTimeBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeTimeBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTimeBasedAutoScaling.
Résultat Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingResponse

EndDescribeUserProfiles() public méthode

Finishes the asynchronous execution of the DescribeUserProfiles operation.
public EndDescribeUserProfiles ( IAsyncResult asyncResult ) : DescribeUserProfilesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeUserProfiles.
Résultat Amazon.OpsWorks.Model.DescribeUserProfilesResponse

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 Amazon.OpsWorks.Model.DescribeVolumesResponse

EndDetachElasticLoadBalancer() public méthode

Finishes the asynchronous execution of the DetachElasticLoadBalancer operation.
public EndDetachElasticLoadBalancer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachElasticLoadBalancer.
Résultat Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse

EndDisassociateElasticIp() public méthode

Finishes the asynchronous execution of the DisassociateElasticIp operation.
public EndDisassociateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DisassociateElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateElasticIp.
Résultat Amazon.OpsWorks.Model.DisassociateElasticIpResponse

EndGetHostnameSuggestion() public méthode

Finishes the asynchronous execution of the GetHostnameSuggestion operation.
public EndGetHostnameSuggestion ( IAsyncResult asyncResult ) : GetHostnameSuggestionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHostnameSuggestion.
Résultat Amazon.OpsWorks.Model.GetHostnameSuggestionResponse

EndGrantAccess() public méthode

Finishes the asynchronous execution of the GrantAccess operation.
public EndGrantAccess ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.GrantAccessResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGrantAccess.
Résultat Amazon.OpsWorks.Model.GrantAccessResponse

EndRebootInstance() public méthode

Finishes the asynchronous execution of the RebootInstance operation.
public EndRebootInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RebootInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebootInstance.
Résultat Amazon.OpsWorks.Model.RebootInstanceResponse

EndRegisterEcsCluster() public méthode

Finishes the asynchronous execution of the RegisterEcsCluster operation.
public EndRegisterEcsCluster ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterEcsClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterEcsCluster.
Résultat Amazon.OpsWorks.Model.RegisterEcsClusterResponse

EndRegisterElasticIp() public méthode

Finishes the asynchronous execution of the RegisterElasticIp operation.
public EndRegisterElasticIp ( IAsyncResult asyncResult ) : RegisterElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterElasticIp.
Résultat Amazon.OpsWorks.Model.RegisterElasticIpResponse

EndRegisterInstance() public méthode

Finishes the asynchronous execution of the RegisterInstance operation.
public EndRegisterInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterInstance.
Résultat Amazon.OpsWorks.Model.RegisterInstanceResponse

EndRegisterRdsDbInstance() public méthode

Finishes the asynchronous execution of the RegisterRdsDbInstance operation.
public EndRegisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterRdsDbInstance.
Résultat Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse

EndRegisterVolume() public méthode

Finishes the asynchronous execution of the RegisterVolume operation.
public EndRegisterVolume ( IAsyncResult asyncResult ) : RegisterVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterVolume.
Résultat Amazon.OpsWorks.Model.RegisterVolumeResponse

EndSetLoadBasedAutoScaling() public méthode

Finishes the asynchronous execution of the SetLoadBasedAutoScaling operation.
public EndSetLoadBasedAutoScaling ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetLoadBasedAutoScaling.
Résultat Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse

EndSetPermission() public méthode

Finishes the asynchronous execution of the SetPermission operation.
public EndSetPermission ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetPermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetPermission.
Résultat Amazon.OpsWorks.Model.SetPermissionResponse

EndSetTimeBasedAutoScaling() public méthode

Finishes the asynchronous execution of the SetTimeBasedAutoScaling operation.
public EndSetTimeBasedAutoScaling ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetTimeBasedAutoScaling.
Résultat Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse

EndStartInstance() public méthode

Finishes the asynchronous execution of the StartInstance operation.
public EndStartInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StartInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartInstance.
Résultat Amazon.OpsWorks.Model.StartInstanceResponse

EndStartStack() public méthode

Finishes the asynchronous execution of the StartStack operation.
public EndStartStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StartStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartStack.
Résultat Amazon.OpsWorks.Model.StartStackResponse

EndStopInstance() public méthode

Finishes the asynchronous execution of the StopInstance operation.
public EndStopInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StopInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopInstance.
Résultat Amazon.OpsWorks.Model.StopInstanceResponse

EndStopStack() public méthode

Finishes the asynchronous execution of the StopStack operation.
public EndStopStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StopStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopStack.
Résultat Amazon.OpsWorks.Model.StopStackResponse

EndUnassignInstance() public méthode

Finishes the asynchronous execution of the UnassignInstance operation.
public EndUnassignInstance ( IAsyncResult asyncResult ) : UnassignInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnassignInstance.
Résultat UnassignInstanceResponse

EndUnassignVolume() public méthode

Finishes the asynchronous execution of the UnassignVolume operation.
public EndUnassignVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UnassignVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnassignVolume.
Résultat Amazon.OpsWorks.Model.UnassignVolumeResponse

EndUpdateApp() public méthode

Finishes the asynchronous execution of the UpdateApp operation.
public EndUpdateApp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateAppResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApp.
Résultat Amazon.OpsWorks.Model.UpdateAppResponse

EndUpdateElasticIp() public méthode

Finishes the asynchronous execution of the UpdateElasticIp operation.
public EndUpdateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateElasticIp.
Résultat Amazon.OpsWorks.Model.UpdateElasticIpResponse

EndUpdateInstance() public méthode

Finishes the asynchronous execution of the UpdateInstance operation.
public EndUpdateInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateInstance.
Résultat Amazon.OpsWorks.Model.UpdateInstanceResponse

EndUpdateLayer() public méthode

Finishes the asynchronous execution of the UpdateLayer operation.
public EndUpdateLayer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateLayer.
Résultat Amazon.OpsWorks.Model.UpdateLayerResponse

EndUpdateMyUserProfile() public méthode

Finishes the asynchronous execution of the UpdateMyUserProfile operation.
public EndUpdateMyUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateMyUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMyUserProfile.
Résultat Amazon.OpsWorks.Model.UpdateMyUserProfileResponse

EndUpdateRdsDbInstance() public méthode

Finishes the asynchronous execution of the UpdateRdsDbInstance operation.
public EndUpdateRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateRdsDbInstance.
Résultat Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse

EndUpdateStack() public méthode

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

EndUpdateUserProfile() public méthode

Finishes the asynchronous execution of the UpdateUserProfile operation.
public EndUpdateUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUserProfile.
Résultat Amazon.OpsWorks.Model.UpdateUserProfileResponse

EndUpdateVolume() public méthode

Finishes the asynchronous execution of the UpdateVolume operation.
public EndUpdateVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateVolume.
Résultat Amazon.OpsWorks.Model.UpdateVolumeResponse

GetHostnameSuggestionAsync() public méthode

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

GrantAccessAsync() public méthode

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

RebootInstanceAsync() public méthode

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

RegisterEcsClusterAsync() public méthode

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

RegisterElasticIpAsync() public méthode

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

RegisterInstanceAsync() public méthode

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

RegisterRdsDbInstanceAsync() public méthode

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

RegisterVolumeAsync() public méthode

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

SetLoadBasedAutoScalingAsync() public méthode

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

SetPermissionAsync() public méthode

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

SetTimeBasedAutoScalingAsync() public méthode

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

StartInstanceAsync() public méthode

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

StartStackAsync() public méthode

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

StopInstanceAsync() public méthode

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

StopStackAsync() public méthode

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

UnassignInstanceAsync() public méthode

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

UnassignVolumeAsync() public méthode

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

UpdateAppAsync() public méthode

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

UpdateElasticIpAsync() public méthode

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

UpdateInstanceAsync() public méthode

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

UpdateLayerAsync() public méthode

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

UpdateMyUserProfileAsync() public méthode

Updates a user's SSH public key.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a request was not valid. ///
public UpdateMyUserProfileAsync ( 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

UpdateMyUserProfileAsync() public méthode

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

UpdateRdsDbInstanceAsync() public méthode

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

UpdateStackAsync() public méthode

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

UpdateUserProfileAsync() public méthode

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

UpdateVolumeAsync() public méthode

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