메소드 | 설명 | |
---|---|---|
AmazonOpsWorksCMClient ( ) : System |
Constructs AmazonOpsWorksCMClient 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.
|
|
AmazonOpsWorksCMClient ( |
Constructs AmazonOpsWorksCMClient with AWS Credentials
|
|
AmazonOpsWorksCMClient ( |
Constructs AmazonOpsWorksCMClient with AWS Credentials and an AmazonOpsWorksCMClient Configuration object.
|
|
AmazonOpsWorksCMClient ( |
Constructs AmazonOpsWorksCMClient with AWS Credentials
|
|
AmazonOpsWorksCMClient ( |
Constructs AmazonOpsWorksCMClient 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.
|
|
AmazonOpsWorksCMClient ( RegionEndpoint region ) : System |
Constructs AmazonOpsWorksCMClient 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.
|
|
AmazonOpsWorksCMClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonOpsWorksCMClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonOpsWorksCMClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonOpsWorksCMClient with AWS Access Key ID, AWS Secret Key and an AmazonOpsWorksCMClient Configuration object.
|
|
AmazonOpsWorksCMClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonOpsWorksCMClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonOpsWorksCMClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonOpsWorksCMClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonOpsWorksCMClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonOpsWorksCMClient with AWS Access Key ID, AWS Secret Key and an AmazonOpsWorksCMClient Configuration object.
|
|
AmazonOpsWorksCMClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonOpsWorksCMClient with AWS Access Key ID and AWS Secret Key
|
|
AssociateNode ( |
|
|
AssociateNodeAsync ( |
Initiates the asynchronous execution of the AssociateNode operation.
|
|
BeginAssociateNode ( |
Initiates the asynchronous execution of the AssociateNode operation.
|
|
BeginCreateBackup ( |
Initiates the asynchronous execution of the CreateBackup operation.
|
|
BeginCreateServer ( |
Initiates the asynchronous execution of the CreateServer operation.
|
|
BeginDeleteBackup ( |
Initiates the asynchronous execution of the DeleteBackup operation.
|
|
BeginDeleteServer ( DeleteServerRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DeleteServer operation.
|
|
BeginDescribeAccountAttributes ( DescribeAccountAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeAccountAttributes operation.
|
|
BeginDescribeBackups ( |
Initiates the asynchronous execution of the DescribeBackups operation.
|
|
BeginDescribeEvents ( |
Initiates the asynchronous execution of the DescribeEvents operation.
|
|
BeginDescribeNodeAssociationStatus ( |
Initiates the asynchronous execution of the DescribeNodeAssociationStatus operation.
|
|
BeginDescribeServers ( |
Initiates the asynchronous execution of the DescribeServers operation.
|
|
BeginDisassociateNode ( |
Initiates the asynchronous execution of the DisassociateNode operation.
|
|
BeginRestoreServer ( |
Initiates the asynchronous execution of the RestoreServer operation.
|
|
BeginStartMaintenance ( |
Initiates the asynchronous execution of the StartMaintenance operation.
|
|
BeginUpdateServer ( |
Initiates the asynchronous execution of the UpdateServer operation.
|
|
BeginUpdateServerEngineAttributes ( |
Initiates the asynchronous execution of the UpdateServerEngineAttributes operation.
|
|
CreateBackup ( |
Creates an application-level backup of a server. While the server is Backups can be created for This operation is asnychronous. By default 50 manual backups can be created. A
|
|
CreateBackupAsync ( |
Initiates the asynchronous execution of the CreateBackup operation.
|
|
CreateServer ( |
Creates and immedately starts a new Server. The server can be used once it has reached the This operation is asnychronous. A By default 10 servers can be created. A When no security groups are provided by using By default, the Chef Server is accessible from any IP address. We recommend that you update your security group rules to allow access from known IP addresses and address ranges only. To edit security group rules, open Security Groups in the navigation pane of the EC2 management console.
|
|
CreateServerAsync ( |
Initiates the asynchronous execution of the CreateServer operation.
|
|
DeleteBackup ( |
Deletes a backup. You can delete both manual and automated backups. This operation is asynchronous. A
|
|
DeleteBackupAsync ( |
Initiates the asynchronous execution of the DeleteBackup operation.
|
|
DeleteServer ( DeleteServerRequest request ) : DeleteServerResponse |
Deletes the server and the underlying AWS CloudFormation stack (including the server's EC2 instance). The server status updated to This operation is asynchronous. A
|
|
DeleteServerAsync ( DeleteServerRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteServer operation.
|
|
DescribeAccountAttributes ( DescribeAccountAttributesRequest request ) : |
Describes your account attributes, and creates requests to increase limits before they are reached or exceeded. This operation is synchronous.
|
|
DescribeAccountAttributesAsync ( DescribeAccountAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeAccountAttributes operation.
|
|
DescribeBackups ( |
Describes backups. The results are ordered by time, with newest backups first. If you do not specify a BackupId or ServerName, the command returns all backups. This operation is synchronous. A
|
|
DescribeBackupsAsync ( |
Initiates the asynchronous execution of the DescribeBackups operation.
|
|
DescribeEvents ( |
Describes events for a specified server. Results are ordered by time, with newest events first. This operation is synchronous. A
|
|
DescribeEventsAsync ( |
Initiates the asynchronous execution of the DescribeEvents operation.
|
|
DescribeNodeAssociationStatus ( |
|
|
DescribeNodeAssociationStatusAsync ( |
Initiates the asynchronous execution of the DescribeNodeAssociationStatus operation.
|
|
DescribeServers ( |
Lists all configuration management servers that are identified with your account. Only the stored results from Amazon DynamoDB are returned. AWS OpsWorks for Chef Automate does not query other services. This operation is synchronous. A
|
|
DescribeServersAsync ( |
Initiates the asynchronous execution of the DescribeServers operation.
|
|
DisassociateNode ( |
|
|
DisassociateNodeAsync ( |
Initiates the asynchronous execution of the DisassociateNode operation.
|
|
EndAssociateNode ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the AssociateNode operation.
|
|
EndCreateBackup ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateBackup operation.
|
|
EndCreateServer ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateServer operation.
|
|
EndDeleteBackup ( IAsyncResult asyncResult ) : DeleteBackupResponse |
Finishes the asynchronous execution of the DeleteBackup operation.
|
|
EndDeleteServer ( IAsyncResult asyncResult ) : DeleteServerResponse |
Finishes the asynchronous execution of the DeleteServer operation.
|
|
EndDescribeAccountAttributes ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeAccountAttributes operation.
|
|
EndDescribeBackups ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeBackups operation.
|
|
EndDescribeEvents ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeEvents operation.
|
|
EndDescribeNodeAssociationStatus ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeNodeAssociationStatus operation.
|
|
EndDescribeServers ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeServers operation.
|
|
EndDisassociateNode ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DisassociateNode operation.
|
|
EndRestoreServer ( IAsyncResult asyncResult ) : RestoreServerResponse |
Finishes the asynchronous execution of the RestoreServer operation.
|
|
EndStartMaintenance ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StartMaintenance operation.
|
|
EndUpdateServer ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateServer operation.
|
|
EndUpdateServerEngineAttributes ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateServerEngineAttributes operation.
|
|
RestoreServer ( |
Restores a backup to a server that is in a This operation is asynchronous. A
|
|
RestoreServerAsync ( |
Initiates the asynchronous execution of the RestoreServer operation.
|
|
StartMaintenance ( |
Manually starts server maintenance. This command can be useful if an earlier maintenance attempt failed, and the underlying cause of maintenance failure has been resolved. The server will switch to Maintenace can only be started for
|
|
StartMaintenanceAsync ( |
Initiates the asynchronous execution of the StartMaintenance operation.
|
|
UpdateServer ( |
Updates settings for a server. This operation is synchronous.
|
|
UpdateServerAsync ( |
Initiates the asynchronous execution of the UpdateServer operation.
|
|
UpdateServerEngineAttributes ( |
Updates engine specific attributes on a specified server. Server will enter the This operation can be use to reset Chef Server main API key ( This operation is asynchronous.
This operation can only be called for
|
|
UpdateServerEngineAttributesAsync ( |
Initiates the asynchronous execution of the UpdateServerEngineAttributes operation.
|
메소드 | 설명 | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonOpsWorksCMClient ( |
||
credentials | AWS Credentials | |
리턴 | System |
public AmazonOpsWorksCMClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonOpsWorksCMClient Configuration Object | |
리턴 | System |
public AmazonOpsWorksCMClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonOpsWorksCMClient ( |
||
config | The AmazonOpsWorksCMClient Configuration Object | |
리턴 | System |
public AmazonOpsWorksCMClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
리턴 | System |
public AmazonOpsWorksCMClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
리턴 | System |
public AmazonOpsWorksCMClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonOpsWorksCMClient Configuration Object | |
리턴 | System |
public AmazonOpsWorksCMClient ( 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 AmazonOpsWorksCMClient ( 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 AmazonOpsWorksCMClient ( 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 AmazonOpsWorksCMClient Configuration Object | |
리턴 | System |
public AmazonOpsWorksCMClient ( 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 AssociateNode ( |
||
request | Container for the necessary parameters to execute the AssociateNode service method. | |
리턴 |
public AssociateNodeAsync ( |
||
request | Container for the necessary parameters to execute the AssociateNode operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public BeginAssociateNode ( |
||
request | Container for the necessary parameters to execute the AssociateNode operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginCreateBackup ( |
||
request | Container for the necessary parameters to execute the CreateBackup operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginCreateServer ( |
||
request | Container for the necessary parameters to execute the CreateServer operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginDeleteBackup ( |
||
request | Container for the necessary parameters to execute the DeleteBackup operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginDeleteServer ( DeleteServerRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DeleteServerRequest | Container for the necessary parameters to execute the DeleteServer operation on AmazonOpsWorksCMClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginDescribeAccountAttributes ( DescribeAccountAttributesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeAccountAttributesRequest | Container for the necessary parameters to execute the DescribeAccountAttributes operation on AmazonOpsWorksCMClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginDescribeBackups ( |
||
request | Container for the necessary parameters to execute the DescribeBackups operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginDescribeEvents ( |
||
request | Container for the necessary parameters to execute the DescribeEvents operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginDescribeNodeAssociationStatus ( |
||
request | Container for the necessary parameters to execute the DescribeNodeAssociationStatus operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginDescribeServers ( |
||
request | Container for the necessary parameters to execute the DescribeServers operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginDisassociateNode ( |
||
request | Container for the necessary parameters to execute the DisassociateNode operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginRestoreServer ( |
||
request | Container for the necessary parameters to execute the RestoreServer operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginStartMaintenance ( |
||
request | Container for the necessary parameters to execute the StartMaintenance operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginUpdateServer ( |
||
request | Container for the necessary parameters to execute the UpdateServer operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 BeginUpdateServerEngineAttributes ( |
||
request | Container for the necessary parameters to execute the UpdateServerEngineAttributes operation on AmazonOpsWorksCMClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | 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 CreateBackup ( |
||
request | Container for the necessary parameters to execute the CreateBackup service method. | |
리턴 |
public CreateBackupAsync ( |
||
request | Container for the necessary parameters to execute the CreateBackup operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public CreateServer ( |
||
request | Container for the necessary parameters to execute the CreateServer service method. | |
리턴 |
public CreateServerAsync ( |
||
request | Container for the necessary parameters to execute the CreateServer operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
protected CreateSigner ( ) : |
||
리턴 |
public DeleteBackup ( |
||
request | Container for the necessary parameters to execute the DeleteBackup service method. | |
리턴 | DeleteBackupResponse |
public DeleteBackupAsync ( |
||
request | Container for the necessary parameters to execute the DeleteBackup operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DeleteServer ( DeleteServerRequest request ) : DeleteServerResponse | ||
request | DeleteServerRequest | Container for the necessary parameters to execute the DeleteServer service method. |
리턴 | DeleteServerResponse |
public DeleteServerAsync ( DeleteServerRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DeleteServerRequest | Container for the necessary parameters to execute the DeleteServer operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeAccountAttributes ( DescribeAccountAttributesRequest request ) : |
||
request | DescribeAccountAttributesRequest | Container for the necessary parameters to execute the DescribeAccountAttributes service method. |
리턴 |
public DescribeAccountAttributesAsync ( DescribeAccountAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeAccountAttributesRequest | Container for the necessary parameters to execute the DescribeAccountAttributes operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeBackups ( |
||
request | Container for the necessary parameters to execute the DescribeBackups service method. | |
리턴 |
public DescribeBackupsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeBackups operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeEvents ( |
||
request | Container for the necessary parameters to execute the DescribeEvents service method. | |
리턴 |
public DescribeEventsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeEvents operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeNodeAssociationStatus ( |
||
request | Container for the necessary parameters to execute the DescribeNodeAssociationStatus service method. | |
리턴 |
public DescribeNodeAssociationStatusAsync ( |
||
request | Container for the necessary parameters to execute the DescribeNodeAssociationStatus operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DescribeServers ( |
||
request | Container for the necessary parameters to execute the DescribeServers service method. | |
리턴 |
public DescribeServersAsync ( |
||
request | Container for the necessary parameters to execute the DescribeServers operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public DisassociateNode ( |
||
request | Container for the necessary parameters to execute the DisassociateNode service method. | |
리턴 |
public DisassociateNodeAsync ( |
||
request | Container for the necessary parameters to execute the DisassociateNode operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public EndAssociateNode ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAssociateNode. |
리턴 |
public EndCreateBackup ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateBackup. |
리턴 |
public EndCreateServer ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateServer. |
리턴 |
public EndDeleteBackup ( IAsyncResult asyncResult ) : DeleteBackupResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteBackup. |
리턴 | DeleteBackupResponse |
public EndDeleteServer ( IAsyncResult asyncResult ) : DeleteServerResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteServer. |
리턴 | DeleteServerResponse |
public EndDescribeAccountAttributes ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAccountAttributes. |
리턴 |
public EndDescribeBackups ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeBackups. |
리턴 |
public EndDescribeEvents ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeEvents. |
리턴 |
public EndDescribeNodeAssociationStatus ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeNodeAssociationStatus. |
리턴 |
public EndDescribeServers ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeServers. |
리턴 |
public EndDisassociateNode ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDisassociateNode. |
리턴 |
public EndRestoreServer ( IAsyncResult asyncResult ) : RestoreServerResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRestoreServer. |
리턴 | RestoreServerResponse |
public EndStartMaintenance ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStartMaintenance. |
리턴 |
public EndUpdateServer ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateServer. |
리턴 |
public EndUpdateServerEngineAttributes ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateServerEngineAttributes. |
리턴 |
public RestoreServer ( |
||
request | Container for the necessary parameters to execute the RestoreServer service method. | |
리턴 | RestoreServerResponse |
public RestoreServerAsync ( |
||
request | Container for the necessary parameters to execute the RestoreServer operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public StartMaintenance ( |
||
request | Container for the necessary parameters to execute the StartMaintenance service method. | |
리턴 |
public StartMaintenanceAsync ( |
||
request | Container for the necessary parameters to execute the StartMaintenance operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public UpdateServer ( |
||
request | Container for the necessary parameters to execute the UpdateServer service method. | |
리턴 |
public UpdateServerAsync ( |
||
request | Container for the necessary parameters to execute the UpdateServer operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |
public UpdateServerEngineAttributes ( |
||
request | Container for the necessary parameters to execute the UpdateServerEngineAttributes service method. | |
리턴 |
public UpdateServerEngineAttributesAsync ( |
||
request | Container for the necessary parameters to execute the UpdateServerEngineAttributes operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
리턴 | Task |