메소드 | 설명 | |
---|---|---|
AddInstanceGroupsAsync ( |
Initiates the asynchronous execution of the AddInstanceGroups operation.
|
|
AddJobFlowStepsAsync ( |
Initiates the asynchronous execution of the AddJobFlowSteps operation.
|
|
AddTagsAsync ( |
Initiates the asynchronous execution of the AddTags operation.
|
|
AmazonElasticMapReduceClient ( ) : System |
Constructs AmazonElasticMapReduceClient 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.
|
|
AmazonElasticMapReduceClient ( |
Constructs AmazonElasticMapReduceClient with AWS Credentials
|
|
AmazonElasticMapReduceClient ( |
Constructs AmazonElasticMapReduceClient with AWS Credentials and an AmazonElasticMapReduceClient Configuration object.
|
|
AmazonElasticMapReduceClient ( |
Constructs AmazonElasticMapReduceClient with AWS Credentials
|
|
AmazonElasticMapReduceClient ( |
Constructs AmazonElasticMapReduceClient 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.
|
|
AmazonElasticMapReduceClient ( RegionEndpoint region ) : System |
Constructs AmazonElasticMapReduceClient 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.
|
|
AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonElasticMapReduceClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonElasticMapReduceClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticMapReduceClient Configuration object.
|
|
AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonElasticMapReduceClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonElasticMapReduceClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonElasticMapReduceClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticMapReduceClient Configuration object.
|
|
AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonElasticMapReduceClient with AWS Access Key ID and AWS Secret Key
|
|
BeginAddInstanceGroups ( |
Initiates the asynchronous execution of the AddInstanceGroups operation.
|
|
BeginAddJobFlowSteps ( |
Initiates the asynchronous execution of the AddJobFlowSteps operation.
|
|
BeginAddTags ( |
Initiates the asynchronous execution of the AddTags operation.
|
|
BeginCancelSteps ( |
Initiates the asynchronous execution of the CancelSteps operation.
|
|
BeginCreateSecurityConfiguration ( |
Initiates the asynchronous execution of the CreateSecurityConfiguration operation.
|
|
BeginDeleteSecurityConfiguration ( |
Initiates the asynchronous execution of the DeleteSecurityConfiguration operation.
|
|
BeginDescribeCluster ( |
Initiates the asynchronous execution of the DescribeCluster operation.
|
|
BeginDescribeSecurityConfiguration ( |
Initiates the asynchronous execution of the DescribeSecurityConfiguration operation.
|
|
BeginDescribeStep ( |
Initiates the asynchronous execution of the DescribeStep operation.
|
|
BeginListBootstrapActions ( |
Initiates the asynchronous execution of the ListBootstrapActions operation.
|
|
BeginListClusters ( |
Initiates the asynchronous execution of the ListClusters operation.
|
|
BeginListInstanceGroups ( |
Initiates the asynchronous execution of the ListInstanceGroups operation.
|
|
BeginListInstances ( |
Initiates the asynchronous execution of the ListInstances operation.
|
|
BeginListSecurityConfigurations ( |
Initiates the asynchronous execution of the ListSecurityConfigurations operation.
|
|
BeginListSteps ( |
Initiates the asynchronous execution of the ListSteps operation.
|
|
BeginModifyInstanceGroups ( |
Initiates the asynchronous execution of the ModifyInstanceGroups operation.
|
|
BeginPutAutoScalingPolicy ( |
Initiates the asynchronous execution of the PutAutoScalingPolicy operation.
|
|
BeginRemoveAutoScalingPolicy ( |
Initiates the asynchronous execution of the RemoveAutoScalingPolicy operation.
|
|
BeginRemoveTags ( |
Initiates the asynchronous execution of the RemoveTags operation.
|
|
BeginRunJobFlow ( |
Initiates the asynchronous execution of the RunJobFlow operation.
|
|
BeginSetTerminationProtection ( |
Initiates the asynchronous execution of the SetTerminationProtection operation.
|
|
BeginSetVisibleToAllUsers ( |
Initiates the asynchronous execution of the SetVisibleToAllUsers operation.
|
|
BeginTerminateJobFlows ( |
Initiates the asynchronous execution of the TerminateJobFlows operation.
|
|
CancelStepsAsync ( |
Initiates the asynchronous execution of the CancelSteps operation.
|
|
CreateSecurityConfigurationAsync ( |
Initiates the asynchronous execution of the CreateSecurityConfiguration operation.
|
|
DeleteSecurityConfigurationAsync ( |
Initiates the asynchronous execution of the DeleteSecurityConfiguration operation.
|
|
DescribeClusterAsync ( |
Initiates the asynchronous execution of the DescribeCluster operation.
|
|
DescribeClusterAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on. For information about the cluster steps, see ListSteps.
|
|
DescribeSecurityConfigurationAsync ( |
Initiates the asynchronous execution of the DescribeSecurityConfiguration operation.
|
|
DescribeStepAsync ( |
Initiates the asynchronous execution of the DescribeStep operation.
|
|
DescribeStepAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Provides more detail about the cluster step.
|
|
EndAddInstanceGroups ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AddInstanceGroups operation.
|
|
EndAddJobFlowSteps ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AddJobFlowSteps operation.
|
|
EndAddTags ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AddTags operation.
|
|
EndCancelSteps ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CancelSteps operation.
|
|
EndCreateSecurityConfiguration ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateSecurityConfiguration operation.
|
|
EndDeleteSecurityConfiguration ( IAsyncResult asyncResult ) : DeleteSecurityConfigurationResponse |
Finishes the asynchronous execution of the DeleteSecurityConfiguration operation.
|
|
EndDescribeCluster ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeCluster operation.
|
|
EndDescribeSecurityConfiguration ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeSecurityConfiguration operation.
|
|
EndDescribeStep ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeStep operation.
|
|
EndListBootstrapActions ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListBootstrapActions operation.
|
|
EndListClusters ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListClusters operation.
|
|
EndListInstanceGroups ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListInstanceGroups operation.
|
|
EndListInstances ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListInstances operation.
|
|
EndListSecurityConfigurations ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListSecurityConfigurations operation.
|
|
EndListSteps ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListSteps operation.
|
|
EndModifyInstanceGroups ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsResponse |
Finishes the asynchronous execution of the ModifyInstanceGroups operation.
|
|
EndPutAutoScalingPolicy ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutAutoScalingPolicy operation.
|
|
EndRemoveAutoScalingPolicy ( IAsyncResult asyncResult ) : RemoveAutoScalingPolicyResponse |
Finishes the asynchronous execution of the RemoveAutoScalingPolicy operation.
|
|
EndRemoveTags ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the RemoveTags operation.
|
|
EndRunJobFlow ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the RunJobFlow operation.
|
|
EndSetTerminationProtection ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.SetTerminationProtectionResponse |
Finishes the asynchronous execution of the SetTerminationProtection operation.
|
|
EndSetVisibleToAllUsers ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.SetVisibleToAllUsersResponse |
Finishes the asynchronous execution of the SetVisibleToAllUsers operation.
|
|
EndTerminateJobFlows ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.TerminateJobFlowsResponse |
Finishes the asynchronous execution of the TerminateJobFlows operation.
|
|
ListBootstrapActionsAsync ( |
Initiates the asynchronous execution of the ListBootstrapActions operation.
|
|
ListBootstrapActionsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Provides information about the bootstrap actions associated with a cluster.
|
|
ListClustersAsync ( |
Initiates the asynchronous execution of the ListClusters operation.
|
|
ListClustersAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Provides the status of all clusters visible to this AWS account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
|
|
ListInstanceGroupsAsync ( |
Initiates the asynchronous execution of the ListInstanceGroups operation.
|
|
ListInstanceGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Provides all available details about the instance groups in a cluster.
|
|
ListInstancesAsync ( |
Initiates the asynchronous execution of the ListInstances operation.
|
|
ListInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Provides information about the cluster instances that Amazon EMR provisions on behalf of a user when it creates the cluster. For example, this operation indicates when the EC2 instances reach the Ready state, when instances become available to Amazon EMR to use for jobs, and the IP addresses for cluster instances, etc.
|
|
ListSecurityConfigurationsAsync ( |
Initiates the asynchronous execution of the ListSecurityConfigurations operation.
|
|
ListStepsAsync ( |
Initiates the asynchronous execution of the ListSteps operation.
|
|
ListStepsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request.
|
|
ModifyInstanceGroupsAsync ( |
Initiates the asynchronous execution of the ModifyInstanceGroups operation.
|
|
PutAutoScalingPolicyAsync ( |
Initiates the asynchronous execution of the PutAutoScalingPolicy operation.
|
|
RemoveAutoScalingPolicyAsync ( |
Initiates the asynchronous execution of the RemoveAutoScalingPolicy operation.
|
|
RemoveTagsAsync ( |
Initiates the asynchronous execution of the RemoveTags operation.
|
|
RunJobFlowAsync ( RunJobFlowRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the RunJobFlow operation.
|
|
SetTerminationProtectionAsync ( SetTerminationProtectionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the SetTerminationProtection operation.
|
|
SetVisibleToAllUsersAsync ( SetVisibleToAllUsersRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the SetVisibleToAllUsers operation.
|
|
TerminateJobFlowsAsync ( TerminateJobFlowsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the TerminateJobFlows operation.
|
메소드 | 설명 | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
메소드 | 설명 | |
---|---|---|
AddInstanceGroups ( |
||
AddJobFlowSteps ( |
||
AddTags ( |
||
BeginDescribeJobFlows ( |
||
CancelSteps ( |
||
CreateSecurityConfiguration ( |
||
DeleteSecurityConfiguration ( |
||
DescribeCluster ( ) : |
||
DescribeCluster ( |
||
DescribeJobFlows ( ) : |
||
DescribeJobFlows ( |
||
DescribeJobFlowsAsync ( |
||
DescribeJobFlowsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
DescribeSecurityConfiguration ( |
||
DescribeStep ( ) : |
||
DescribeStep ( |
||
EndDescribeJobFlows ( IAsyncResult asyncResult ) : |
||
ListBootstrapActions ( ) : |
||
ListBootstrapActions ( |
||
ListClusters ( ) : |
||
ListClusters ( |
||
ListInstanceGroups ( ) : |
||
ListInstanceGroups ( |
||
ListInstances ( ) : |
||
ListInstances ( |
||
ListSecurityConfigurations ( |
||
ListSteps ( ) : |
||
ListSteps ( |
||
ModifyInstanceGroups ( |
||
PutAutoScalingPolicy ( |
||
RemoveAutoScalingPolicy ( |
||
RemoveTags ( |
||
RunJobFlow ( |
||
SetTerminationProtection ( SetTerminationProtectionRequest request ) : SetTerminationProtectionResponse | ||
SetVisibleToAllUsers ( SetVisibleToAllUsersRequest request ) : SetVisibleToAllUsersResponse | ||
TerminateJobFlows ( TerminateJobFlowsRequest request ) : TerminateJobFlowsResponse |
public AddInstanceGroupsAsync ( |
||
request | Container for the necessary parameters to execute the AddInstanceGroups operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public AddJobFlowStepsAsync ( |
||
request | Container for the necessary parameters to execute the AddJobFlowSteps operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public AddTagsAsync ( |
||
request | Container for the necessary parameters to execute the AddTags operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public AmazonElasticMapReduceClient ( |
||
credentials | AWS Credentials | |
리턴 | System |
public AmazonElasticMapReduceClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonElasticMapReduceClient Configuration Object | |
리턴 | System |
public AmazonElasticMapReduceClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonElasticMapReduceClient ( |
||
config | The AmazonElasticMapReduceClient Configuration Object | |
리턴 | System |
public AmazonElasticMapReduceClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
리턴 | System |
public AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonElasticMapReduceClient Configuration Object | |
리턴 | System |
public AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
리턴 | System |
public AmazonElasticMapReduceClient ( 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 AmazonElasticMapReduceClient Configuration Object | |
리턴 | System |
public AmazonElasticMapReduceClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public BeginAddInstanceGroups ( |
||
request | Container for the necessary parameters to execute the AddInstanceGroups operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginAddJobFlowSteps ( |
||
request | Container for the necessary parameters to execute the AddJobFlowSteps operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginAddTags ( |
||
request | Container for the necessary parameters to execute the AddTags operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginCancelSteps ( |
||
request | Container for the necessary parameters to execute the CancelSteps operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginCreateSecurityConfiguration ( |
||
request | Container for the necessary parameters to execute the CreateSecurityConfiguration operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginDeleteSecurityConfiguration ( |
||
request | Container for the necessary parameters to execute the DeleteSecurityConfiguration operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginDescribeCluster ( |
||
request | Container for the necessary parameters to execute the DescribeCluster operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginDescribeSecurityConfiguration ( |
||
request | Container for the necessary parameters to execute the DescribeSecurityConfiguration operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginDescribeStep ( |
||
request | Container for the necessary parameters to execute the DescribeStep operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginListBootstrapActions ( |
||
request | Container for the necessary parameters to execute the ListBootstrapActions operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginListClusters ( |
||
request | Container for the necessary parameters to execute the ListClusters operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginListInstanceGroups ( |
||
request | Container for the necessary parameters to execute the ListInstanceGroups operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginListInstances ( |
||
request | Container for the necessary parameters to execute the ListInstances operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginListSecurityConfigurations ( |
||
request | Container for the necessary parameters to execute the ListSecurityConfigurations operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginListSteps ( |
||
request | Container for the necessary parameters to execute the ListSteps operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginModifyInstanceGroups ( |
||
request | Container for the necessary parameters to execute the ModifyInstanceGroups operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginPutAutoScalingPolicy ( |
||
request | Container for the necessary parameters to execute the PutAutoScalingPolicy operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginRemoveAutoScalingPolicy ( |
||
request | Container for the necessary parameters to execute the RemoveAutoScalingPolicy operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginRemoveTags ( |
||
request | Container for the necessary parameters to execute the RemoveTags operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginRunJobFlow ( |
||
request | Container for the necessary parameters to execute the RunJobFlow operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginSetTerminationProtection ( |
||
request | Container for the necessary parameters to execute the SetTerminationProtection operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginSetVisibleToAllUsers ( |
||
request | Container for the necessary parameters to execute the SetVisibleToAllUsers operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public BeginTerminateJobFlows ( |
||
request | Container for the necessary parameters to execute the TerminateJobFlows operation on AmazonElasticMapReduceClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
리턴 | IAsyncResult |
public CancelStepsAsync ( |
||
request | Container for the necessary parameters to execute the CancelSteps operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public CreateSecurityConfigurationAsync ( |
||
request | Container for the necessary parameters to execute the CreateSecurityConfiguration operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
protected CreateSigner ( ) : |
||
리턴 |
public DeleteSecurityConfigurationAsync ( |
||
request | Container for the necessary parameters to execute the DeleteSecurityConfiguration operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeClusterAsync ( |
||
request | Container for the necessary parameters to execute the DescribeCluster operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeClusterAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeSecurityConfigurationAsync ( |
||
request | Container for the necessary parameters to execute the DescribeSecurityConfiguration operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeStepAsync ( |
||
request | Container for the necessary parameters to execute the DescribeStep operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeStepAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public EndAddInstanceGroups ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddInstanceGroups. |
리턴 |
public EndAddJobFlowSteps ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddJobFlowSteps. |
리턴 |
public EndAddTags ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddTags. |
리턴 |
public EndCancelSteps ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCancelSteps. |
리턴 |
public EndCreateSecurityConfiguration ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateSecurityConfiguration. |
리턴 |
public EndDeleteSecurityConfiguration ( IAsyncResult asyncResult ) : DeleteSecurityConfigurationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteSecurityConfiguration. |
리턴 | DeleteSecurityConfigurationResponse |
public EndDescribeCluster ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeCluster. |
리턴 |
public EndDescribeSecurityConfiguration ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeSecurityConfiguration. |
리턴 |
public EndDescribeStep ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeStep. |
리턴 |
public EndListBootstrapActions ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListBootstrapActions. |
리턴 |
public EndListClusters ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListClusters. |
리턴 |
public EndListInstanceGroups ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListInstanceGroups. |
리턴 |
public EndListInstances ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListInstances. |
리턴 |
public EndListSecurityConfigurations ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListSecurityConfigurations. |
리턴 |
public EndListSteps ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListSteps. |
리턴 |
public EndModifyInstanceGroups ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginModifyInstanceGroups. |
리턴 | Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsResponse |
public EndPutAutoScalingPolicy ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutAutoScalingPolicy. |
리턴 |
public EndRemoveAutoScalingPolicy ( IAsyncResult asyncResult ) : RemoveAutoScalingPolicyResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRemoveAutoScalingPolicy. |
리턴 | RemoveAutoScalingPolicyResponse |
public EndRemoveTags ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRemoveTags. |
리턴 |
public EndRunJobFlow ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRunJobFlow. |
리턴 |
public EndSetTerminationProtection ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.SetTerminationProtectionResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetTerminationProtection. |
리턴 | Amazon.ElasticMapReduce.Model.SetTerminationProtectionResponse |
public EndSetVisibleToAllUsers ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.SetVisibleToAllUsersResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetVisibleToAllUsers. |
리턴 | Amazon.ElasticMapReduce.Model.SetVisibleToAllUsersResponse |
public EndTerminateJobFlows ( IAsyncResult asyncResult ) : Amazon.ElasticMapReduce.Model.TerminateJobFlowsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginTerminateJobFlows. |
리턴 | Amazon.ElasticMapReduce.Model.TerminateJobFlowsResponse |
public ListBootstrapActionsAsync ( |
||
request | Container for the necessary parameters to execute the ListBootstrapActions operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListBootstrapActionsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListClustersAsync ( |
||
request | Container for the necessary parameters to execute the ListClusters operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListClustersAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListInstanceGroupsAsync ( |
||
request | Container for the necessary parameters to execute the ListInstanceGroups operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListInstanceGroupsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListInstancesAsync ( |
||
request | Container for the necessary parameters to execute the ListInstances operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListInstancesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListSecurityConfigurationsAsync ( |
||
request | Container for the necessary parameters to execute the ListSecurityConfigurations operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListStepsAsync ( |
||
request | Container for the necessary parameters to execute the ListSteps operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ListStepsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public ModifyInstanceGroupsAsync ( |
||
request | Container for the necessary parameters to execute the ModifyInstanceGroups operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public PutAutoScalingPolicyAsync ( |
||
request | Container for the necessary parameters to execute the PutAutoScalingPolicy operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public RemoveAutoScalingPolicyAsync ( |
||
request | Container for the necessary parameters to execute the RemoveAutoScalingPolicy operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public RemoveTagsAsync ( |
||
request | Container for the necessary parameters to execute the RemoveTags operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public RunJobFlowAsync ( RunJobFlowRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | RunJobFlowRequest | Container for the necessary parameters to execute the RunJobFlow operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public SetTerminationProtectionAsync ( SetTerminationProtectionRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | SetTerminationProtectionRequest | Container for the necessary parameters to execute the SetTerminationProtection operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public SetVisibleToAllUsersAsync ( SetVisibleToAllUsersRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | SetVisibleToAllUsersRequest | Container for the necessary parameters to execute the SetVisibleToAllUsers operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public TerminateJobFlowsAsync ( TerminateJobFlowsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | TerminateJobFlowsRequest | Container for the necessary parameters to execute the TerminateJobFlows operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |