Method | Description | |
---|---|---|
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.
|
|
AmazonBudgetsClient ( |
Constructs AmazonBudgetsClient with AWS Credentials
|
|
AmazonBudgetsClient ( |
Constructs AmazonBudgetsClient with AWS Credentials and an AmazonBudgetsClient Configuration object.
|
|
AmazonBudgetsClient ( |
Constructs AmazonBudgetsClient with AWS Credentials
|
|
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.
|
|
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.
|
|
AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonBudgetsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
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, |
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 ( |
Initiates the asynchronous execution of the CreateBudget operation.
|
|
BeginCreateNotification ( |
Initiates the asynchronous execution of the CreateNotification operation.
|
|
BeginCreateSubscriber ( |
Initiates the asynchronous execution of the CreateSubscriber operation.
|
|
BeginDeleteBudget ( |
Initiates the asynchronous execution of the DeleteBudget operation.
|
|
BeginDeleteNotification ( |
Initiates the asynchronous execution of the DeleteNotification operation.
|
|
BeginDeleteSubscriber ( |
Initiates the asynchronous execution of the DeleteSubscriber operation.
|
|
BeginDescribeBudget ( |
Initiates the asynchronous execution of the DescribeBudget operation.
|
|
BeginDescribeBudgets ( |
Initiates the asynchronous execution of the DescribeBudgets operation.
|
|
BeginDescribeNotificationsForBudget ( |
Initiates the asynchronous execution of the DescribeNotificationsForBudget operation.
|
|
BeginDescribeSubscribersForNotification ( |
Initiates the asynchronous execution of the DescribeSubscribersForNotification operation.
|
|
BeginUpdateBudget ( |
Initiates the asynchronous execution of the UpdateBudget operation.
|
|
BeginUpdateNotification ( |
Initiates the asynchronous execution of the UpdateNotification operation.
|
|
BeginUpdateSubscriber ( |
Initiates the asynchronous execution of the UpdateSubscriber operation.
|
|
CreateBudget ( |
Create a new budget
|
|
CreateBudgetAsync ( |
Initiates the asynchronous execution of the CreateBudget operation.
|
|
CreateNotification ( |
Create a new Notification with subscribers for a budget
|
|
CreateNotificationAsync ( |
Initiates the asynchronous execution of the CreateNotification operation.
|
|
CreateSubscriber ( |
Create a new Subscriber for a notification
|
|
CreateSubscriberAsync ( |
Initiates the asynchronous execution of the CreateSubscriber operation.
|
|
DeleteBudget ( |
Delete a budget and related notifications
|
|
DeleteBudgetAsync ( |
Initiates the asynchronous execution of the DeleteBudget operation.
|
|
DeleteNotification ( |
Delete a notification and related subscribers
|
|
DeleteNotificationAsync ( |
Initiates the asynchronous execution of the DeleteNotification operation.
|
|
DeleteSubscriber ( |
Delete a Subscriber for a notification
|
|
DeleteSubscriberAsync ( |
Initiates the asynchronous execution of the DeleteSubscriber operation.
|
|
DescribeBudget ( |
Get a single budget
|
|
DescribeBudgetAsync ( |
Initiates the asynchronous execution of the DescribeBudget operation.
|
|
DescribeBudgets ( |
Get all budgets for an account
|
|
DescribeBudgetsAsync ( |
Initiates the asynchronous execution of the DescribeBudgets operation.
|
|
DescribeNotificationsForBudget ( |
Get notifications of a budget
|
|
DescribeNotificationsForBudgetAsync ( |
Initiates the asynchronous execution of the DescribeNotificationsForBudget operation.
|
|
DescribeSubscribersForNotification ( |
Get subscribers of a notification
|
|
DescribeSubscribersForNotificationAsync ( |
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 ) : |
Finishes the asynchronous execution of the DescribeBudget operation.
|
|
EndDescribeBudgets ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeBudgets operation.
|
|
EndDescribeNotificationsForBudget ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeNotificationsForBudget operation.
|
|
EndDescribeSubscribersForNotification ( IAsyncResult asyncResult ) : |
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 ( |
Update the information of a budget already created
|
|
UpdateBudgetAsync ( |
Initiates the asynchronous execution of the UpdateBudget operation.
|
|
UpdateNotification ( |
Update the information about a notification already created
|
|
UpdateNotificationAsync ( |
Initiates the asynchronous execution of the UpdateNotification operation.
|
|
UpdateSubscriber ( |
Update a subscriber
|
|
UpdateSubscriberAsync ( |
Initiates the asynchronous execution of the UpdateSubscriber operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonBudgetsClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonBudgetsClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonBudgetsClient Configuration Object | |
return | System |
public AmazonBudgetsClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonBudgetsClient ( |
||
config | The AmazonBudgetsClient Configuration Object | |
return | System |
public AmazonBudgetsClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonBudgetsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonBudgetsClient Configuration Object | |
return | System |
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. |
return | System |
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 |
return | System |
public AmazonBudgetsClient ( 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 AmazonBudgetsClient Configuration Object | |
return | System |
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. |
return | System |
public BeginCreateBudget ( |
||
request | 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. |
return | IAsyncResult |
public BeginCreateNotification ( |
||
request | 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. |
return | IAsyncResult |
public BeginCreateSubscriber ( |
||
request | 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. |
return | IAsyncResult |
public BeginDeleteBudget ( |
||
request | 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. |
return | IAsyncResult |
public BeginDeleteNotification ( |
||
request | 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. |
return | IAsyncResult |
public BeginDeleteSubscriber ( |
||
request | 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. |
return | IAsyncResult |
public BeginDescribeBudget ( |
||
request | 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. |
return | IAsyncResult |
public BeginDescribeBudgets ( |
||
request | 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. |
return | IAsyncResult |
public BeginDescribeNotificationsForBudget ( |
||
request | 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. |
return | IAsyncResult |
public BeginDescribeSubscribersForNotification ( |
||
request | 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. |
return | IAsyncResult |
public BeginUpdateBudget ( |
||
request | 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. |
return | IAsyncResult |
public BeginUpdateNotification ( |
||
request | 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. |
return | IAsyncResult |
public BeginUpdateSubscriber ( |
||
request | 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. |
return | IAsyncResult |
public CreateBudget ( |
||
request | Container for the necessary parameters to execute the CreateBudget service method. | |
return | CreateBudgetResponse |
public CreateBudgetAsync ( |
||
request | 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. /// |
return | Task |
public CreateNotification ( |
||
request | Container for the necessary parameters to execute the CreateNotification service method. | |
return | CreateNotificationResponse |
public CreateNotificationAsync ( |
||
request | 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. /// |
return | Task |
protected CreateSigner ( ) : |
||
return |
public CreateSubscriber ( |
||
request | Container for the necessary parameters to execute the CreateSubscriber service method. | |
return | CreateSubscriberResponse |
public CreateSubscriberAsync ( |
||
request | 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. /// |
return | Task |
public DeleteBudget ( |
||
request | Container for the necessary parameters to execute the DeleteBudget service method. | |
return | DeleteBudgetResponse |
public DeleteBudgetAsync ( |
||
request | 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. /// |
return | Task |
public DeleteNotification ( |
||
request | Container for the necessary parameters to execute the DeleteNotification service method. | |
return | DeleteNotificationResponse |
public DeleteNotificationAsync ( |
||
request | 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. /// |
return | Task |
public DeleteSubscriber ( |
||
request | Container for the necessary parameters to execute the DeleteSubscriber service method. | |
return | DeleteSubscriberResponse |
public DeleteSubscriberAsync ( |
||
request | 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. /// |
return | Task |
public DescribeBudget ( |
||
request | Container for the necessary parameters to execute the DescribeBudget service method. | |
return |
public DescribeBudgetAsync ( |
||
request | 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. /// |
return | Task |
public DescribeBudgets ( |
||
request | Container for the necessary parameters to execute the DescribeBudgets service method. | |
return |
public DescribeBudgetsAsync ( |
||
request | 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. /// |
return | Task |
public DescribeNotificationsForBudget ( |
||
request | Container for the necessary parameters to execute the DescribeNotificationsForBudget service method. | |
return |
public DescribeNotificationsForBudgetAsync ( |
||
request | 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. /// |
return | Task |
public DescribeSubscribersForNotification ( |
||
request | Container for the necessary parameters to execute the DescribeSubscribersForNotification service method. | |
return |
public DescribeSubscribersForNotificationAsync ( |
||
request | 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. /// |
return | Task |
public EndCreateBudget ( IAsyncResult asyncResult ) : CreateBudgetResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateBudget. |
return | CreateBudgetResponse |
public EndCreateNotification ( IAsyncResult asyncResult ) : CreateNotificationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateNotification. |
return | CreateNotificationResponse |
public EndCreateSubscriber ( IAsyncResult asyncResult ) : CreateSubscriberResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateSubscriber. |
return | CreateSubscriberResponse |
public EndDeleteBudget ( IAsyncResult asyncResult ) : DeleteBudgetResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteBudget. |
return | DeleteBudgetResponse |
public EndDeleteNotification ( IAsyncResult asyncResult ) : DeleteNotificationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteNotification. |
return | DeleteNotificationResponse |
public EndDeleteSubscriber ( IAsyncResult asyncResult ) : DeleteSubscriberResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteSubscriber. |
return | DeleteSubscriberResponse |
public EndDescribeBudget ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeBudget. |
return |
public EndDescribeBudgets ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeBudgets. |
return |
public EndDescribeNotificationsForBudget ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeNotificationsForBudget. |
return |
public EndDescribeSubscribersForNotification ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeSubscribersForNotification. |
return |
public EndUpdateBudget ( IAsyncResult asyncResult ) : UpdateBudgetResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateBudget. |
return | UpdateBudgetResponse |
public EndUpdateNotification ( IAsyncResult asyncResult ) : UpdateNotificationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateNotification. |
return | UpdateNotificationResponse |
public EndUpdateSubscriber ( IAsyncResult asyncResult ) : UpdateSubscriberResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateSubscriber. |
return | UpdateSubscriberResponse |
public UpdateBudget ( |
||
request | Container for the necessary parameters to execute the UpdateBudget service method. | |
return | UpdateBudgetResponse |
public UpdateBudgetAsync ( |
||
request | 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. /// |
return | Task |
public UpdateNotification ( |
||
request | Container for the necessary parameters to execute the UpdateNotification service method. | |
return | UpdateNotificationResponse |
public UpdateNotificationAsync ( |
||
request | 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. /// |
return | Task |
public UpdateSubscriber ( |
||
request | Container for the necessary parameters to execute the UpdateSubscriber service method. | |
return | UpdateSubscriberResponse |
public UpdateSubscriberAsync ( |
||
request | 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. /// |
return | Task |