C# 클래스 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.

상속: AmazonWebServiceClient, IAmazonOpsWorks
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

비공개 메소드들

메소드 설명
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

메소드 상세

AmazonOpsWorksClient() 공개 메소드

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
리턴 System

AmazonOpsWorksClient() 공개 메소드

Constructs AmazonOpsWorksClient with AWS Credentials
public AmazonOpsWorksClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
리턴 System

AmazonOpsWorksClient() 공개 메소드

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
리턴 System

AmazonOpsWorksClient() 공개 메소드

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

AmazonOpsWorksClient() 공개 메소드

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
리턴 System

AmazonOpsWorksClient() 공개 메소드

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.
리턴 System

AmazonOpsWorksClient() 공개 메소드

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
리턴 System

AmazonOpsWorksClient() 공개 메소드

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
리턴 System

AmazonOpsWorksClient() 공개 메소드

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.
리턴 System

AmazonOpsWorksClient() 공개 메소드

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
리턴 System

AmazonOpsWorksClient() 공개 메소드

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
리턴 System

AmazonOpsWorksClient() 공개 메소드

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.
리턴 System

AssignInstanceAsync() 공개 메소드

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. ///
리턴 Task

AssignVolumeAsync() 공개 메소드

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. ///
리턴 Task

AssociateElasticIpAsync() 공개 메소드

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. ///
리턴 Task

AttachElasticLoadBalancerAsync() 공개 메소드

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. ///
리턴 Task

BeginAssignInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginAssignVolume() 공개 메소드

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.
리턴 IAsyncResult

BeginAssociateElasticIp() 공개 메소드

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.
리턴 IAsyncResult

BeginAttachElasticLoadBalancer() 공개 메소드

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.
리턴 IAsyncResult

BeginCloneStack() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateApp() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateDeployment() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateLayer() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateStack() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateUserProfile() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteApp() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteLayer() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteStack() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteUserProfile() 공개 메소드

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.
리턴 IAsyncResult

BeginDeregisterEcsCluster() 공개 메소드

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.
리턴 IAsyncResult

BeginDeregisterElasticIp() 공개 메소드

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.
리턴 IAsyncResult

BeginDeregisterInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginDeregisterRdsDbInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginDeregisterVolume() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeAgentVersions() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeApps() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeCommands() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeDeployments() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeEcsClusters() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeElasticIps() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeElasticLoadBalancers() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeInstances() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeLayers() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeLoadBasedAutoScaling() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeMyUserProfile() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribePermissions() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeRaidArrays() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeRdsDbInstances() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeServiceErrors() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeStackProvisioningParameters() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeStackSummary() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeStacks() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeTimeBasedAutoScaling() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeUserProfiles() 공개 메소드

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.
리턴 IAsyncResult

BeginDescribeVolumes() 공개 메소드

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.
리턴 IAsyncResult

BeginDetachElasticLoadBalancer() 공개 메소드

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.
리턴 IAsyncResult

BeginDisassociateElasticIp() 공개 메소드

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.
리턴 IAsyncResult

BeginGetHostnameSuggestion() 공개 메소드

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.
리턴 IAsyncResult

BeginGrantAccess() 공개 메소드

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.
리턴 IAsyncResult

BeginRebootInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginRegisterEcsCluster() 공개 메소드

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.
리턴 IAsyncResult

BeginRegisterElasticIp() 공개 메소드

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.
리턴 IAsyncResult

BeginRegisterInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginRegisterRdsDbInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginRegisterVolume() 공개 메소드

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.
리턴 IAsyncResult

BeginSetLoadBasedAutoScaling() 공개 메소드

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.
리턴 IAsyncResult

BeginSetPermission() 공개 메소드

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.
리턴 IAsyncResult

BeginSetTimeBasedAutoScaling() 공개 메소드

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.
리턴 IAsyncResult

BeginStartInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginStartStack() 공개 메소드

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.
리턴 IAsyncResult

BeginStopInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginStopStack() 공개 메소드

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.
리턴 IAsyncResult

BeginUnassignInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginUnassignVolume() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateApp() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateElasticIp() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateLayer() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateMyUserProfile() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateRdsDbInstance() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateStack() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateUserProfile() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateVolume() 공개 메소드

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.
리턴 IAsyncResult

CloneStackAsync() 공개 메소드

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. ///
리턴 Task

CreateAppAsync() 공개 메소드

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. ///
리턴 Task

CreateDeploymentAsync() 공개 메소드

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. ///
리턴 Task

CreateInstanceAsync() 공개 메소드

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. ///
리턴 Task

CreateLayerAsync() 공개 메소드

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. ///
리턴 Task

CreateSigner() 보호된 메소드

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
리턴 Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CreateStackAsync() 공개 메소드

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. ///
리턴 Task

CreateUserProfileAsync() 공개 메소드

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. ///
리턴 Task

DeleteAppAsync() 공개 메소드

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. ///
리턴 Task

DeleteInstanceAsync() 공개 메소드

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. ///
리턴 Task

DeleteLayerAsync() 공개 메소드

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. ///
리턴 Task

DeleteStackAsync() 공개 메소드

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. ///
리턴 Task

DeleteUserProfileAsync() 공개 메소드

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. ///
리턴 Task

DeregisterEcsClusterAsync() 공개 메소드

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. ///
리턴 Task

DeregisterElasticIpAsync() 공개 메소드

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. ///
리턴 Task

DeregisterInstanceAsync() 공개 메소드

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. ///
리턴 Task

DeregisterRdsDbInstanceAsync() 공개 메소드

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. ///
리턴 Task

DeregisterVolumeAsync() 공개 메소드

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. ///
리턴 Task

DescribeAgentVersionsAsync() 공개 메소드

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. ///
리턴 Task

DescribeAppsAsync() 공개 메소드

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. ///
리턴 Task

DescribeCommandsAsync() 공개 메소드

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. ///
리턴 Task

DescribeDeploymentsAsync() 공개 메소드

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. ///
리턴 Task

DescribeEcsClustersAsync() 공개 메소드

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. ///
리턴 Task

DescribeElasticIpsAsync() 공개 메소드

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. ///
리턴 Task

DescribeElasticLoadBalancersAsync() 공개 메소드

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. ///
리턴 Task

DescribeElasticLoadBalancersAsync() 공개 메소드

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. ///
리턴 Task

DescribeInstancesAsync() 공개 메소드

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. ///
리턴 Task

DescribeLayersAsync() 공개 메소드

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. ///
리턴 Task

DescribeLoadBasedAutoScalingAsync() 공개 메소드

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. ///
리턴 Task

DescribeMyUserProfileAsync() 공개 메소드

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. ///
리턴 Task

DescribeMyUserProfileAsync() 공개 메소드

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. ///
리턴 Task

DescribePermissionsAsync() 공개 메소드

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. ///
리턴 Task

DescribeRaidArraysAsync() 공개 메소드

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. ///
리턴 Task

DescribeRdsDbInstancesAsync() 공개 메소드

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. ///
리턴 Task

DescribeServiceErrorsAsync() 공개 메소드

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. ///
리턴 Task

DescribeServiceErrorsAsync() 공개 메소드

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. ///
리턴 Task

DescribeStackProvisioningParametersAsync() 공개 메소드

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. ///
리턴 Task

DescribeStackSummaryAsync() 공개 메소드

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. ///
리턴 Task

DescribeStacksAsync() 공개 메소드

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. ///
리턴 Task

DescribeStacksAsync() 공개 메소드

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. ///
리턴 Task

DescribeTimeBasedAutoScalingAsync() 공개 메소드

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. ///
리턴 Task

DescribeUserProfilesAsync() 공개 메소드

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. ///
리턴 Task

DescribeUserProfilesAsync() 공개 메소드

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. ///
리턴 Task

DescribeVolumesAsync() 공개 메소드

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. ///
리턴 Task

DetachElasticLoadBalancerAsync() 공개 메소드

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. ///
리턴 Task

DisassociateElasticIpAsync() 공개 메소드

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. ///
리턴 Task

Dispose() 보호된 메소드

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndAssignInstance() 공개 메소드

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

EndAssignVolume() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.AssignVolumeResponse

EndAssociateElasticIp() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.AssociateElasticIpResponse

EndAttachElasticLoadBalancer() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse

EndCloneStack() 공개 메소드

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

EndCreateApp() 공개 메소드

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

EndCreateDeployment() 공개 메소드

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

EndCreateInstance() 공개 메소드

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

EndCreateLayer() 공개 메소드

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

EndCreateStack() 공개 메소드

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

EndCreateUserProfile() 공개 메소드

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

EndDeleteApp() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DeleteAppResponse

EndDeleteInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DeleteInstanceResponse

EndDeleteLayer() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DeleteLayerResponse

EndDeleteStack() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DeleteStackResponse

EndDeleteUserProfile() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DeleteUserProfileResponse

EndDeregisterEcsCluster() 공개 메소드

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

EndDeregisterElasticIp() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DeregisterElasticIpResponse

EndDeregisterInstance() 공개 메소드

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

EndDeregisterRdsDbInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse

EndDeregisterVolume() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DeregisterVolumeResponse

EndDescribeAgentVersions() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DescribeAgentVersionsResponse

EndDescribeApps() 공개 메소드

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

EndDescribeCommands() 공개 메소드

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

EndDescribeDeployments() 공개 메소드

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

EndDescribeEcsClusters() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DescribeEcsClustersResponse

EndDescribeElasticIps() 공개 메소드

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

EndDescribeElasticLoadBalancers() 공개 메소드

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

EndDescribeInstances() 공개 메소드

Finishes the asynchronous execution of the DescribeInstances operation.
public EndDescribeInstances ( IAsyncResult asyncResult ) : DescribeInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstances.
리턴 Amazon.OpsWorks.Model.DescribeInstancesResponse

EndDescribeLayers() 공개 메소드

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

EndDescribeLoadBasedAutoScaling() 공개 메소드

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

EndDescribeMyUserProfile() 공개 메소드

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

EndDescribePermissions() 공개 메소드

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

EndDescribeRaidArrays() 공개 메소드

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

EndDescribeRdsDbInstances() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse

EndDescribeServiceErrors() 공개 메소드

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

EndDescribeStackProvisioningParameters() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse

EndDescribeStackSummary() 공개 메소드

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

EndDescribeStacks() 공개 메소드

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

EndDescribeTimeBasedAutoScaling() 공개 메소드

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

EndDescribeUserProfiles() 공개 메소드

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

EndDescribeVolumes() 공개 메소드

Finishes the asynchronous execution of the DescribeVolumes operation.
public EndDescribeVolumes ( IAsyncResult asyncResult ) : DescribeVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVolumes.
리턴 Amazon.OpsWorks.Model.DescribeVolumesResponse

EndDetachElasticLoadBalancer() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse

EndDisassociateElasticIp() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.DisassociateElasticIpResponse

EndGetHostnameSuggestion() 공개 메소드

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

EndGrantAccess() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.GrantAccessResponse

EndRebootInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.RebootInstanceResponse

EndRegisterEcsCluster() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.RegisterEcsClusterResponse

EndRegisterElasticIp() 공개 메소드

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

EndRegisterInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.RegisterInstanceResponse

EndRegisterRdsDbInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse

EndRegisterVolume() 공개 메소드

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

EndSetLoadBasedAutoScaling() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse

EndSetPermission() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.SetPermissionResponse

EndSetTimeBasedAutoScaling() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse

EndStartInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.StartInstanceResponse

EndStartStack() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.StartStackResponse

EndStopInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.StopInstanceResponse

EndStopStack() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.StopStackResponse

EndUnassignInstance() 공개 메소드

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

EndUnassignVolume() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UnassignVolumeResponse

EndUpdateApp() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UpdateAppResponse

EndUpdateElasticIp() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UpdateElasticIpResponse

EndUpdateInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UpdateInstanceResponse

EndUpdateLayer() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UpdateLayerResponse

EndUpdateMyUserProfile() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UpdateMyUserProfileResponse

EndUpdateRdsDbInstance() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse

EndUpdateStack() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UpdateStackResponse

EndUpdateUserProfile() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UpdateUserProfileResponse

EndUpdateVolume() 공개 메소드

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.
리턴 Amazon.OpsWorks.Model.UpdateVolumeResponse

GetHostnameSuggestionAsync() 공개 메소드

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. ///
리턴 Task

GrantAccessAsync() 공개 메소드

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. ///
리턴 Task

RebootInstanceAsync() 공개 메소드

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. ///
리턴 Task

RegisterEcsClusterAsync() 공개 메소드

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. ///
리턴 Task

RegisterElasticIpAsync() 공개 메소드

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. ///
리턴 Task

RegisterInstanceAsync() 공개 메소드

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. ///
리턴 Task

RegisterRdsDbInstanceAsync() 공개 메소드

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. ///
리턴 Task

RegisterVolumeAsync() 공개 메소드

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. ///
리턴 Task

SetLoadBasedAutoScalingAsync() 공개 메소드

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. ///
리턴 Task

SetPermissionAsync() 공개 메소드

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. ///
리턴 Task

SetTimeBasedAutoScalingAsync() 공개 메소드

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. ///
리턴 Task

StartInstanceAsync() 공개 메소드

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. ///
리턴 Task

StartStackAsync() 공개 메소드

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. ///
리턴 Task

StopInstanceAsync() 공개 메소드

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. ///
리턴 Task

StopStackAsync() 공개 메소드

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. ///
리턴 Task

UnassignInstanceAsync() 공개 메소드

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. ///
리턴 Task

UnassignVolumeAsync() 공개 메소드

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. ///
리턴 Task

UpdateAppAsync() 공개 메소드

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. ///
리턴 Task

UpdateElasticIpAsync() 공개 메소드

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. ///
리턴 Task

UpdateInstanceAsync() 공개 메소드

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. ///
리턴 Task

UpdateLayerAsync() 공개 메소드

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. ///
리턴 Task

UpdateMyUserProfileAsync() 공개 메소드

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. ///
리턴 Task

UpdateMyUserProfileAsync() 공개 메소드

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. ///
리턴 Task

UpdateRdsDbInstanceAsync() 공개 메소드

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. ///
리턴 Task

UpdateStackAsync() 공개 메소드

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. ///
리턴 Task

UpdateUserProfileAsync() 공개 메소드

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. ///
리턴 Task

UpdateVolumeAsync() 공개 메소드

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. ///
리턴 Task