C# 클래스 Amazon.Budgets.AmazonBudgetsClient

Implementation for accessing Budgets All public APIs for AWS Budgets
상속: AmazonServiceClient, IAmazonBudgets
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AmazonBudgetsClient ( ) : System

Constructs AmazonBudgetsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonBudgetsClient ( AWSCredentials credentials ) : System

Constructs AmazonBudgetsClient with AWS Credentials

AmazonBudgetsClient ( AWSCredentials credentials, AmazonBudgetsConfig clientConfig ) : System

Constructs AmazonBudgetsClient with AWS Credentials and an AmazonBudgetsClient Configuration object.

AmazonBudgetsClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonBudgetsClient with AWS Credentials

AmazonBudgetsClient ( AmazonBudgetsConfig config ) : System

Constructs AmazonBudgetsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonBudgetsClient ( RegionEndpoint region ) : System

Constructs AmazonBudgetsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonBudgetsClient with AWS Access Key ID and AWS Secret Key

AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonBudgetsConfig clientConfig ) : System

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

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

Constructs AmazonBudgetsClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonBudgetsClient with AWS Access Key ID and AWS Secret Key

AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonBudgetsConfig clientConfig ) : System

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

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

Constructs AmazonBudgetsClient with AWS Access Key ID and AWS Secret Key

BeginCreateBudget ( CreateBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateBudget operation.

BeginCreateNotification ( CreateNotificationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateNotification operation.

BeginCreateSubscriber ( CreateSubscriberRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSubscriber operation.

BeginDeleteBudget ( DeleteBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteBudget operation.

BeginDeleteNotification ( DeleteNotificationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteNotification operation.

BeginDeleteSubscriber ( DeleteSubscriberRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteSubscriber operation.

BeginDescribeBudget ( DescribeBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeBudget operation.

BeginDescribeBudgets ( DescribeBudgetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeBudgets operation.

BeginDescribeNotificationsForBudget ( DescribeNotificationsForBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeNotificationsForBudget operation.

BeginDescribeSubscribersForNotification ( DescribeSubscribersForNotificationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSubscribersForNotification operation.

BeginUpdateBudget ( UpdateBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateBudget operation.

BeginUpdateNotification ( UpdateNotificationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateNotification operation.

BeginUpdateSubscriber ( UpdateSubscriberRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateSubscriber operation.

CreateBudget ( CreateBudgetRequest request ) : CreateBudgetResponse

Create a new budget

CreateBudgetAsync ( CreateBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateBudget operation.

CreateNotification ( CreateNotificationRequest request ) : CreateNotificationResponse

Create a new Notification with subscribers for a budget

CreateNotificationAsync ( CreateNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateNotification operation.

CreateSubscriber ( CreateSubscriberRequest request ) : CreateSubscriberResponse

Create a new Subscriber for a notification

CreateSubscriberAsync ( CreateSubscriberRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSubscriber operation.

DeleteBudget ( DeleteBudgetRequest request ) : DeleteBudgetResponse

Delete a budget and related notifications

DeleteBudgetAsync ( DeleteBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteBudget operation.

DeleteNotification ( DeleteNotificationRequest request ) : DeleteNotificationResponse

Delete a notification and related subscribers

DeleteNotificationAsync ( DeleteNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteNotification operation.

DeleteSubscriber ( DeleteSubscriberRequest request ) : DeleteSubscriberResponse

Delete a Subscriber for a notification

DeleteSubscriberAsync ( DeleteSubscriberRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteSubscriber operation.

DescribeBudget ( DescribeBudgetRequest request ) : DescribeBudgetResponse

Get a single budget

DescribeBudgetAsync ( DescribeBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeBudget operation.

DescribeBudgets ( DescribeBudgetsRequest request ) : DescribeBudgetsResponse

Get all budgets for an account

DescribeBudgetsAsync ( DescribeBudgetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeBudgets operation.

DescribeNotificationsForBudget ( DescribeNotificationsForBudgetRequest request ) : DescribeNotificationsForBudgetResponse

Get notifications of a budget

DescribeNotificationsForBudgetAsync ( DescribeNotificationsForBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeNotificationsForBudget operation.

DescribeSubscribersForNotification ( DescribeSubscribersForNotificationRequest request ) : DescribeSubscribersForNotificationResponse

Get subscribers of a notification

DescribeSubscribersForNotificationAsync ( DescribeSubscribersForNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSubscribersForNotification operation.

EndCreateBudget ( IAsyncResult asyncResult ) : CreateBudgetResponse

Finishes the asynchronous execution of the CreateBudget operation.

EndCreateNotification ( IAsyncResult asyncResult ) : CreateNotificationResponse

Finishes the asynchronous execution of the CreateNotification operation.

EndCreateSubscriber ( IAsyncResult asyncResult ) : CreateSubscriberResponse

Finishes the asynchronous execution of the CreateSubscriber operation.

EndDeleteBudget ( IAsyncResult asyncResult ) : DeleteBudgetResponse

Finishes the asynchronous execution of the DeleteBudget operation.

EndDeleteNotification ( IAsyncResult asyncResult ) : DeleteNotificationResponse

Finishes the asynchronous execution of the DeleteNotification operation.

EndDeleteSubscriber ( IAsyncResult asyncResult ) : DeleteSubscriberResponse

Finishes the asynchronous execution of the DeleteSubscriber operation.

EndDescribeBudget ( IAsyncResult asyncResult ) : DescribeBudgetResponse

Finishes the asynchronous execution of the DescribeBudget operation.

EndDescribeBudgets ( IAsyncResult asyncResult ) : DescribeBudgetsResponse

Finishes the asynchronous execution of the DescribeBudgets operation.

EndDescribeNotificationsForBudget ( IAsyncResult asyncResult ) : DescribeNotificationsForBudgetResponse

Finishes the asynchronous execution of the DescribeNotificationsForBudget operation.

EndDescribeSubscribersForNotification ( IAsyncResult asyncResult ) : DescribeSubscribersForNotificationResponse

Finishes the asynchronous execution of the DescribeSubscribersForNotification operation.

EndUpdateBudget ( IAsyncResult asyncResult ) : UpdateBudgetResponse

Finishes the asynchronous execution of the UpdateBudget operation.

EndUpdateNotification ( IAsyncResult asyncResult ) : UpdateNotificationResponse

Finishes the asynchronous execution of the UpdateNotification operation.

EndUpdateSubscriber ( IAsyncResult asyncResult ) : UpdateSubscriberResponse

Finishes the asynchronous execution of the UpdateSubscriber operation.

UpdateBudget ( UpdateBudgetRequest request ) : UpdateBudgetResponse

Update the information of a budget already created

UpdateBudgetAsync ( UpdateBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateBudget operation.

UpdateNotification ( UpdateNotificationRequest request ) : UpdateNotificationResponse

Update the information about a notification already created

UpdateNotificationAsync ( UpdateNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateNotification operation.

UpdateSubscriber ( UpdateSubscriberRequest request ) : UpdateSubscriberResponse

Update a subscriber

UpdateSubscriberAsync ( UpdateSubscriberRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateSubscriber operation.

보호된 메소드들

메소드 설명
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

메소드 상세

AmazonBudgetsClient() 공개 메소드

Constructs AmazonBudgetsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonBudgetsClient ( ) : System
리턴 System

AmazonBudgetsClient() 공개 메소드

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

AmazonBudgetsClient() 공개 메소드

Constructs AmazonBudgetsClient with AWS Credentials and an AmazonBudgetsClient Configuration object.
public AmazonBudgetsClient ( AWSCredentials credentials, AmazonBudgetsConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonBudgetsConfig The AmazonBudgetsClient Configuration Object
리턴 System

AmazonBudgetsClient() 공개 메소드

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

AmazonBudgetsClient() 공개 메소드

Constructs AmazonBudgetsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonBudgetsClient ( AmazonBudgetsConfig config ) : System
config AmazonBudgetsConfig The AmazonBudgetsClient Configuration Object
리턴 System

AmazonBudgetsClient() 공개 메소드

Constructs AmazonBudgetsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonBudgetsClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
리턴 System

AmazonBudgetsClient() 공개 메소드

Constructs AmazonBudgetsClient with AWS Access Key ID and AWS Secret Key
public AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
리턴 System

AmazonBudgetsClient() 공개 메소드

Constructs AmazonBudgetsClient with AWS Access Key ID, AWS Secret Key and an AmazonBudgetsClient Configuration object.
public AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonBudgetsConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonBudgetsConfig The AmazonBudgetsClient Configuration Object
리턴 System

AmazonBudgetsClient() 공개 메소드

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

AmazonBudgetsClient() 공개 메소드

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

AmazonBudgetsClient() 공개 메소드

Constructs AmazonBudgetsClient with AWS Access Key ID, AWS Secret Key and an AmazonBudgetsClient Configuration object.
public AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonBudgetsConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonBudgetsConfig The AmazonBudgetsClient Configuration Object
리턴 System

AmazonBudgetsClient() 공개 메소드

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

BeginCreateBudget() 공개 메소드

Initiates the asynchronous execution of the CreateBudget operation.
public BeginCreateBudget ( CreateBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.CreateBudgetRequest Container for the necessary parameters to execute the CreateBudget operation on AmazonBudgetsClient.
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

BeginCreateNotification() 공개 메소드

Initiates the asynchronous execution of the CreateNotification operation.
public BeginCreateNotification ( CreateNotificationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.CreateNotificationRequest Container for the necessary parameters to execute the CreateNotification operation on AmazonBudgetsClient.
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

BeginCreateSubscriber() 공개 메소드

Initiates the asynchronous execution of the CreateSubscriber operation.
public BeginCreateSubscriber ( CreateSubscriberRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.CreateSubscriberRequest Container for the necessary parameters to execute the CreateSubscriber operation on AmazonBudgetsClient.
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

BeginDeleteBudget() 공개 메소드

Initiates the asynchronous execution of the DeleteBudget operation.
public BeginDeleteBudget ( DeleteBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.DeleteBudgetRequest Container for the necessary parameters to execute the DeleteBudget operation on AmazonBudgetsClient.
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

BeginDeleteNotification() 공개 메소드

Initiates the asynchronous execution of the DeleteNotification operation.
public BeginDeleteNotification ( DeleteNotificationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.DeleteNotificationRequest Container for the necessary parameters to execute the DeleteNotification operation on AmazonBudgetsClient.
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

BeginDeleteSubscriber() 공개 메소드

Initiates the asynchronous execution of the DeleteSubscriber operation.
public BeginDeleteSubscriber ( DeleteSubscriberRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.DeleteSubscriberRequest Container for the necessary parameters to execute the DeleteSubscriber operation on AmazonBudgetsClient.
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

BeginDescribeBudget() 공개 메소드

Initiates the asynchronous execution of the DescribeBudget operation.
public BeginDescribeBudget ( DescribeBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.DescribeBudgetRequest Container for the necessary parameters to execute the DescribeBudget operation on AmazonBudgetsClient.
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

BeginDescribeBudgets() 공개 메소드

Initiates the asynchronous execution of the DescribeBudgets operation.
public BeginDescribeBudgets ( DescribeBudgetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.DescribeBudgetsRequest Container for the necessary parameters to execute the DescribeBudgets operation on AmazonBudgetsClient.
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

BeginDescribeNotificationsForBudget() 공개 메소드

Initiates the asynchronous execution of the DescribeNotificationsForBudget operation.
public BeginDescribeNotificationsForBudget ( DescribeNotificationsForBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.DescribeNotificationsForBudgetRequest Container for the necessary parameters to execute the DescribeNotificationsForBudget operation on AmazonBudgetsClient.
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

BeginDescribeSubscribersForNotification() 공개 메소드

Initiates the asynchronous execution of the DescribeSubscribersForNotification operation.
public BeginDescribeSubscribersForNotification ( DescribeSubscribersForNotificationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.DescribeSubscribersForNotificationRequest Container for the necessary parameters to execute the DescribeSubscribersForNotification operation on AmazonBudgetsClient.
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

BeginUpdateBudget() 공개 메소드

Initiates the asynchronous execution of the UpdateBudget operation.
public BeginUpdateBudget ( UpdateBudgetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.UpdateBudgetRequest Container for the necessary parameters to execute the UpdateBudget operation on AmazonBudgetsClient.
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

BeginUpdateNotification() 공개 메소드

Initiates the asynchronous execution of the UpdateNotification operation.
public BeginUpdateNotification ( UpdateNotificationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.UpdateNotificationRequest Container for the necessary parameters to execute the UpdateNotification operation on AmazonBudgetsClient.
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

BeginUpdateSubscriber() 공개 메소드

Initiates the asynchronous execution of the UpdateSubscriber operation.
public BeginUpdateSubscriber ( UpdateSubscriberRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.UpdateSubscriberRequest Container for the necessary parameters to execute the UpdateSubscriber operation on AmazonBudgetsClient.
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

CreateBudget() 공개 메소드

Create a new budget
/// The exception is thrown when customer tries to create a record (e.g. budget), but /// the number this record already exceeds the limitation. /// /// The exception is thrown when customer tries to create a record (e.g. budget) that /// already exists. /// /// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. ///
public CreateBudget ( CreateBudgetRequest request ) : CreateBudgetResponse
request Amazon.Budgets.Model.CreateBudgetRequest Container for the necessary parameters to execute the CreateBudget service method.
리턴 CreateBudgetResponse

CreateBudgetAsync() 공개 메소드

Initiates the asynchronous execution of the CreateBudget operation.
public CreateBudgetAsync ( CreateBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.CreateBudgetRequest Container for the necessary parameters to execute the CreateBudget operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateNotification() 공개 메소드

Create a new Notification with subscribers for a budget
/// The exception is thrown when customer tries to create a record (e.g. budget), but /// the number this record already exceeds the limitation. /// /// The exception is thrown when customer tries to create a record (e.g. budget) that /// already exists. /// /// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public CreateNotification ( CreateNotificationRequest request ) : CreateNotificationResponse
request Amazon.Budgets.Model.CreateNotificationRequest Container for the necessary parameters to execute the CreateNotification service method.
리턴 CreateNotificationResponse

CreateNotificationAsync() 공개 메소드

Initiates the asynchronous execution of the CreateNotification operation.
public CreateNotificationAsync ( CreateNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.CreateNotificationRequest Container for the necessary parameters to execute the CreateNotification operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

CreateSigner() 보호된 메소드

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

CreateSubscriber() 공개 메소드

Create a new Subscriber for a notification
/// The exception is thrown when customer tries to create a record (e.g. budget), but /// the number this record already exceeds the limitation. /// /// The exception is thrown when customer tries to create a record (e.g. budget) that /// already exists. /// /// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. ///
public CreateSubscriber ( CreateSubscriberRequest request ) : CreateSubscriberResponse
request Amazon.Budgets.Model.CreateSubscriberRequest Container for the necessary parameters to execute the CreateSubscriber service method.
리턴 CreateSubscriberResponse

CreateSubscriberAsync() 공개 메소드

Initiates the asynchronous execution of the CreateSubscriber operation.
public CreateSubscriberAsync ( CreateSubscriberRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.CreateSubscriberRequest Container for the necessary parameters to execute the CreateSubscriber operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteBudget() 공개 메소드

Delete a budget and related notifications
/// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public DeleteBudget ( DeleteBudgetRequest request ) : DeleteBudgetResponse
request Amazon.Budgets.Model.DeleteBudgetRequest Container for the necessary parameters to execute the DeleteBudget service method.
리턴 DeleteBudgetResponse

DeleteBudgetAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteBudget operation.
public DeleteBudgetAsync ( DeleteBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.DeleteBudgetRequest Container for the necessary parameters to execute the DeleteBudget operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteNotification() 공개 메소드

Delete a notification and related subscribers
/// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public DeleteNotification ( DeleteNotificationRequest request ) : DeleteNotificationResponse
request Amazon.Budgets.Model.DeleteNotificationRequest Container for the necessary parameters to execute the DeleteNotification service method.
리턴 DeleteNotificationResponse

DeleteNotificationAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteNotification operation.
public DeleteNotificationAsync ( DeleteNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.DeleteNotificationRequest Container for the necessary parameters to execute the DeleteNotification operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DeleteSubscriber() 공개 메소드

Delete a Subscriber for a notification
/// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public DeleteSubscriber ( DeleteSubscriberRequest request ) : DeleteSubscriberResponse
request Amazon.Budgets.Model.DeleteSubscriberRequest Container for the necessary parameters to execute the DeleteSubscriber service method.
리턴 DeleteSubscriberResponse

DeleteSubscriberAsync() 공개 메소드

Initiates the asynchronous execution of the DeleteSubscriber operation.
public DeleteSubscriberAsync ( DeleteSubscriberRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.DeleteSubscriberRequest Container for the necessary parameters to execute the DeleteSubscriber operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeBudget() 공개 메소드

Get a single budget
/// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public DescribeBudget ( DescribeBudgetRequest request ) : DescribeBudgetResponse
request Amazon.Budgets.Model.DescribeBudgetRequest Container for the necessary parameters to execute the DescribeBudget service method.
리턴 Amazon.Budgets.Model.DescribeBudgetResponse

DescribeBudgetAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeBudget operation.
public DescribeBudgetAsync ( DescribeBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.DescribeBudgetRequest Container for the necessary parameters to execute the DescribeBudget operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeBudgets() 공개 메소드

Get all budgets for an account
/// This exception is thrown if the paging token is expired - past its TTL /// /// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if paging token signature didn't match the token, or the /// paging token isn't for this request /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public DescribeBudgets ( DescribeBudgetsRequest request ) : DescribeBudgetsResponse
request Amazon.Budgets.Model.DescribeBudgetsRequest Container for the necessary parameters to execute the DescribeBudgets service method.
리턴 Amazon.Budgets.Model.DescribeBudgetsResponse

DescribeBudgetsAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeBudgets operation.
public DescribeBudgetsAsync ( DescribeBudgetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.DescribeBudgetsRequest Container for the necessary parameters to execute the DescribeBudgets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeNotificationsForBudget() 공개 메소드

Get notifications of a budget
/// This exception is thrown if the paging token is expired - past its TTL /// /// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if paging token signature didn't match the token, or the /// paging token isn't for this request /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public DescribeNotificationsForBudget ( DescribeNotificationsForBudgetRequest request ) : DescribeNotificationsForBudgetResponse
request Amazon.Budgets.Model.DescribeNotificationsForBudgetRequest Container for the necessary parameters to execute the DescribeNotificationsForBudget service method.
리턴 Amazon.Budgets.Model.DescribeNotificationsForBudgetResponse

DescribeNotificationsForBudgetAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeNotificationsForBudget operation.
public DescribeNotificationsForBudgetAsync ( DescribeNotificationsForBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.DescribeNotificationsForBudgetRequest Container for the necessary parameters to execute the DescribeNotificationsForBudget operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

DescribeSubscribersForNotification() 공개 메소드

Get subscribers of a notification
/// This exception is thrown if the paging token is expired - past its TTL /// /// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if paging token signature didn't match the token, or the /// paging token isn't for this request /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public DescribeSubscribersForNotification ( DescribeSubscribersForNotificationRequest request ) : DescribeSubscribersForNotificationResponse
request Amazon.Budgets.Model.DescribeSubscribersForNotificationRequest Container for the necessary parameters to execute the DescribeSubscribersForNotification service method.
리턴 Amazon.Budgets.Model.DescribeSubscribersForNotificationResponse

DescribeSubscribersForNotificationAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeSubscribersForNotification operation.
public DescribeSubscribersForNotificationAsync ( DescribeSubscribersForNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.DescribeSubscribersForNotificationRequest Container for the necessary parameters to execute the DescribeSubscribersForNotification operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

Dispose() 보호된 메소드

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

EndCreateBudget() 공개 메소드

Finishes the asynchronous execution of the CreateBudget operation.
public EndCreateBudget ( IAsyncResult asyncResult ) : CreateBudgetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateBudget.
리턴 CreateBudgetResponse

EndCreateNotification() 공개 메소드

Finishes the asynchronous execution of the CreateNotification operation.
public EndCreateNotification ( IAsyncResult asyncResult ) : CreateNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNotification.
리턴 CreateNotificationResponse

EndCreateSubscriber() 공개 메소드

Finishes the asynchronous execution of the CreateSubscriber operation.
public EndCreateSubscriber ( IAsyncResult asyncResult ) : CreateSubscriberResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSubscriber.
리턴 CreateSubscriberResponse

EndDeleteBudget() 공개 메소드

Finishes the asynchronous execution of the DeleteBudget operation.
public EndDeleteBudget ( IAsyncResult asyncResult ) : DeleteBudgetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBudget.
리턴 DeleteBudgetResponse

EndDeleteNotification() 공개 메소드

Finishes the asynchronous execution of the DeleteNotification operation.
public EndDeleteNotification ( IAsyncResult asyncResult ) : DeleteNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteNotification.
리턴 DeleteNotificationResponse

EndDeleteSubscriber() 공개 메소드

Finishes the asynchronous execution of the DeleteSubscriber operation.
public EndDeleteSubscriber ( IAsyncResult asyncResult ) : DeleteSubscriberResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSubscriber.
리턴 DeleteSubscriberResponse

EndDescribeBudget() 공개 메소드

Finishes the asynchronous execution of the DescribeBudget operation.
public EndDescribeBudget ( IAsyncResult asyncResult ) : DescribeBudgetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeBudget.
리턴 Amazon.Budgets.Model.DescribeBudgetResponse

EndDescribeBudgets() 공개 메소드

Finishes the asynchronous execution of the DescribeBudgets operation.
public EndDescribeBudgets ( IAsyncResult asyncResult ) : DescribeBudgetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeBudgets.
리턴 Amazon.Budgets.Model.DescribeBudgetsResponse

EndDescribeNotificationsForBudget() 공개 메소드

Finishes the asynchronous execution of the DescribeNotificationsForBudget operation.
public EndDescribeNotificationsForBudget ( IAsyncResult asyncResult ) : DescribeNotificationsForBudgetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNotificationsForBudget.
리턴 Amazon.Budgets.Model.DescribeNotificationsForBudgetResponse

EndDescribeSubscribersForNotification() 공개 메소드

Finishes the asynchronous execution of the DescribeSubscribersForNotification operation.
public EndDescribeSubscribersForNotification ( IAsyncResult asyncResult ) : DescribeSubscribersForNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSubscribersForNotification.
리턴 Amazon.Budgets.Model.DescribeSubscribersForNotificationResponse

EndUpdateBudget() 공개 메소드

Finishes the asynchronous execution of the UpdateBudget operation.
public EndUpdateBudget ( IAsyncResult asyncResult ) : UpdateBudgetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateBudget.
리턴 UpdateBudgetResponse

EndUpdateNotification() 공개 메소드

Finishes the asynchronous execution of the UpdateNotification operation.
public EndUpdateNotification ( IAsyncResult asyncResult ) : UpdateNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateNotification.
리턴 UpdateNotificationResponse

EndUpdateSubscriber() 공개 메소드

Finishes the asynchronous execution of the UpdateSubscriber operation.
public EndUpdateSubscriber ( IAsyncResult asyncResult ) : UpdateSubscriberResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSubscriber.
리턴 UpdateSubscriberResponse

UpdateBudget() 공개 메소드

Update the information of a budget already created
/// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public UpdateBudget ( UpdateBudgetRequest request ) : UpdateBudgetResponse
request Amazon.Budgets.Model.UpdateBudgetRequest Container for the necessary parameters to execute the UpdateBudget service method.
리턴 UpdateBudgetResponse

UpdateBudgetAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateBudget operation.
public UpdateBudgetAsync ( UpdateBudgetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.UpdateBudgetRequest Container for the necessary parameters to execute the UpdateBudget operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

UpdateNotification() 공개 메소드

Update the information about a notification already created
/// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public UpdateNotification ( UpdateNotificationRequest request ) : UpdateNotificationResponse
request Amazon.Budgets.Model.UpdateNotificationRequest Container for the necessary parameters to execute the UpdateNotification service method.
리턴 UpdateNotificationResponse

UpdateNotificationAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateNotification operation.
public UpdateNotificationAsync ( UpdateNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.UpdateNotificationRequest Container for the necessary parameters to execute the UpdateNotification operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task

UpdateSubscriber() 공개 메소드

Update a subscriber
/// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public UpdateSubscriber ( UpdateSubscriberRequest request ) : UpdateSubscriberResponse
request Amazon.Budgets.Model.UpdateSubscriberRequest Container for the necessary parameters to execute the UpdateSubscriber service method.
리턴 UpdateSubscriberResponse

UpdateSubscriberAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateSubscriber operation.
public UpdateSubscriberAsync ( UpdateSubscriberRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.UpdateSubscriberRequest Container for the necessary parameters to execute the UpdateSubscriber operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task