Method | Description | |
---|---|---|
AmazonAutoScalingClient ( ) : System |
Constructs AmazonAutoScalingClient 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.
|
|
AmazonAutoScalingClient ( |
Constructs AmazonAutoScalingClient with AWS Credentials
|
|
AmazonAutoScalingClient ( |
Constructs AmazonAutoScalingClient with AWS Credentials and an AmazonAutoScalingClient Configuration object.
|
|
AmazonAutoScalingClient ( |
Constructs AmazonAutoScalingClient with AWS Credentials
|
|
AmazonAutoScalingClient ( |
Constructs AmazonAutoScalingClient 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.
|
|
AmazonAutoScalingClient ( RegionEndpoint region ) : System |
Constructs AmazonAutoScalingClient 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.
|
|
AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonAutoScalingClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonAutoScalingClient with AWS Access Key ID, AWS Secret Key and an AmazonAutoScalingClient Configuration object.
|
|
AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonAutoScalingClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonAutoScalingClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonAutoScalingClient with AWS Access Key ID, AWS Secret Key and an AmazonAutoScalingClient Configuration object.
|
|
AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonAutoScalingClient with AWS Access Key ID and AWS Secret Key
|
|
AttachInstances ( |
Attaches one or more EC2 instances to the specified Auto Scaling group. When you attach instances, Auto Scaling increases the desired capacity of the group by the number of instances being attached. If the number of instances being attached plus the desired capacity of the group exceeds the maximum size of the group, the operation fails. If there is a Classic load balancer attached to your Auto Scaling group, the instances are also registered with the load balancer. If there are target groups attached to your Auto Scaling group, the instances are also registered with the target groups. For more information, see Attach EC2 Instances to Your Auto Scaling Group in the Auto Scaling User Guide.
|
|
AttachInstancesAsync ( |
Initiates the asynchronous execution of the AttachInstances operation.
|
|
AttachLoadBalancerTargetGroups ( |
Attaches one or more target groups to the specified Auto Scaling group. To describe the target groups for an Auto Scaling group, use DescribeLoadBalancerTargetGroups. To detach the target group from the Auto Scaling group, use DetachLoadBalancerTargetGroups. For more information, see Attach a Load Balancer to Your Auto Scaling Group in the Auto Scaling User Guide.
|
|
AttachLoadBalancerTargetGroupsAsync ( |
Initiates the asynchronous execution of the AttachLoadBalancerTargetGroups operation.
|
|
AttachLoadBalancers ( |
Attaches one or more Classic load balancers to the specified Auto Scaling group. To attach an Application load balancer instead, see AttachLoadBalancerTargetGroups. To describe the load balancers for an Auto Scaling group, use DescribeLoadBalancers. To detach the load balancer from the Auto Scaling group, use DetachLoadBalancers. For more information, see Attach a Load Balancer to Your Auto Scaling Group in the Auto Scaling User Guide.
|
|
AttachLoadBalancersAsync ( |
Initiates the asynchronous execution of the AttachLoadBalancers operation.
|
|
BeginAttachInstances ( |
Initiates the asynchronous execution of the AttachInstances operation.
|
|
BeginAttachLoadBalancerTargetGroups ( |
Initiates the asynchronous execution of the AttachLoadBalancerTargetGroups operation.
|
|
BeginAttachLoadBalancers ( |
Initiates the asynchronous execution of the AttachLoadBalancers operation.
|
|
BeginCompleteLifecycleAction ( |
Initiates the asynchronous execution of the CompleteLifecycleAction operation.
|
|
BeginCreateAutoScalingGroup ( |
Initiates the asynchronous execution of the CreateAutoScalingGroup operation.
|
|
BeginCreateLaunchConfiguration ( |
Initiates the asynchronous execution of the CreateLaunchConfiguration operation.
|
|
BeginCreateOrUpdateTags ( |
Initiates the asynchronous execution of the CreateOrUpdateTags operation.
|
|
BeginDeleteAutoScalingGroup ( |
Initiates the asynchronous execution of the DeleteAutoScalingGroup operation.
|
|
BeginDeleteLaunchConfiguration ( |
Initiates the asynchronous execution of the DeleteLaunchConfiguration operation.
|
|
BeginDeleteLifecycleHook ( Amazon.AutoScaling.Model.DeleteLifecycleHookRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DeleteLifecycleHook operation.
|
|
BeginDeleteNotificationConfiguration ( |
Initiates the asynchronous execution of the DeleteNotificationConfiguration operation.
|
|
BeginDeletePolicy ( |
Initiates the asynchronous execution of the DeletePolicy operation.
|
|
BeginDeleteScheduledAction ( |
Initiates the asynchronous execution of the DeleteScheduledAction operation.
|
|
BeginDeleteTags ( |
Initiates the asynchronous execution of the DeleteTags operation.
|
|
BeginDescribeAccountLimits ( DescribeAccountLimitsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeAccountLimits operation.
|
|
BeginDescribeAdjustmentTypes ( DescribeAdjustmentTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeAdjustmentTypes operation.
|
|
BeginDescribeAutoScalingGroups ( |
Initiates the asynchronous execution of the DescribeAutoScalingGroups operation.
|
|
BeginDescribeAutoScalingInstances ( |
Initiates the asynchronous execution of the DescribeAutoScalingInstances operation.
|
|
BeginDescribeAutoScalingNotificationTypes ( DescribeAutoScalingNotificationTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeAutoScalingNotificationTypes operation.
|
|
BeginDescribeLaunchConfigurations ( |
Initiates the asynchronous execution of the DescribeLaunchConfigurations operation.
|
|
BeginDescribeLifecycleHookTypes ( DescribeLifecycleHookTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeLifecycleHookTypes operation.
|
|
BeginDescribeLifecycleHooks ( |
Initiates the asynchronous execution of the DescribeLifecycleHooks operation.
|
|
BeginDescribeLoadBalancerTargetGroups ( |
Initiates the asynchronous execution of the DescribeLoadBalancerTargetGroups operation.
|
|
BeginDescribeLoadBalancers ( |
Initiates the asynchronous execution of the DescribeLoadBalancers operation.
|
|
BeginDescribeMetricCollectionTypes ( DescribeMetricCollectionTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeMetricCollectionTypes operation.
|
|
BeginDescribeNotificationConfigurations ( |
Initiates the asynchronous execution of the DescribeNotificationConfigurations operation.
|
|
BeginDescribePolicies ( |
Initiates the asynchronous execution of the DescribePolicies operation.
|
|
BeginDescribeScalingActivities ( DescribeScalingActivitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeScalingActivities operation.
|
|
BeginDescribeScalingProcessTypes ( DescribeScalingProcessTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeScalingProcessTypes operation.
|
|
BeginDescribeScheduledActions ( DescribeScheduledActionsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeScheduledActions operation.
|
|
BeginDescribeTags ( DescribeTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeTags operation.
|
|
BeginDescribeTerminationPolicyTypes ( DescribeTerminationPolicyTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeTerminationPolicyTypes operation.
|
|
BeginDetachInstances ( DetachInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DetachInstances operation.
|
|
BeginDetachLoadBalancerTargetGroups ( DetachLoadBalancerTargetGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DetachLoadBalancerTargetGroups operation.
|
|
BeginDetachLoadBalancers ( DetachLoadBalancersRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DetachLoadBalancers operation.
|
|
BeginDisableMetricsCollection ( DisableMetricsCollectionRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DisableMetricsCollection operation.
|
|
BeginEnableMetricsCollection ( EnableMetricsCollectionRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the EnableMetricsCollection operation.
|
|
BeginEnterStandby ( EnterStandbyRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the EnterStandby operation.
|
|
BeginExecutePolicy ( ExecutePolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ExecutePolicy operation.
|
|
BeginExitStandby ( ExitStandbyRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ExitStandby operation.
|
|
BeginPutLifecycleHook ( PutLifecycleHookRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the PutLifecycleHook operation.
|
|
BeginPutNotificationConfiguration ( PutNotificationConfigurationRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the PutNotificationConfiguration operation.
|
|
BeginPutScalingPolicy ( PutScalingPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the PutScalingPolicy operation.
|
|
BeginPutScheduledUpdateGroupAction ( PutScheduledUpdateGroupActionRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the PutScheduledUpdateGroupAction operation.
|
|
BeginRecordLifecycleActionHeartbeat ( RecordLifecycleActionHeartbeatRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the RecordLifecycleActionHeartbeat operation.
|
|
BeginResumeProcesses ( ResumeProcessesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ResumeProcesses operation.
|
|
BeginSetDesiredCapacity ( SetDesiredCapacityRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the SetDesiredCapacity operation.
|
|
BeginSetInstanceHealth ( SetInstanceHealthRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the SetInstanceHealth operation.
|
|
BeginSetInstanceProtection ( SetInstanceProtectionRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the SetInstanceProtection operation.
|
|
BeginSuspendProcesses ( SuspendProcessesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the SuspendProcesses operation.
|
|
BeginTerminateInstanceInAutoScalingGroup ( TerminateInstanceInAutoScalingGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the TerminateInstanceInAutoScalingGroup operation.
|
|
BeginUpdateAutoScalingGroup ( UpdateAutoScalingGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the UpdateAutoScalingGroup operation.
|
|
CompleteLifecycleAction ( CompleteLifecycleActionRequest request ) : CompleteLifecycleActionResponse |
Completes the lifecycle action for the specified token or instance with the specified result. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:
For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.
|
|
CompleteLifecycleActionAsync ( CompleteLifecycleActionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the CompleteLifecycleAction operation.
|
|
CreateAutoScalingGroup ( CreateAutoScalingGroupRequest request ) : CreateAutoScalingGroupResponse |
Creates an Auto Scaling group with the specified name and attributes. If you exceed your maximum limit of Auto Scaling groups, which by default is 20 per region, the call fails. For information about viewing and updating this limit, see DescribeAccountLimits. For more information, see Auto Scaling Groups in the Auto Scaling User Guide.
|
|
CreateAutoScalingGroupAsync ( CreateAutoScalingGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the CreateAutoScalingGroup operation.
|
|
CreateLaunchConfiguration ( CreateLaunchConfigurationRequest request ) : CreateLaunchConfigurationResponse |
Creates a launch configuration. If you exceed your maximum limit of launch configurations, which by default is 100 per region, the call fails. For information about viewing and updating this limit, see DescribeAccountLimits. For more information, see Launch Configurations in the Auto Scaling User Guide.
|
|
CreateLaunchConfigurationAsync ( CreateLaunchConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the CreateLaunchConfiguration operation.
|
|
CreateOrUpdateTags ( CreateOrUpdateTagsRequest request ) : CreateOrUpdateTagsResponse |
Creates or updates tags for the specified Auto Scaling group. When you specify a tag with a key that already exists, the operation overwrites the previous tag definition, and you do not get an error message. For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide.
|
|
CreateOrUpdateTagsAsync ( CreateOrUpdateTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the CreateOrUpdateTags operation.
|
|
DeleteAutoScalingGroup ( DeleteAutoScalingGroupRequest request ) : DeleteAutoScalingGroupResponse |
Deletes the specified Auto Scaling group. If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed. If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action. To remove instances from the Auto Scaling group before deleting it, call DetachInstances with the list of instances and the option to decrement the desired capacity so that Auto Scaling does not launch replacement instances. To terminate all instances before deleting the Auto Scaling group, call UpdateAutoScalingGroup and set the minimum size and desired capacity of the Auto Scaling group to zero.
|
|
DeleteAutoScalingGroupAsync ( DeleteAutoScalingGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteAutoScalingGroup operation.
|
|
DeleteLaunchConfiguration ( DeleteLaunchConfigurationRequest request ) : DeleteLaunchConfigurationResponse |
Deletes the specified launch configuration. The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.
|
|
DeleteLaunchConfigurationAsync ( DeleteLaunchConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteLaunchConfiguration operation.
|
|
DeleteLifecycleHook ( DeleteLifecycleHookRequest request ) : DeleteLifecycleHookResponse |
Deletes the specified lifecycle hook. If there are any outstanding lifecycle actions, they are completed first (
|
|
DeleteLifecycleHookAsync ( DeleteLifecycleHookRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteLifecycleHook operation.
|
|
DeleteNotificationConfiguration ( DeleteNotificationConfigurationRequest request ) : DeleteNotificationConfigurationResponse |
Deletes the specified notification.
|
|
DeleteNotificationConfigurationAsync ( DeleteNotificationConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteNotificationConfiguration operation.
|
|
DeletePolicy ( DeletePolicyRequest request ) : DeletePolicyResponse |
Deletes the specified Auto Scaling policy. Deleting a policy deletes the underlying alarm action, but does not delete the alarm, even if it no longer has an associated action.
|
|
DeletePolicyAsync ( DeletePolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeletePolicy operation.
|
|
DeleteScheduledAction ( DeleteScheduledActionRequest request ) : DeleteScheduledActionResponse |
Deletes the specified scheduled action.
|
|
DeleteScheduledActionAsync ( DeleteScheduledActionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteScheduledAction operation.
|
|
DeleteTags ( DeleteTagsRequest request ) : DeleteTagsResponse |
Deletes the specified tags.
|
|
DeleteTagsAsync ( DeleteTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteTags operation.
|
|
DescribeAccountLimits ( ) : DescribeAccountLimitsResponse |
Describes the current Auto Scaling resource limits for your AWS account. For information about requesting an increase in these limits, see AWS Service Limits in the Amazon Web Services General Reference.
|
|
DescribeAccountLimits ( DescribeAccountLimitsRequest request ) : DescribeAccountLimitsResponse |
Describes the current Auto Scaling resource limits for your AWS account. For information about requesting an increase in these limits, see AWS Service Limits in the Amazon Web Services General Reference.
|
|
DescribeAccountLimitsAsync ( DescribeAccountLimitsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeAccountLimits operation.
|
|
DescribeAccountLimitsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the current Auto Scaling resource limits for your AWS account. For information about requesting an increase in these limits, see AWS Service Limits in the Amazon Web Services General Reference.
|
|
DescribeAdjustmentTypes ( ) : DescribeAdjustmentTypesResponse |
Describes the policy adjustment types for use with PutScalingPolicy.
|
|
DescribeAdjustmentTypes ( DescribeAdjustmentTypesRequest request ) : DescribeAdjustmentTypesResponse |
Describes the policy adjustment types for use with PutScalingPolicy.
|
|
DescribeAdjustmentTypesAsync ( DescribeAdjustmentTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeAdjustmentTypes operation.
|
|
DescribeAdjustmentTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the policy adjustment types for use with PutScalingPolicy.
|
|
DescribeAutoScalingGroups ( ) : DescribeAutoScalingGroupsResponse |
Describes one or more Auto Scaling groups.
|
|
DescribeAutoScalingGroups ( DescribeAutoScalingGroupsRequest request ) : DescribeAutoScalingGroupsResponse |
Describes one or more Auto Scaling groups.
|
|
DescribeAutoScalingGroupsAsync ( DescribeAutoScalingGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeAutoScalingGroups operation.
|
|
DescribeAutoScalingGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes one or more Auto Scaling groups.
|
|
DescribeAutoScalingInstances ( ) : DescribeAutoScalingInstancesResponse |
Describes one or more Auto Scaling instances.
|
|
DescribeAutoScalingInstances ( DescribeAutoScalingInstancesRequest request ) : DescribeAutoScalingInstancesResponse |
Describes one or more Auto Scaling instances.
|
|
DescribeAutoScalingInstancesAsync ( DescribeAutoScalingInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeAutoScalingInstances operation.
|
|
DescribeAutoScalingInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes one or more Auto Scaling instances.
|
|
DescribeAutoScalingNotificationTypes ( ) : DescribeAutoScalingNotificationTypesResponse |
Describes the notification types that are supported by Auto Scaling.
|
|
DescribeAutoScalingNotificationTypes ( DescribeAutoScalingNotificationTypesRequest request ) : DescribeAutoScalingNotificationTypesResponse |
Describes the notification types that are supported by Auto Scaling.
|
|
DescribeAutoScalingNotificationTypesAsync ( DescribeAutoScalingNotificationTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeAutoScalingNotificationTypes operation.
|
|
DescribeAutoScalingNotificationTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the notification types that are supported by Auto Scaling.
|
|
DescribeLaunchConfigurations ( ) : DescribeLaunchConfigurationsResponse |
Describes one or more launch configurations.
|
|
DescribeLaunchConfigurations ( DescribeLaunchConfigurationsRequest request ) : DescribeLaunchConfigurationsResponse |
Describes one or more launch configurations.
|
|
DescribeLaunchConfigurationsAsync ( DescribeLaunchConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeLaunchConfigurations operation.
|
|
DescribeLaunchConfigurationsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes one or more launch configurations.
|
|
DescribeLifecycleHookTypes ( DescribeLifecycleHookTypesRequest request ) : DescribeLifecycleHookTypesResponse |
Describes the available types of lifecycle hooks.
|
|
DescribeLifecycleHookTypesAsync ( DescribeLifecycleHookTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeLifecycleHookTypes operation.
|
|
DescribeLifecycleHooks ( DescribeLifecycleHooksRequest request ) : DescribeLifecycleHooksResponse |
Describes the lifecycle hooks for the specified Auto Scaling group.
|
|
DescribeLifecycleHooksAsync ( DescribeLifecycleHooksRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeLifecycleHooks operation.
|
|
DescribeLoadBalancerTargetGroups ( DescribeLoadBalancerTargetGroupsRequest request ) : DescribeLoadBalancerTargetGroupsResponse |
Describes the target groups for the specified Auto Scaling group.
|
|
DescribeLoadBalancerTargetGroupsAsync ( DescribeLoadBalancerTargetGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeLoadBalancerTargetGroups operation.
|
|
DescribeLoadBalancers ( DescribeLoadBalancersRequest request ) : DescribeLoadBalancersResponse |
Describes the load balancers for the specified Auto Scaling group. Note that this operation describes only Classic load balancers. If you have Application load balancers, use DescribeLoadBalancerTargetGroups instead.
|
|
DescribeLoadBalancersAsync ( DescribeLoadBalancersRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeLoadBalancers operation.
|
|
DescribeMetricCollectionTypes ( ) : DescribeMetricCollectionTypesResponse |
Describes the available CloudWatch metrics for Auto Scaling. Note that the
|
|
DescribeMetricCollectionTypes ( DescribeMetricCollectionTypesRequest request ) : DescribeMetricCollectionTypesResponse |
Describes the available CloudWatch metrics for Auto Scaling. Note that the
|
|
DescribeMetricCollectionTypesAsync ( DescribeMetricCollectionTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeMetricCollectionTypes operation.
|
|
DescribeMetricCollectionTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the available CloudWatch metrics for Auto Scaling. Note that the
|
|
DescribeNotificationConfigurations ( ) : DescribeNotificationConfigurationsResponse |
Describes the notification actions associated with the specified Auto Scaling group.
|
|
DescribeNotificationConfigurations ( DescribeNotificationConfigurationsRequest request ) : DescribeNotificationConfigurationsResponse |
Describes the notification actions associated with the specified Auto Scaling group.
|
|
DescribeNotificationConfigurationsAsync ( DescribeNotificationConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeNotificationConfigurations operation.
|
|
DescribeNotificationConfigurationsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the notification actions associated with the specified Auto Scaling group.
|
|
DescribePolicies ( ) : DescribePoliciesResponse |
Describes the policies for the specified Auto Scaling group.
|
|
DescribePolicies ( DescribePoliciesRequest request ) : DescribePoliciesResponse |
Describes the policies for the specified Auto Scaling group.
|
|
DescribePoliciesAsync ( DescribePoliciesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribePolicies operation.
|
|
DescribePoliciesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the policies for the specified Auto Scaling group.
|
|
DescribeScalingActivities ( ) : DescribeScalingActivitiesResponse |
Describes one or more scaling activities for the specified Auto Scaling group.
|
|
DescribeScalingActivities ( DescribeScalingActivitiesRequest request ) : DescribeScalingActivitiesResponse |
Describes one or more scaling activities for the specified Auto Scaling group.
|
|
DescribeScalingActivitiesAsync ( DescribeScalingActivitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeScalingActivities operation.
|
|
DescribeScalingActivitiesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes one or more scaling activities for the specified Auto Scaling group.
|
|
DescribeScalingProcessTypes ( ) : DescribeScalingProcessTypesResponse |
Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.
|
|
DescribeScalingProcessTypes ( DescribeScalingProcessTypesRequest request ) : DescribeScalingProcessTypesResponse |
Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.
|
|
DescribeScalingProcessTypesAsync ( DescribeScalingProcessTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeScalingProcessTypes operation.
|
|
DescribeScalingProcessTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.
|
|
DescribeScheduledActions ( ) : DescribeScheduledActionsResponse |
Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.
|
|
DescribeScheduledActions ( DescribeScheduledActionsRequest request ) : DescribeScheduledActionsResponse |
Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.
|
|
DescribeScheduledActionsAsync ( DescribeScheduledActionsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeScheduledActions operation.
|
|
DescribeScheduledActionsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.
|
|
DescribeTags ( ) : DescribeTagsResponse |
Describes the specified tags. You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results. You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there's no match, no special message is returned.
|
|
DescribeTags ( DescribeTagsRequest request ) : DescribeTagsResponse |
Describes the specified tags. You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results. You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there's no match, no special message is returned.
|
|
DescribeTagsAsync ( DescribeTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeTags operation.
|
|
DescribeTagsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the specified tags. You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results. You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there's no match, no special message is returned.
|
|
DescribeTerminationPolicyTypes ( ) : DescribeTerminationPolicyTypesResponse |
Describes the termination policies supported by Auto Scaling.
|
|
DescribeTerminationPolicyTypes ( DescribeTerminationPolicyTypesRequest request ) : DescribeTerminationPolicyTypesResponse |
Describes the termination policies supported by Auto Scaling.
|
|
DescribeTerminationPolicyTypesAsync ( DescribeTerminationPolicyTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeTerminationPolicyTypes operation.
|
|
DescribeTerminationPolicyTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Describes the termination policies supported by Auto Scaling.
|
|
DetachInstances ( DetachInstancesRequest request ) : DetachInstancesResponse |
Removes one or more instances from the specified Auto Scaling group. After the instances are detached, you can manage them independently from the rest of the Auto Scaling group. If you do not specify the option to decrement the desired capacity, Auto Scaling launches instances to replace the ones that are detached. If there is a Classic load balancer attached to the Auto Scaling group, the instances are deregistered from the load balancer. If there are target groups attached to the Auto Scaling group, the instances are deregistered from the target groups. For more information, see Detach EC2 Instances from Your Auto Scaling Group in the Auto Scaling User Guide.
|
|
DetachInstancesAsync ( DetachInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DetachInstances operation.
|
|
DetachLoadBalancerTargetGroups ( DetachLoadBalancerTargetGroupsRequest request ) : DetachLoadBalancerTargetGroupsResponse |
Detaches one or more target groups from the specified Auto Scaling group.
|
|
DetachLoadBalancerTargetGroupsAsync ( DetachLoadBalancerTargetGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DetachLoadBalancerTargetGroups operation.
|
|
DetachLoadBalancers ( DetachLoadBalancersRequest request ) : DetachLoadBalancersResponse |
Detaches one or more Classic load balancers from the specified Auto Scaling group. Note that this operation detaches only Classic load balancers. If you have Application load balancers, use DetachLoadBalancerTargetGroups instead. When you detach a load balancer, it enters the
|
|
DetachLoadBalancersAsync ( DetachLoadBalancersRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DetachLoadBalancers operation.
|
|
DisableMetricsCollection ( DisableMetricsCollectionRequest request ) : DisableMetricsCollectionResponse |
Disables group metrics for the specified Auto Scaling group.
|
|
DisableMetricsCollectionAsync ( DisableMetricsCollectionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DisableMetricsCollection operation.
|
|
EnableMetricsCollection ( EnableMetricsCollectionRequest request ) : EnableMetricsCollectionResponse |
Enables group metrics for the specified Auto Scaling group. For more information, see Monitoring Your Auto Scaling Groups and Instances in the Auto Scaling User Guide.
|
|
EnableMetricsCollectionAsync ( EnableMetricsCollectionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the EnableMetricsCollection operation.
|
|
EndAttachInstances ( IAsyncResult asyncResult ) : AttachInstancesResponse |
Finishes the asynchronous execution of the AttachInstances operation.
|
|
EndAttachLoadBalancerTargetGroups ( IAsyncResult asyncResult ) : AttachLoadBalancerTargetGroupsResponse |
Finishes the asynchronous execution of the AttachLoadBalancerTargetGroups operation.
|
|
EndAttachLoadBalancers ( IAsyncResult asyncResult ) : AttachLoadBalancersResponse |
Finishes the asynchronous execution of the AttachLoadBalancers operation.
|
|
EndCompleteLifecycleAction ( IAsyncResult asyncResult ) : CompleteLifecycleActionResponse |
Finishes the asynchronous execution of the CompleteLifecycleAction operation.
|
|
EndCreateAutoScalingGroup ( IAsyncResult asyncResult ) : CreateAutoScalingGroupResponse |
Finishes the asynchronous execution of the CreateAutoScalingGroup operation.
|
|
EndCreateLaunchConfiguration ( IAsyncResult asyncResult ) : CreateLaunchConfigurationResponse |
Finishes the asynchronous execution of the CreateLaunchConfiguration operation.
|
|
EndCreateOrUpdateTags ( IAsyncResult asyncResult ) : CreateOrUpdateTagsResponse |
Finishes the asynchronous execution of the CreateOrUpdateTags operation.
|
|
EndDeleteAutoScalingGroup ( IAsyncResult asyncResult ) : DeleteAutoScalingGroupResponse |
Finishes the asynchronous execution of the DeleteAutoScalingGroup operation.
|
|
EndDeleteLaunchConfiguration ( IAsyncResult asyncResult ) : DeleteLaunchConfigurationResponse |
Finishes the asynchronous execution of the DeleteLaunchConfiguration operation.
|
|
EndDeleteLifecycleHook ( IAsyncResult asyncResult ) : DeleteLifecycleHookResponse |
Finishes the asynchronous execution of the DeleteLifecycleHook operation.
|
|
EndDeleteNotificationConfiguration ( IAsyncResult asyncResult ) : DeleteNotificationConfigurationResponse |
Finishes the asynchronous execution of the DeleteNotificationConfiguration operation.
|
|
EndDeletePolicy ( IAsyncResult asyncResult ) : DeletePolicyResponse |
Finishes the asynchronous execution of the DeletePolicy operation.
|
|
EndDeleteScheduledAction ( IAsyncResult asyncResult ) : DeleteScheduledActionResponse |
Finishes the asynchronous execution of the DeleteScheduledAction operation.
|
|
EndDeleteTags ( IAsyncResult asyncResult ) : DeleteTagsResponse |
Finishes the asynchronous execution of the DeleteTags operation.
|
|
EndDescribeAccountLimits ( IAsyncResult asyncResult ) : DescribeAccountLimitsResponse |
Finishes the asynchronous execution of the DescribeAccountLimits operation.
|
|
EndDescribeAdjustmentTypes ( IAsyncResult asyncResult ) : DescribeAdjustmentTypesResponse |
Finishes the asynchronous execution of the DescribeAdjustmentTypes operation.
|
|
EndDescribeAutoScalingGroups ( IAsyncResult asyncResult ) : DescribeAutoScalingGroupsResponse |
Finishes the asynchronous execution of the DescribeAutoScalingGroups operation.
|
|
EndDescribeAutoScalingInstances ( IAsyncResult asyncResult ) : DescribeAutoScalingInstancesResponse |
Finishes the asynchronous execution of the DescribeAutoScalingInstances operation.
|
|
EndDescribeAutoScalingNotificationTypes ( IAsyncResult asyncResult ) : DescribeAutoScalingNotificationTypesResponse |
Finishes the asynchronous execution of the DescribeAutoScalingNotificationTypes operation.
|
|
EndDescribeLaunchConfigurations ( IAsyncResult asyncResult ) : DescribeLaunchConfigurationsResponse |
Finishes the asynchronous execution of the DescribeLaunchConfigurations operation.
|
|
EndDescribeLifecycleHookTypes ( IAsyncResult asyncResult ) : DescribeLifecycleHookTypesResponse |
Finishes the asynchronous execution of the DescribeLifecycleHookTypes operation.
|
|
EndDescribeLifecycleHooks ( IAsyncResult asyncResult ) : DescribeLifecycleHooksResponse |
Finishes the asynchronous execution of the DescribeLifecycleHooks operation.
|
|
EndDescribeLoadBalancerTargetGroups ( IAsyncResult asyncResult ) : DescribeLoadBalancerTargetGroupsResponse |
Finishes the asynchronous execution of the DescribeLoadBalancerTargetGroups operation.
|
|
EndDescribeLoadBalancers ( IAsyncResult asyncResult ) : DescribeLoadBalancersResponse |
Finishes the asynchronous execution of the DescribeLoadBalancers operation.
|
|
EndDescribeMetricCollectionTypes ( IAsyncResult asyncResult ) : DescribeMetricCollectionTypesResponse |
Finishes the asynchronous execution of the DescribeMetricCollectionTypes operation.
|
|
EndDescribeNotificationConfigurations ( IAsyncResult asyncResult ) : DescribeNotificationConfigurationsResponse |
Finishes the asynchronous execution of the DescribeNotificationConfigurations operation.
|
|
EndDescribePolicies ( IAsyncResult asyncResult ) : DescribePoliciesResponse |
Finishes the asynchronous execution of the DescribePolicies operation.
|
|
EndDescribeScalingActivities ( IAsyncResult asyncResult ) : DescribeScalingActivitiesResponse |
Finishes the asynchronous execution of the DescribeScalingActivities operation.
|
|
EndDescribeScalingProcessTypes ( IAsyncResult asyncResult ) : DescribeScalingProcessTypesResponse |
Finishes the asynchronous execution of the DescribeScalingProcessTypes operation.
|
|
EndDescribeScheduledActions ( IAsyncResult asyncResult ) : DescribeScheduledActionsResponse |
Finishes the asynchronous execution of the DescribeScheduledActions operation.
|
|
EndDescribeTags ( IAsyncResult asyncResult ) : DescribeTagsResponse |
Finishes the asynchronous execution of the DescribeTags operation.
|
|
EndDescribeTerminationPolicyTypes ( IAsyncResult asyncResult ) : DescribeTerminationPolicyTypesResponse |
Finishes the asynchronous execution of the DescribeTerminationPolicyTypes operation.
|
|
EndDetachInstances ( IAsyncResult asyncResult ) : DetachInstancesResponse |
Finishes the asynchronous execution of the DetachInstances operation.
|
|
EndDetachLoadBalancerTargetGroups ( IAsyncResult asyncResult ) : DetachLoadBalancerTargetGroupsResponse |
Finishes the asynchronous execution of the DetachLoadBalancerTargetGroups operation.
|
|
EndDetachLoadBalancers ( IAsyncResult asyncResult ) : DetachLoadBalancersResponse |
Finishes the asynchronous execution of the DetachLoadBalancers operation.
|
|
EndDisableMetricsCollection ( IAsyncResult asyncResult ) : DisableMetricsCollectionResponse |
Finishes the asynchronous execution of the DisableMetricsCollection operation.
|
|
EndEnableMetricsCollection ( IAsyncResult asyncResult ) : EnableMetricsCollectionResponse |
Finishes the asynchronous execution of the EnableMetricsCollection operation.
|
|
EndEnterStandby ( IAsyncResult asyncResult ) : EnterStandbyResponse |
Finishes the asynchronous execution of the EnterStandby operation.
|
|
EndExecutePolicy ( IAsyncResult asyncResult ) : ExecutePolicyResponse |
Finishes the asynchronous execution of the ExecutePolicy operation.
|
|
EndExitStandby ( IAsyncResult asyncResult ) : ExitStandbyResponse |
Finishes the asynchronous execution of the ExitStandby operation.
|
|
EndPutLifecycleHook ( IAsyncResult asyncResult ) : PutLifecycleHookResponse |
Finishes the asynchronous execution of the PutLifecycleHook operation.
|
|
EndPutNotificationConfiguration ( IAsyncResult asyncResult ) : PutNotificationConfigurationResponse |
Finishes the asynchronous execution of the PutNotificationConfiguration operation.
|
|
EndPutScalingPolicy ( IAsyncResult asyncResult ) : PutScalingPolicyResponse |
Finishes the asynchronous execution of the PutScalingPolicy operation.
|
|
EndPutScheduledUpdateGroupAction ( IAsyncResult asyncResult ) : PutScheduledUpdateGroupActionResponse |
Finishes the asynchronous execution of the PutScheduledUpdateGroupAction operation.
|
|
EndRecordLifecycleActionHeartbeat ( IAsyncResult asyncResult ) : RecordLifecycleActionHeartbeatResponse |
Finishes the asynchronous execution of the RecordLifecycleActionHeartbeat operation.
|
|
EndResumeProcesses ( IAsyncResult asyncResult ) : ResumeProcessesResponse |
Finishes the asynchronous execution of the ResumeProcesses operation.
|
|
EndSetDesiredCapacity ( IAsyncResult asyncResult ) : SetDesiredCapacityResponse |
Finishes the asynchronous execution of the SetDesiredCapacity operation.
|
|
EndSetInstanceHealth ( IAsyncResult asyncResult ) : SetInstanceHealthResponse |
Finishes the asynchronous execution of the SetInstanceHealth operation.
|
|
EndSetInstanceProtection ( IAsyncResult asyncResult ) : SetInstanceProtectionResponse |
Finishes the asynchronous execution of the SetInstanceProtection operation.
|
|
EndSuspendProcesses ( IAsyncResult asyncResult ) : SuspendProcessesResponse |
Finishes the asynchronous execution of the SuspendProcesses operation.
|
|
EndTerminateInstanceInAutoScalingGroup ( IAsyncResult asyncResult ) : TerminateInstanceInAutoScalingGroupResponse |
Finishes the asynchronous execution of the TerminateInstanceInAutoScalingGroup operation.
|
|
EndUpdateAutoScalingGroup ( IAsyncResult asyncResult ) : UpdateAutoScalingGroupResponse |
Finishes the asynchronous execution of the UpdateAutoScalingGroup operation.
|
|
EnterStandby ( EnterStandbyRequest request ) : EnterStandbyResponse |
Moves the specified instances into For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.
|
|
EnterStandbyAsync ( EnterStandbyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the EnterStandby operation.
|
|
ExecutePolicy ( ExecutePolicyRequest request ) : ExecutePolicyResponse |
Executes the specified policy.
|
|
ExecutePolicyAsync ( ExecutePolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ExecutePolicy operation.
|
|
ExitStandby ( ExitStandbyRequest request ) : ExitStandbyResponse |
Moves the specified instances out of For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.
|
|
ExitStandbyAsync ( ExitStandbyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ExitStandby operation.
|
|
PutLifecycleHook ( PutLifecycleHookRequest request ) : PutLifecycleHookResponse |
Creates or updates a lifecycle hook for the specified Auto Scaling Group. A lifecycle hook tells Auto Scaling that you want to perform an action on an instance that is not actively in service; for example, either when the instance launches or before the instance terminates. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:
For more information, see Auto Scaling Lifecycle Hooks in the Auto Scaling User Guide. If you exceed your maximum limit of lifecycle hooks, which by default is 50 per Auto Scaling group, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.
|
|
PutLifecycleHookAsync ( PutLifecycleHookRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the PutLifecycleHook operation.
|
|
PutNotificationConfiguration ( PutNotificationConfigurationRequest request ) : PutNotificationConfigurationResponse |
Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to the specified topic can have messages delivered to an endpoint such as a web server or an email address. This configuration overwrites any existing configuration. For more information see Getting SNS Notifications When Your Auto Scaling Group Scales in the Auto Scaling User Guide.
|
|
PutNotificationConfigurationAsync ( PutNotificationConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the PutNotificationConfiguration operation.
|
|
PutScalingPolicy ( PutScalingPolicyRequest request ) : PutScalingPolicyResponse |
Creates or updates a policy for an Auto Scaling group. To update an existing policy, use the existing policy name and set the parameters you want to change. Any existing parameter not changed in an update to an existing policy is not changed in this update request. If you exceed your maximum limit of step adjustments, which by default is 20 per region, the call fails. For information about updating this limit, see AWS Service Limits in the Amazon Web Services General Reference.
|
|
PutScalingPolicyAsync ( PutScalingPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the PutScalingPolicy operation.
|
|
PutScheduledUpdateGroupAction ( PutScheduledUpdateGroupActionRequest request ) : PutScheduledUpdateGroupActionResponse |
Creates or updates a scheduled scaling action for an Auto Scaling group. When updating a scheduled scaling action, if you leave a parameter unspecified, the corresponding value remains unchanged. For more information, see Scheduled Scaling in the Auto Scaling User Guide.
|
|
PutScheduledUpdateGroupActionAsync ( PutScheduledUpdateGroupActionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the PutScheduledUpdateGroupAction operation.
|
|
RecordLifecycleActionHeartbeat ( RecordLifecycleActionHeartbeatRequest request ) : RecordLifecycleActionHeartbeatResponse |
Records a heartbeat for the lifecycle action associated with the specified token or instance. This extends the timeout by the length of time defined using PutLifecycleHook. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:
For more information, see Auto Scaling Lifecycle in the Auto Scaling User Guide.
|
|
RecordLifecycleActionHeartbeatAsync ( RecordLifecycleActionHeartbeatRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the RecordLifecycleActionHeartbeat operation.
|
|
ResumeProcesses ( ResumeProcessesRequest request ) : ResumeProcessesResponse |
Resumes the specified suspended Auto Scaling processes, or all suspended process, for the specified Auto Scaling group. For more information, see Suspending and Resuming Auto Scaling Processes in the Auto Scaling User Guide.
|
|
ResumeProcessesAsync ( ResumeProcessesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ResumeProcesses operation.
|
|
SetDesiredCapacity ( SetDesiredCapacityRequest request ) : SetDesiredCapacityResponse |
Sets the size of the specified Auto Scaling group. For more information about desired capacity, see What Is Auto Scaling? in the Auto Scaling User Guide.
|
|
SetDesiredCapacityAsync ( SetDesiredCapacityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the SetDesiredCapacity operation.
|
|
SetInstanceHealth ( SetInstanceHealthRequest request ) : SetInstanceHealthResponse |
Sets the health status of the specified instance. For more information, see Health Checks in the Auto Scaling User Guide.
|
|
SetInstanceHealthAsync ( SetInstanceHealthRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the SetInstanceHealth operation.
|
|
SetInstanceProtection ( SetInstanceProtectionRequest request ) : SetInstanceProtectionResponse |
Updates the instance protection settings of the specified instances. For more information, see Instance Protection in the Auto Scaling User Guide.
|
|
SetInstanceProtectionAsync ( SetInstanceProtectionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the SetInstanceProtection operation.
|
|
SuspendProcesses ( SuspendProcessesRequest request ) : SuspendProcessesResponse |
Suspends the specified Auto Scaling processes, or all processes, for the specified Auto Scaling group. Note that if you suspend either the To resume processes that have been suspended, use ResumeProcesses. For more information, see Suspending and Resuming Auto Scaling Processes in the Auto Scaling User Guide.
|
|
SuspendProcessesAsync ( SuspendProcessesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the SuspendProcesses operation.
|
|
TerminateInstanceInAutoScalingGroup ( TerminateInstanceInAutoScalingGroupRequest request ) : TerminateInstanceInAutoScalingGroupResponse |
Terminates the specified instance and optionally adjusts the desired group size. This call simply makes a termination request. The instance is not terminated immediately.
|
|
TerminateInstanceInAutoScalingGroupAsync ( TerminateInstanceInAutoScalingGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the TerminateInstanceInAutoScalingGroup operation.
|
|
UpdateAutoScalingGroup ( UpdateAutoScalingGroupRequest request ) : UpdateAutoScalingGroupResponse |
Updates the configuration for the specified Auto Scaling group. To update an Auto Scaling group with a launch configuration with The new settings are registered upon the completion of this call. Any launch configuration settings take effect on any triggers after this call returns. Scaling activities that are currently in progress aren't affected. Note the following:
|
|
UpdateAutoScalingGroupAsync ( UpdateAutoScalingGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the UpdateAutoScalingGroup operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : AbstractAWSSigner |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonAutoScalingClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonAutoScalingClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonAutoScalingClient Configuration Object | |
return | System |
public AmazonAutoScalingClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonAutoScalingClient ( |
||
config | The AmazonAutoScalingClient Configuration Object | |
return | System |
public AmazonAutoScalingClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonAutoScalingClient Configuration Object | |
return | System |
public AmazonAutoScalingClient ( 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. |
return | System |
public AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonAutoScalingClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonAutoScalingClient Configuration Object | |
return | System |
public AmazonAutoScalingClient ( 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. |
return | System |
public AttachInstances ( |
||
request | Container for the necessary parameters to execute the AttachInstances service method. | |
return | Amazon.AutoScaling.Model.AttachInstancesResponse |
public AttachInstancesAsync ( |
||
request | Container for the necessary parameters to execute the AttachInstances operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AttachLoadBalancerTargetGroups ( |
||
request | Container for the necessary parameters to execute the AttachLoadBalancerTargetGroups service method. | |
return | AttachLoadBalancerTargetGroupsResponse |
public AttachLoadBalancerTargetGroupsAsync ( |
||
request | Container for the necessary parameters to execute the AttachLoadBalancerTargetGroups operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AttachLoadBalancers ( |
||
request | Container for the necessary parameters to execute the AttachLoadBalancers service method. | |
return | AttachLoadBalancersResponse |
public AttachLoadBalancersAsync ( |
||
request | Container for the necessary parameters to execute the AttachLoadBalancers operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public BeginAttachInstances ( |
||
request | Container for the necessary parameters to execute the AttachInstances operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAttachLoadBalancerTargetGroups ( |
||
request | Container for the necessary parameters to execute the AttachLoadBalancerTargetGroups operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginAttachLoadBalancers ( |
||
request | Container for the necessary parameters to execute the AttachLoadBalancers operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCompleteLifecycleAction ( |
||
request | Container for the necessary parameters to execute the CompleteLifecycleAction operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateAutoScalingGroup ( |
||
request | Container for the necessary parameters to execute the CreateAutoScalingGroup operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateLaunchConfiguration ( |
||
request | Container for the necessary parameters to execute the CreateLaunchConfiguration operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateOrUpdateTags ( |
||
request | Container for the necessary parameters to execute the CreateOrUpdateTags operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteAutoScalingGroup ( |
||
request | Container for the necessary parameters to execute the DeleteAutoScalingGroup operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteLaunchConfiguration ( |
||
request | Container for the necessary parameters to execute the DeleteLaunchConfiguration operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteLifecycleHook ( Amazon.AutoScaling.Model.DeleteLifecycleHookRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.AutoScaling.Model.DeleteLifecycleHookRequest | Container for the necessary parameters to execute the DeleteLifecycleHook operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteNotificationConfiguration ( |
||
request | Container for the necessary parameters to execute the DeleteNotificationConfiguration operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeletePolicy ( |
||
request | Container for the necessary parameters to execute the DeletePolicy operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteScheduledAction ( |
||
request | Container for the necessary parameters to execute the DeleteScheduledAction operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteTags ( |
||
request | Container for the necessary parameters to execute the DeleteTags operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeAccountLimits ( DescribeAccountLimitsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeAccountLimitsRequest | Container for the necessary parameters to execute the DescribeAccountLimits operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeAdjustmentTypes ( DescribeAdjustmentTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeAdjustmentTypesRequest | Container for the necessary parameters to execute the DescribeAdjustmentTypes operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeAutoScalingGroups ( |
||
request | Container for the necessary parameters to execute the DescribeAutoScalingGroups operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeAutoScalingInstances ( |
||
request | Container for the necessary parameters to execute the DescribeAutoScalingInstances operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeAutoScalingNotificationTypes ( DescribeAutoScalingNotificationTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeAutoScalingNotificationTypesRequest | Container for the necessary parameters to execute the DescribeAutoScalingNotificationTypes operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeLaunchConfigurations ( |
||
request | Container for the necessary parameters to execute the DescribeLaunchConfigurations operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeLifecycleHookTypes ( DescribeLifecycleHookTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeLifecycleHookTypesRequest | Container for the necessary parameters to execute the DescribeLifecycleHookTypes operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeLifecycleHooks ( |
||
request | Container for the necessary parameters to execute the DescribeLifecycleHooks operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeLoadBalancerTargetGroups ( |
||
request | Container for the necessary parameters to execute the DescribeLoadBalancerTargetGroups operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeLoadBalancers ( |
||
request | Container for the necessary parameters to execute the DescribeLoadBalancers operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeMetricCollectionTypes ( DescribeMetricCollectionTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeMetricCollectionTypesRequest | Container for the necessary parameters to execute the DescribeMetricCollectionTypes operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeNotificationConfigurations ( |
||
request | Container for the necessary parameters to execute the DescribeNotificationConfigurations operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribePolicies ( |
||
request | Container for the necessary parameters to execute the DescribePolicies operation on AmazonAutoScalingClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeScalingActivities ( DescribeScalingActivitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeScalingActivitiesRequest | Container for the necessary parameters to execute the DescribeScalingActivities operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeScalingProcessTypes ( DescribeScalingProcessTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeScalingProcessTypesRequest | Container for the necessary parameters to execute the DescribeScalingProcessTypes operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeScheduledActions ( DescribeScheduledActionsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeScheduledActionsRequest | Container for the necessary parameters to execute the DescribeScheduledActions operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeTags ( DescribeTagsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeTagsRequest | Container for the necessary parameters to execute the DescribeTags operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeTerminationPolicyTypes ( DescribeTerminationPolicyTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeTerminationPolicyTypesRequest | Container for the necessary parameters to execute the DescribeTerminationPolicyTypes operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDetachInstances ( DetachInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DetachInstancesRequest | Container for the necessary parameters to execute the DetachInstances operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDetachLoadBalancerTargetGroups ( DetachLoadBalancerTargetGroupsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DetachLoadBalancerTargetGroupsRequest | Container for the necessary parameters to execute the DetachLoadBalancerTargetGroups operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDetachLoadBalancers ( DetachLoadBalancersRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DetachLoadBalancersRequest | Container for the necessary parameters to execute the DetachLoadBalancers operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDisableMetricsCollection ( DisableMetricsCollectionRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DisableMetricsCollectionRequest | Container for the necessary parameters to execute the DisableMetricsCollection operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginEnableMetricsCollection ( EnableMetricsCollectionRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | EnableMetricsCollectionRequest | Container for the necessary parameters to execute the EnableMetricsCollection operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginEnterStandby ( EnterStandbyRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | EnterStandbyRequest | Container for the necessary parameters to execute the EnterStandby operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginExecutePolicy ( ExecutePolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | ExecutePolicyRequest | Container for the necessary parameters to execute the ExecutePolicy operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginExitStandby ( ExitStandbyRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | ExitStandbyRequest | Container for the necessary parameters to execute the ExitStandby operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutLifecycleHook ( PutLifecycleHookRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | PutLifecycleHookRequest | Container for the necessary parameters to execute the PutLifecycleHook operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutNotificationConfiguration ( PutNotificationConfigurationRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | PutNotificationConfigurationRequest | Container for the necessary parameters to execute the PutNotificationConfiguration operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutScalingPolicy ( PutScalingPolicyRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | PutScalingPolicyRequest | Container for the necessary parameters to execute the PutScalingPolicy operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutScheduledUpdateGroupAction ( PutScheduledUpdateGroupActionRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | PutScheduledUpdateGroupActionRequest | Container for the necessary parameters to execute the PutScheduledUpdateGroupAction operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginRecordLifecycleActionHeartbeat ( RecordLifecycleActionHeartbeatRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | RecordLifecycleActionHeartbeatRequest | Container for the necessary parameters to execute the RecordLifecycleActionHeartbeat operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginResumeProcesses ( ResumeProcessesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | ResumeProcessesRequest | Container for the necessary parameters to execute the ResumeProcesses operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginSetDesiredCapacity ( SetDesiredCapacityRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | SetDesiredCapacityRequest | Container for the necessary parameters to execute the SetDesiredCapacity operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginSetInstanceHealth ( SetInstanceHealthRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | SetInstanceHealthRequest | Container for the necessary parameters to execute the SetInstanceHealth operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginSetInstanceProtection ( SetInstanceProtectionRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | SetInstanceProtectionRequest | Container for the necessary parameters to execute the SetInstanceProtection operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginSuspendProcesses ( SuspendProcessesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | SuspendProcessesRequest | Container for the necessary parameters to execute the SuspendProcesses operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginTerminateInstanceInAutoScalingGroup ( TerminateInstanceInAutoScalingGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | TerminateInstanceInAutoScalingGroupRequest | Container for the necessary parameters to execute the TerminateInstanceInAutoScalingGroup operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateAutoScalingGroup ( UpdateAutoScalingGroupRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | UpdateAutoScalingGroupRequest | Container for the necessary parameters to execute the UpdateAutoScalingGroup operation on AmazonAutoScalingClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public CompleteLifecycleAction ( CompleteLifecycleActionRequest request ) : CompleteLifecycleActionResponse | ||
request | CompleteLifecycleActionRequest | Container for the necessary parameters to execute the CompleteLifecycleAction service method. |
return | CompleteLifecycleActionResponse |
public CompleteLifecycleActionAsync ( CompleteLifecycleActionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | CompleteLifecycleActionRequest | Container for the necessary parameters to execute the CompleteLifecycleAction operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateAutoScalingGroup ( CreateAutoScalingGroupRequest request ) : CreateAutoScalingGroupResponse | ||
request | CreateAutoScalingGroupRequest | Container for the necessary parameters to execute the CreateAutoScalingGroup service method. |
return | CreateAutoScalingGroupResponse |
public CreateAutoScalingGroupAsync ( CreateAutoScalingGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | CreateAutoScalingGroupRequest | Container for the necessary parameters to execute the CreateAutoScalingGroup operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateLaunchConfiguration ( CreateLaunchConfigurationRequest request ) : CreateLaunchConfigurationResponse | ||
request | CreateLaunchConfigurationRequest | Container for the necessary parameters to execute the CreateLaunchConfiguration service method. |
return | CreateLaunchConfigurationResponse |
public CreateLaunchConfigurationAsync ( CreateLaunchConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | CreateLaunchConfigurationRequest | Container for the necessary parameters to execute the CreateLaunchConfiguration operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateOrUpdateTags ( CreateOrUpdateTagsRequest request ) : CreateOrUpdateTagsResponse | ||
request | CreateOrUpdateTagsRequest | Container for the necessary parameters to execute the CreateOrUpdateTags service method. |
return | CreateOrUpdateTagsResponse |
public CreateOrUpdateTagsAsync ( CreateOrUpdateTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | CreateOrUpdateTagsRequest | Container for the necessary parameters to execute the CreateOrUpdateTags operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : AbstractAWSSigner | ||
return | AbstractAWSSigner |
public DeleteAutoScalingGroup ( DeleteAutoScalingGroupRequest request ) : DeleteAutoScalingGroupResponse | ||
request | DeleteAutoScalingGroupRequest | Container for the necessary parameters to execute the DeleteAutoScalingGroup service method. |
return | DeleteAutoScalingGroupResponse |
public DeleteAutoScalingGroupAsync ( DeleteAutoScalingGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeleteAutoScalingGroupRequest | Container for the necessary parameters to execute the DeleteAutoScalingGroup operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteLaunchConfiguration ( DeleteLaunchConfigurationRequest request ) : DeleteLaunchConfigurationResponse | ||
request | DeleteLaunchConfigurationRequest | Container for the necessary parameters to execute the DeleteLaunchConfiguration service method. |
return | DeleteLaunchConfigurationResponse |
public DeleteLaunchConfigurationAsync ( DeleteLaunchConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeleteLaunchConfigurationRequest | Container for the necessary parameters to execute the DeleteLaunchConfiguration operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteLifecycleHook ( DeleteLifecycleHookRequest request ) : DeleteLifecycleHookResponse | ||
request | DeleteLifecycleHookRequest | Container for the necessary parameters to execute the DeleteLifecycleHook service method. |
return | DeleteLifecycleHookResponse |
public DeleteLifecycleHookAsync ( DeleteLifecycleHookRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeleteLifecycleHookRequest | Container for the necessary parameters to execute the DeleteLifecycleHook operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteNotificationConfiguration ( DeleteNotificationConfigurationRequest request ) : DeleteNotificationConfigurationResponse | ||
request | DeleteNotificationConfigurationRequest | Container for the necessary parameters to execute the DeleteNotificationConfiguration service method. |
return | DeleteNotificationConfigurationResponse |
public DeleteNotificationConfigurationAsync ( DeleteNotificationConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeleteNotificationConfigurationRequest | Container for the necessary parameters to execute the DeleteNotificationConfiguration operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeletePolicy ( DeletePolicyRequest request ) : DeletePolicyResponse | ||
request | DeletePolicyRequest | Container for the necessary parameters to execute the DeletePolicy service method. |
return | DeletePolicyResponse |
public DeletePolicyAsync ( DeletePolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeletePolicyRequest | Container for the necessary parameters to execute the DeletePolicy operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteScheduledAction ( DeleteScheduledActionRequest request ) : DeleteScheduledActionResponse | ||
request | DeleteScheduledActionRequest | Container for the necessary parameters to execute the DeleteScheduledAction service method. |
return | DeleteScheduledActionResponse |
public DeleteScheduledActionAsync ( DeleteScheduledActionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeleteScheduledActionRequest | Container for the necessary parameters to execute the DeleteScheduledAction operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteTags ( DeleteTagsRequest request ) : DeleteTagsResponse | ||
request | DeleteTagsRequest | Container for the necessary parameters to execute the DeleteTags service method. |
return | DeleteTagsResponse |
public DeleteTagsAsync ( DeleteTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeleteTagsRequest | Container for the necessary parameters to execute the DeleteTags operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAccountLimits ( ) : DescribeAccountLimitsResponse | ||
return | DescribeAccountLimitsResponse |
public DescribeAccountLimits ( DescribeAccountLimitsRequest request ) : DescribeAccountLimitsResponse | ||
request | DescribeAccountLimitsRequest | Container for the necessary parameters to execute the DescribeAccountLimits service method. |
return | DescribeAccountLimitsResponse |
public DescribeAccountLimitsAsync ( DescribeAccountLimitsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeAccountLimitsRequest | Container for the necessary parameters to execute the DescribeAccountLimits operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAccountLimitsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAdjustmentTypes ( ) : DescribeAdjustmentTypesResponse | ||
return | DescribeAdjustmentTypesResponse |
public DescribeAdjustmentTypes ( DescribeAdjustmentTypesRequest request ) : DescribeAdjustmentTypesResponse | ||
request | DescribeAdjustmentTypesRequest | Container for the necessary parameters to execute the DescribeAdjustmentTypes service method. |
return | DescribeAdjustmentTypesResponse |
public DescribeAdjustmentTypesAsync ( DescribeAdjustmentTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeAdjustmentTypesRequest | Container for the necessary parameters to execute the DescribeAdjustmentTypes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAdjustmentTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAutoScalingGroups ( ) : DescribeAutoScalingGroupsResponse | ||
return | DescribeAutoScalingGroupsResponse |
public DescribeAutoScalingGroups ( DescribeAutoScalingGroupsRequest request ) : DescribeAutoScalingGroupsResponse | ||
request | DescribeAutoScalingGroupsRequest | Container for the necessary parameters to execute the DescribeAutoScalingGroups service method. |
return | DescribeAutoScalingGroupsResponse |
public DescribeAutoScalingGroupsAsync ( DescribeAutoScalingGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeAutoScalingGroupsRequest | Container for the necessary parameters to execute the DescribeAutoScalingGroups operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAutoScalingGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAutoScalingInstances ( ) : DescribeAutoScalingInstancesResponse | ||
return | DescribeAutoScalingInstancesResponse |
public DescribeAutoScalingInstances ( DescribeAutoScalingInstancesRequest request ) : DescribeAutoScalingInstancesResponse | ||
request | DescribeAutoScalingInstancesRequest | Container for the necessary parameters to execute the DescribeAutoScalingInstances service method. |
return | DescribeAutoScalingInstancesResponse |
public DescribeAutoScalingInstancesAsync ( DescribeAutoScalingInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeAutoScalingInstancesRequest | Container for the necessary parameters to execute the DescribeAutoScalingInstances operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAutoScalingInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAutoScalingNotificationTypes ( ) : DescribeAutoScalingNotificationTypesResponse | ||
return | DescribeAutoScalingNotificationTypesResponse |
public DescribeAutoScalingNotificationTypes ( DescribeAutoScalingNotificationTypesRequest request ) : DescribeAutoScalingNotificationTypesResponse | ||
request | DescribeAutoScalingNotificationTypesRequest | Container for the necessary parameters to execute the DescribeAutoScalingNotificationTypes service method. |
return | DescribeAutoScalingNotificationTypesResponse |
public DescribeAutoScalingNotificationTypesAsync ( DescribeAutoScalingNotificationTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeAutoScalingNotificationTypesRequest | Container for the necessary parameters to execute the DescribeAutoScalingNotificationTypes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAutoScalingNotificationTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeLaunchConfigurations ( ) : DescribeLaunchConfigurationsResponse | ||
return | DescribeLaunchConfigurationsResponse |
public DescribeLaunchConfigurations ( DescribeLaunchConfigurationsRequest request ) : DescribeLaunchConfigurationsResponse | ||
request | DescribeLaunchConfigurationsRequest | Container for the necessary parameters to execute the DescribeLaunchConfigurations service method. |
return | DescribeLaunchConfigurationsResponse |
public DescribeLaunchConfigurationsAsync ( DescribeLaunchConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeLaunchConfigurationsRequest | Container for the necessary parameters to execute the DescribeLaunchConfigurations operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeLaunchConfigurationsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeLifecycleHookTypes ( DescribeLifecycleHookTypesRequest request ) : DescribeLifecycleHookTypesResponse | ||
request | DescribeLifecycleHookTypesRequest | Container for the necessary parameters to execute the DescribeLifecycleHookTypes service method. |
return | DescribeLifecycleHookTypesResponse |
public DescribeLifecycleHookTypesAsync ( DescribeLifecycleHookTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeLifecycleHookTypesRequest | Container for the necessary parameters to execute the DescribeLifecycleHookTypes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeLifecycleHooks ( DescribeLifecycleHooksRequest request ) : DescribeLifecycleHooksResponse | ||
request | DescribeLifecycleHooksRequest | Container for the necessary parameters to execute the DescribeLifecycleHooks service method. |
return | DescribeLifecycleHooksResponse |
public DescribeLifecycleHooksAsync ( DescribeLifecycleHooksRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeLifecycleHooksRequest | Container for the necessary parameters to execute the DescribeLifecycleHooks operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeLoadBalancerTargetGroups ( DescribeLoadBalancerTargetGroupsRequest request ) : DescribeLoadBalancerTargetGroupsResponse | ||
request | DescribeLoadBalancerTargetGroupsRequest | Container for the necessary parameters to execute the DescribeLoadBalancerTargetGroups service method. |
return | DescribeLoadBalancerTargetGroupsResponse |
public DescribeLoadBalancerTargetGroupsAsync ( DescribeLoadBalancerTargetGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeLoadBalancerTargetGroupsRequest | Container for the necessary parameters to execute the DescribeLoadBalancerTargetGroups operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeLoadBalancers ( DescribeLoadBalancersRequest request ) : DescribeLoadBalancersResponse | ||
request | DescribeLoadBalancersRequest | Container for the necessary parameters to execute the DescribeLoadBalancers service method. |
return | DescribeLoadBalancersResponse |
public DescribeLoadBalancersAsync ( DescribeLoadBalancersRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeLoadBalancersRequest | Container for the necessary parameters to execute the DescribeLoadBalancers operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeMetricCollectionTypes ( ) : DescribeMetricCollectionTypesResponse | ||
return | DescribeMetricCollectionTypesResponse |
public DescribeMetricCollectionTypes ( DescribeMetricCollectionTypesRequest request ) : DescribeMetricCollectionTypesResponse | ||
request | DescribeMetricCollectionTypesRequest | Container for the necessary parameters to execute the DescribeMetricCollectionTypes service method. |
return | DescribeMetricCollectionTypesResponse |
public DescribeMetricCollectionTypesAsync ( DescribeMetricCollectionTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeMetricCollectionTypesRequest | Container for the necessary parameters to execute the DescribeMetricCollectionTypes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeMetricCollectionTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeNotificationConfigurations ( ) : DescribeNotificationConfigurationsResponse | ||
return | DescribeNotificationConfigurationsResponse |
public DescribeNotificationConfigurations ( DescribeNotificationConfigurationsRequest request ) : DescribeNotificationConfigurationsResponse | ||
request | DescribeNotificationConfigurationsRequest | Container for the necessary parameters to execute the DescribeNotificationConfigurations service method. |
return | DescribeNotificationConfigurationsResponse |
public DescribeNotificationConfigurationsAsync ( DescribeNotificationConfigurationsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeNotificationConfigurationsRequest | Container for the necessary parameters to execute the DescribeNotificationConfigurations operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeNotificationConfigurationsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribePolicies ( ) : DescribePoliciesResponse | ||
return | DescribePoliciesResponse |
public DescribePolicies ( DescribePoliciesRequest request ) : DescribePoliciesResponse | ||
request | DescribePoliciesRequest | Container for the necessary parameters to execute the DescribePolicies service method. |
return | DescribePoliciesResponse |
public DescribePoliciesAsync ( DescribePoliciesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribePoliciesRequest | Container for the necessary parameters to execute the DescribePolicies operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribePoliciesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeScalingActivities ( ) : DescribeScalingActivitiesResponse | ||
return | DescribeScalingActivitiesResponse |
public DescribeScalingActivities ( DescribeScalingActivitiesRequest request ) : DescribeScalingActivitiesResponse | ||
request | DescribeScalingActivitiesRequest | Container for the necessary parameters to execute the DescribeScalingActivities service method. |
return | DescribeScalingActivitiesResponse |
public DescribeScalingActivitiesAsync ( DescribeScalingActivitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeScalingActivitiesRequest | Container for the necessary parameters to execute the DescribeScalingActivities operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeScalingActivitiesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeScalingProcessTypes ( ) : DescribeScalingProcessTypesResponse | ||
return | DescribeScalingProcessTypesResponse |
public DescribeScalingProcessTypes ( DescribeScalingProcessTypesRequest request ) : DescribeScalingProcessTypesResponse | ||
request | DescribeScalingProcessTypesRequest | Container for the necessary parameters to execute the DescribeScalingProcessTypes service method. |
return | DescribeScalingProcessTypesResponse |
public DescribeScalingProcessTypesAsync ( DescribeScalingProcessTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeScalingProcessTypesRequest | Container for the necessary parameters to execute the DescribeScalingProcessTypes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeScalingProcessTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeScheduledActions ( ) : DescribeScheduledActionsResponse | ||
return | DescribeScheduledActionsResponse |
public DescribeScheduledActions ( DescribeScheduledActionsRequest request ) : DescribeScheduledActionsResponse | ||
request | DescribeScheduledActionsRequest | Container for the necessary parameters to execute the DescribeScheduledActions service method. |
return | DescribeScheduledActionsResponse |
public DescribeScheduledActionsAsync ( DescribeScheduledActionsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeScheduledActionsRequest | Container for the necessary parameters to execute the DescribeScheduledActions operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeScheduledActionsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeTags ( ) : DescribeTagsResponse | ||
return | DescribeTagsResponse |
public DescribeTags ( DescribeTagsRequest request ) : DescribeTagsResponse | ||
request | DescribeTagsRequest | Container for the necessary parameters to execute the DescribeTags service method. |
return | DescribeTagsResponse |
public DescribeTagsAsync ( DescribeTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeTagsRequest | Container for the necessary parameters to execute the DescribeTags operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeTagsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeTerminationPolicyTypes ( ) : DescribeTerminationPolicyTypesResponse | ||
return | DescribeTerminationPolicyTypesResponse |
public DescribeTerminationPolicyTypes ( DescribeTerminationPolicyTypesRequest request ) : DescribeTerminationPolicyTypesResponse | ||
request | DescribeTerminationPolicyTypesRequest | Container for the necessary parameters to execute the DescribeTerminationPolicyTypes service method. |
return | DescribeTerminationPolicyTypesResponse |
public DescribeTerminationPolicyTypesAsync ( DescribeTerminationPolicyTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeTerminationPolicyTypesRequest | Container for the necessary parameters to execute the DescribeTerminationPolicyTypes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeTerminationPolicyTypesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DetachInstances ( DetachInstancesRequest request ) : DetachInstancesResponse | ||
request | DetachInstancesRequest | Container for the necessary parameters to execute the DetachInstances service method. |
return | DetachInstancesResponse |
public DetachInstancesAsync ( DetachInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DetachInstancesRequest | Container for the necessary parameters to execute the DetachInstances operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DetachLoadBalancerTargetGroups ( DetachLoadBalancerTargetGroupsRequest request ) : DetachLoadBalancerTargetGroupsResponse | ||
request | DetachLoadBalancerTargetGroupsRequest | Container for the necessary parameters to execute the DetachLoadBalancerTargetGroups service method. |
return | DetachLoadBalancerTargetGroupsResponse |
public DetachLoadBalancerTargetGroupsAsync ( DetachLoadBalancerTargetGroupsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DetachLoadBalancerTargetGroupsRequest | Container for the necessary parameters to execute the DetachLoadBalancerTargetGroups operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DetachLoadBalancers ( DetachLoadBalancersRequest request ) : DetachLoadBalancersResponse | ||
request | DetachLoadBalancersRequest | Container for the necessary parameters to execute the DetachLoadBalancers service method. |
return | DetachLoadBalancersResponse |
public DetachLoadBalancersAsync ( DetachLoadBalancersRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DetachLoadBalancersRequest | Container for the necessary parameters to execute the DetachLoadBalancers operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DisableMetricsCollection ( DisableMetricsCollectionRequest request ) : DisableMetricsCollectionResponse | ||
request | DisableMetricsCollectionRequest | Container for the necessary parameters to execute the DisableMetricsCollection service method. |
return | DisableMetricsCollectionResponse |
public DisableMetricsCollectionAsync ( DisableMetricsCollectionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DisableMetricsCollectionRequest | Container for the necessary parameters to execute the DisableMetricsCollection operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EnableMetricsCollection ( EnableMetricsCollectionRequest request ) : EnableMetricsCollectionResponse | ||
request | EnableMetricsCollectionRequest | Container for the necessary parameters to execute the EnableMetricsCollection service method. |
return | EnableMetricsCollectionResponse |
public EnableMetricsCollectionAsync ( EnableMetricsCollectionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | EnableMetricsCollectionRequest | Container for the necessary parameters to execute the EnableMetricsCollection operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndAttachInstances ( IAsyncResult asyncResult ) : AttachInstancesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAttachInstances. |
return | AttachInstancesResponse |
public EndAttachLoadBalancerTargetGroups ( IAsyncResult asyncResult ) : AttachLoadBalancerTargetGroupsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAttachLoadBalancerTargetGroups. |
return | AttachLoadBalancerTargetGroupsResponse |
public EndAttachLoadBalancers ( IAsyncResult asyncResult ) : AttachLoadBalancersResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAttachLoadBalancers. |
return | AttachLoadBalancersResponse |
public EndCompleteLifecycleAction ( IAsyncResult asyncResult ) : CompleteLifecycleActionResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCompleteLifecycleAction. |
return | CompleteLifecycleActionResponse |
public EndCreateAutoScalingGroup ( IAsyncResult asyncResult ) : CreateAutoScalingGroupResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateAutoScalingGroup. |
return | CreateAutoScalingGroupResponse |
public EndCreateLaunchConfiguration ( IAsyncResult asyncResult ) : CreateLaunchConfigurationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateLaunchConfiguration. |
return | CreateLaunchConfigurationResponse |
public EndCreateOrUpdateTags ( IAsyncResult asyncResult ) : CreateOrUpdateTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateOrUpdateTags. |
return | CreateOrUpdateTagsResponse |
public EndDeleteAutoScalingGroup ( IAsyncResult asyncResult ) : DeleteAutoScalingGroupResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteAutoScalingGroup. |
return | DeleteAutoScalingGroupResponse |
public EndDeleteLaunchConfiguration ( IAsyncResult asyncResult ) : DeleteLaunchConfigurationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteLaunchConfiguration. |
return | DeleteLaunchConfigurationResponse |
public EndDeleteLifecycleHook ( IAsyncResult asyncResult ) : DeleteLifecycleHookResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteLifecycleHook. |
return | DeleteLifecycleHookResponse |
public EndDeleteNotificationConfiguration ( IAsyncResult asyncResult ) : DeleteNotificationConfigurationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteNotificationConfiguration. |
return | DeleteNotificationConfigurationResponse |
public EndDeletePolicy ( IAsyncResult asyncResult ) : DeletePolicyResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeletePolicy. |
return | DeletePolicyResponse |
public EndDeleteScheduledAction ( IAsyncResult asyncResult ) : DeleteScheduledActionResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteScheduledAction. |
return | DeleteScheduledActionResponse |
public EndDeleteTags ( IAsyncResult asyncResult ) : DeleteTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteTags. |
return | DeleteTagsResponse |
public EndDescribeAccountLimits ( IAsyncResult asyncResult ) : DescribeAccountLimitsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAccountLimits. |
return | DescribeAccountLimitsResponse |
public EndDescribeAdjustmentTypes ( IAsyncResult asyncResult ) : DescribeAdjustmentTypesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAdjustmentTypes. |
return | DescribeAdjustmentTypesResponse |
public EndDescribeAutoScalingGroups ( IAsyncResult asyncResult ) : DescribeAutoScalingGroupsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAutoScalingGroups. |
return | DescribeAutoScalingGroupsResponse |
public EndDescribeAutoScalingInstances ( IAsyncResult asyncResult ) : DescribeAutoScalingInstancesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAutoScalingInstances. |
return | DescribeAutoScalingInstancesResponse |
public EndDescribeAutoScalingNotificationTypes ( IAsyncResult asyncResult ) : DescribeAutoScalingNotificationTypesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAutoScalingNotificationTypes. |
return | DescribeAutoScalingNotificationTypesResponse |
public EndDescribeLaunchConfigurations ( IAsyncResult asyncResult ) : DescribeLaunchConfigurationsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeLaunchConfigurations. |
return | DescribeLaunchConfigurationsResponse |
public EndDescribeLifecycleHookTypes ( IAsyncResult asyncResult ) : DescribeLifecycleHookTypesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeLifecycleHookTypes. |
return | DescribeLifecycleHookTypesResponse |
public EndDescribeLifecycleHooks ( IAsyncResult asyncResult ) : DescribeLifecycleHooksResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeLifecycleHooks. |
return | DescribeLifecycleHooksResponse |
public EndDescribeLoadBalancerTargetGroups ( IAsyncResult asyncResult ) : DescribeLoadBalancerTargetGroupsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeLoadBalancerTargetGroups. |
return | DescribeLoadBalancerTargetGroupsResponse |
public EndDescribeLoadBalancers ( IAsyncResult asyncResult ) : DescribeLoadBalancersResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeLoadBalancers. |
return | DescribeLoadBalancersResponse |
public EndDescribeMetricCollectionTypes ( IAsyncResult asyncResult ) : DescribeMetricCollectionTypesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeMetricCollectionTypes. |
return | DescribeMetricCollectionTypesResponse |
public EndDescribeNotificationConfigurations ( IAsyncResult asyncResult ) : DescribeNotificationConfigurationsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeNotificationConfigurations. |
return | DescribeNotificationConfigurationsResponse |
public EndDescribePolicies ( IAsyncResult asyncResult ) : DescribePoliciesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribePolicies. |
return | DescribePoliciesResponse |
public EndDescribeScalingActivities ( IAsyncResult asyncResult ) : DescribeScalingActivitiesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeScalingActivities. |
return | DescribeScalingActivitiesResponse |
public EndDescribeScalingProcessTypes ( IAsyncResult asyncResult ) : DescribeScalingProcessTypesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeScalingProcessTypes. |
return | DescribeScalingProcessTypesResponse |
public EndDescribeScheduledActions ( IAsyncResult asyncResult ) : DescribeScheduledActionsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeScheduledActions. |
return | DescribeScheduledActionsResponse |
public EndDescribeTags ( IAsyncResult asyncResult ) : DescribeTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeTags. |
return | DescribeTagsResponse |
public EndDescribeTerminationPolicyTypes ( IAsyncResult asyncResult ) : DescribeTerminationPolicyTypesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeTerminationPolicyTypes. |
return | DescribeTerminationPolicyTypesResponse |
public EndDetachInstances ( IAsyncResult asyncResult ) : DetachInstancesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDetachInstances. |
return | DetachInstancesResponse |
public EndDetachLoadBalancerTargetGroups ( IAsyncResult asyncResult ) : DetachLoadBalancerTargetGroupsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDetachLoadBalancerTargetGroups. |
return | DetachLoadBalancerTargetGroupsResponse |
public EndDetachLoadBalancers ( IAsyncResult asyncResult ) : DetachLoadBalancersResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDetachLoadBalancers. |
return | DetachLoadBalancersResponse |
public EndDisableMetricsCollection ( IAsyncResult asyncResult ) : DisableMetricsCollectionResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDisableMetricsCollection. |
return | DisableMetricsCollectionResponse |
public EndEnableMetricsCollection ( IAsyncResult asyncResult ) : EnableMetricsCollectionResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginEnableMetricsCollection. |
return | EnableMetricsCollectionResponse |
public EndEnterStandby ( IAsyncResult asyncResult ) : EnterStandbyResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginEnterStandby. |
return | EnterStandbyResponse |
public EndExecutePolicy ( IAsyncResult asyncResult ) : ExecutePolicyResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginExecutePolicy. |
return | ExecutePolicyResponse |
public EndExitStandby ( IAsyncResult asyncResult ) : ExitStandbyResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginExitStandby. |
return | ExitStandbyResponse |
public EndPutLifecycleHook ( IAsyncResult asyncResult ) : PutLifecycleHookResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutLifecycleHook. |
return | PutLifecycleHookResponse |
public EndPutNotificationConfiguration ( IAsyncResult asyncResult ) : PutNotificationConfigurationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutNotificationConfiguration. |
return | PutNotificationConfigurationResponse |
public EndPutScalingPolicy ( IAsyncResult asyncResult ) : PutScalingPolicyResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutScalingPolicy. |
return | PutScalingPolicyResponse |
public EndPutScheduledUpdateGroupAction ( IAsyncResult asyncResult ) : PutScheduledUpdateGroupActionResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutScheduledUpdateGroupAction. |
return | PutScheduledUpdateGroupActionResponse |
public EndRecordLifecycleActionHeartbeat ( IAsyncResult asyncResult ) : RecordLifecycleActionHeartbeatResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRecordLifecycleActionHeartbeat. |
return | RecordLifecycleActionHeartbeatResponse |
public EndResumeProcesses ( IAsyncResult asyncResult ) : ResumeProcessesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginResumeProcesses. |
return | ResumeProcessesResponse |
public EndSetDesiredCapacity ( IAsyncResult asyncResult ) : SetDesiredCapacityResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetDesiredCapacity. |
return | SetDesiredCapacityResponse |
public EndSetInstanceHealth ( IAsyncResult asyncResult ) : SetInstanceHealthResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetInstanceHealth. |
return | SetInstanceHealthResponse |
public EndSetInstanceProtection ( IAsyncResult asyncResult ) : SetInstanceProtectionResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetInstanceProtection. |
return | SetInstanceProtectionResponse |
public EndSuspendProcesses ( IAsyncResult asyncResult ) : SuspendProcessesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSuspendProcesses. |
return | SuspendProcessesResponse |
public EndTerminateInstanceInAutoScalingGroup ( IAsyncResult asyncResult ) : TerminateInstanceInAutoScalingGroupResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginTerminateInstanceInAutoScalingGroup. |
return | TerminateInstanceInAutoScalingGroupResponse |
public EndUpdateAutoScalingGroup ( IAsyncResult asyncResult ) : UpdateAutoScalingGroupResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateAutoScalingGroup. |
return | UpdateAutoScalingGroupResponse |
public EnterStandby ( EnterStandbyRequest request ) : EnterStandbyResponse | ||
request | EnterStandbyRequest | Container for the necessary parameters to execute the EnterStandby service method. |
return | EnterStandbyResponse |
public EnterStandbyAsync ( EnterStandbyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | EnterStandbyRequest | Container for the necessary parameters to execute the EnterStandby operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ExecutePolicy ( ExecutePolicyRequest request ) : ExecutePolicyResponse | ||
request | ExecutePolicyRequest | Container for the necessary parameters to execute the ExecutePolicy service method. |
return | ExecutePolicyResponse |
public ExecutePolicyAsync ( ExecutePolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ExecutePolicyRequest | Container for the necessary parameters to execute the ExecutePolicy operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ExitStandby ( ExitStandbyRequest request ) : ExitStandbyResponse | ||
request | ExitStandbyRequest | Container for the necessary parameters to execute the ExitStandby service method. |
return | ExitStandbyResponse |
public ExitStandbyAsync ( ExitStandbyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ExitStandbyRequest | Container for the necessary parameters to execute the ExitStandby operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutLifecycleHook ( PutLifecycleHookRequest request ) : PutLifecycleHookResponse | ||
request | PutLifecycleHookRequest | Container for the necessary parameters to execute the PutLifecycleHook service method. |
return | PutLifecycleHookResponse |
public PutLifecycleHookAsync ( PutLifecycleHookRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | PutLifecycleHookRequest | Container for the necessary parameters to execute the PutLifecycleHook operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutNotificationConfiguration ( PutNotificationConfigurationRequest request ) : PutNotificationConfigurationResponse | ||
request | PutNotificationConfigurationRequest | Container for the necessary parameters to execute the PutNotificationConfiguration service method. |
return | PutNotificationConfigurationResponse |
public PutNotificationConfigurationAsync ( PutNotificationConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | PutNotificationConfigurationRequest | Container for the necessary parameters to execute the PutNotificationConfiguration operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutScalingPolicy ( PutScalingPolicyRequest request ) : PutScalingPolicyResponse | ||
request | PutScalingPolicyRequest | Container for the necessary parameters to execute the PutScalingPolicy service method. |
return | PutScalingPolicyResponse |
public PutScalingPolicyAsync ( PutScalingPolicyRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | PutScalingPolicyRequest | Container for the necessary parameters to execute the PutScalingPolicy operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutScheduledUpdateGroupAction ( PutScheduledUpdateGroupActionRequest request ) : PutScheduledUpdateGroupActionResponse | ||
request | PutScheduledUpdateGroupActionRequest | Container for the necessary parameters to execute the PutScheduledUpdateGroupAction service method. |
return | PutScheduledUpdateGroupActionResponse |
public PutScheduledUpdateGroupActionAsync ( PutScheduledUpdateGroupActionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | PutScheduledUpdateGroupActionRequest | Container for the necessary parameters to execute the PutScheduledUpdateGroupAction operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RecordLifecycleActionHeartbeat ( RecordLifecycleActionHeartbeatRequest request ) : RecordLifecycleActionHeartbeatResponse | ||
request | RecordLifecycleActionHeartbeatRequest | Container for the necessary parameters to execute the RecordLifecycleActionHeartbeat service method. |
return | RecordLifecycleActionHeartbeatResponse |
public RecordLifecycleActionHeartbeatAsync ( RecordLifecycleActionHeartbeatRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | RecordLifecycleActionHeartbeatRequest | Container for the necessary parameters to execute the RecordLifecycleActionHeartbeat operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ResumeProcesses ( ResumeProcessesRequest request ) : ResumeProcessesResponse | ||
request | ResumeProcessesRequest | Container for the necessary parameters to execute the ResumeProcesses service method. |
return | ResumeProcessesResponse |
public ResumeProcessesAsync ( ResumeProcessesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ResumeProcessesRequest | Container for the necessary parameters to execute the ResumeProcesses operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SetDesiredCapacity ( SetDesiredCapacityRequest request ) : SetDesiredCapacityResponse | ||
request | SetDesiredCapacityRequest | Container for the necessary parameters to execute the SetDesiredCapacity service method. |
return | SetDesiredCapacityResponse |
public SetDesiredCapacityAsync ( SetDesiredCapacityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | SetDesiredCapacityRequest | Container for the necessary parameters to execute the SetDesiredCapacity operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SetInstanceHealth ( SetInstanceHealthRequest request ) : SetInstanceHealthResponse | ||
request | SetInstanceHealthRequest | Container for the necessary parameters to execute the SetInstanceHealth service method. |
return | SetInstanceHealthResponse |
public SetInstanceHealthAsync ( SetInstanceHealthRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | SetInstanceHealthRequest | Container for the necessary parameters to execute the SetInstanceHealth operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SetInstanceProtection ( SetInstanceProtectionRequest request ) : SetInstanceProtectionResponse | ||
request | SetInstanceProtectionRequest | Container for the necessary parameters to execute the SetInstanceProtection service method. |
return | SetInstanceProtectionResponse |
public SetInstanceProtectionAsync ( SetInstanceProtectionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | SetInstanceProtectionRequest | Container for the necessary parameters to execute the SetInstanceProtection operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SuspendProcesses ( SuspendProcessesRequest request ) : SuspendProcessesResponse | ||
request | SuspendProcessesRequest | Container for the necessary parameters to execute the SuspendProcesses service method. |
return | SuspendProcessesResponse |
public SuspendProcessesAsync ( SuspendProcessesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | SuspendProcessesRequest | Container for the necessary parameters to execute the SuspendProcesses operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public TerminateInstanceInAutoScalingGroup ( TerminateInstanceInAutoScalingGroupRequest request ) : TerminateInstanceInAutoScalingGroupResponse | ||
request | TerminateInstanceInAutoScalingGroupRequest | Container for the necessary parameters to execute the TerminateInstanceInAutoScalingGroup service method. |
return | TerminateInstanceInAutoScalingGroupResponse |
public TerminateInstanceInAutoScalingGroupAsync ( TerminateInstanceInAutoScalingGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | TerminateInstanceInAutoScalingGroupRequest | Container for the necessary parameters to execute the TerminateInstanceInAutoScalingGroup operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateAutoScalingGroup ( UpdateAutoScalingGroupRequest request ) : UpdateAutoScalingGroupResponse | ||
request | UpdateAutoScalingGroupRequest | Container for the necessary parameters to execute the UpdateAutoScalingGroup service method. |
return | UpdateAutoScalingGroupResponse |
public UpdateAutoScalingGroupAsync ( UpdateAutoScalingGroupRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | UpdateAutoScalingGroupRequest | Container for the necessary parameters to execute the UpdateAutoScalingGroup operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |