AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
Aws::Invoicing::InvoicingClient Class Reference

#include <InvoicingClient.h>

Inheritance diagram for Aws::Invoicing::InvoicingClient:
[legend]

Public Types

 
 
 

Public Types inherited from Aws::Client::AWSJsonClient

 

Public Member Functions

 
 
 InvoicingClient (const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< InvoicingEndpointProviderBase > endpointProvider=nullptr, const Aws::Invoicing::InvoicingClientConfiguration &clientConfiguration=Aws::Invoicing::InvoicingClientConfiguration())
 
 InvoicingClient (const Aws::Client::ClientConfiguration &clientConfiguration)
 
 InvoicingClient (const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
 
 InvoicingClient (const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
 
virtual ~InvoicingClient ()
 
 
template<typename BatchGetInvoiceProfileRequestT = Model::BatchGetInvoiceProfileRequest>
Model::BatchGetInvoiceProfileOutcomeCallable BatchGetInvoiceProfileCallable (const BatchGetInvoiceProfileRequestT &request) const
 
template<typename BatchGetInvoiceProfileRequestT = Model::BatchGetInvoiceProfileRequest>
void BatchGetInvoiceProfileAsync (const BatchGetInvoiceProfileRequestT &request, const BatchGetInvoiceProfileResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename CreateInvoiceUnitRequestT = Model::CreateInvoiceUnitRequest>
Model::CreateInvoiceUnitOutcomeCallable CreateInvoiceUnitCallable (const CreateInvoiceUnitRequestT &request) const
 
template<typename CreateInvoiceUnitRequestT = Model::CreateInvoiceUnitRequest>
void CreateInvoiceUnitAsync (const CreateInvoiceUnitRequestT &request, const CreateInvoiceUnitResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename DeleteInvoiceUnitRequestT = Model::DeleteInvoiceUnitRequest>
Model::DeleteInvoiceUnitOutcomeCallable DeleteInvoiceUnitCallable (const DeleteInvoiceUnitRequestT &request) const
 
template<typename DeleteInvoiceUnitRequestT = Model::DeleteInvoiceUnitRequest>
void DeleteInvoiceUnitAsync (const DeleteInvoiceUnitRequestT &request, const DeleteInvoiceUnitResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename GetInvoiceUnitRequestT = Model::GetInvoiceUnitRequest>
Model::GetInvoiceUnitOutcomeCallable GetInvoiceUnitCallable (const GetInvoiceUnitRequestT &request) const
 
template<typename GetInvoiceUnitRequestT = Model::GetInvoiceUnitRequest>
void GetInvoiceUnitAsync (const GetInvoiceUnitRequestT &request, const GetInvoiceUnitResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListInvoiceSummariesRequestT = Model::ListInvoiceSummariesRequest>
Model::ListInvoiceSummariesOutcomeCallable ListInvoiceSummariesCallable (const ListInvoiceSummariesRequestT &request) const
 
template<typename ListInvoiceSummariesRequestT = Model::ListInvoiceSummariesRequest>
void ListInvoiceSummariesAsync (const ListInvoiceSummariesRequestT &request, const ListInvoiceSummariesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename ListInvoiceUnitsRequestT = Model::ListInvoiceUnitsRequest>
Model::ListInvoiceUnitsOutcomeCallable ListInvoiceUnitsCallable (const ListInvoiceUnitsRequestT &request={}) const
 
template<typename ListInvoiceUnitsRequestT = Model::ListInvoiceUnitsRequest>
void ListInvoiceUnitsAsync (const ListInvoiceUnitsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListInvoiceUnitsRequestT &request={}) const
 
 
template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable (const ListTagsForResourceRequestT &request) const
 
template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
void ListTagsForResourceAsync (const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename TagResourceRequestT = Model::TagResourceRequest>
Model::TagResourceOutcomeCallable TagResourceCallable (const TagResourceRequestT &request) const
 
template<typename TagResourceRequestT = Model::TagResourceRequest>
void TagResourceAsync (const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UntagResourceRequestT = Model::UntagResourceRequest>
Model::UntagResourceOutcomeCallable UntagResourceCallable (const UntagResourceRequestT &request) const
 
template<typename UntagResourceRequestT = Model::UntagResourceRequest>
void UntagResourceAsync (const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
 
template<typename UpdateInvoiceUnitRequestT = Model::UpdateInvoiceUnitRequest>
Model::UpdateInvoiceUnitOutcomeCallable UpdateInvoiceUnitCallable (const UpdateInvoiceUnitRequestT &request) const
 
template<typename UpdateInvoiceUnitRequestT = Model::UpdateInvoiceUnitRequest>
void UpdateInvoiceUnitAsync (const UpdateInvoiceUnitRequestT &request, const UpdateInvoiceUnitResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
void OverrideEndpoint (const Aws::String &endpoint)
 
 

Public Member Functions inherited from Aws::Client::AWSJsonClient

 AWSJsonClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Client::AWSAuthSigner > &signer, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
 AWSJsonClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Auth::AWSAuthSignerProvider > &signerProvider, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
virtual ~AWSJsonClient ()=default
 

Public Member Functions inherited from Aws::Client::AWSClient

 AWSClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Client::AWSAuthSigner > &signer, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
 AWSClient (const Aws::Client::ClientConfiguration &configuration, const std::shared_ptr< Aws::Auth::AWSAuthSignerProvider > &signerProvider, const std::shared_ptr< AWSErrorMarshaller > &errorMarshaller)
 
virtual ~AWSClient ()
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const char *signerName, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const char *signerName, const Aws::Http::HeaderValueCollection &customizedHeaders, long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::Endpoint::AWSEndpoint &endpoint, Aws::Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const Aws::Http::HeaderValueCollection &customizedHeaders={}, uint64_t expirationInSeconds=0, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={})
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const char *signerName, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const char *serviceName, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
Aws::String GeneratePresignedUrl (const Aws::AmazonWebServiceRequest &request, const Aws::Http::URI &uri, Aws::Http::HttpMethod method, const char *region, const Aws::Http::QueryStringParameterCollection &extraParams=Aws::Http::QueryStringParameterCollection(), long long expirationInSeconds=0, const std::shared_ptr< Aws::Http::ServiceSpecificParameters > serviceSpecificParameter={}) const
 
const std::shared_ptr< Aws::Http::HttpClient > & GetHttpClient () const
 
 
 
virtual const char * GetServiceClientName () const
 
virtual void SetServiceClientName (const Aws::String &name)
 
void AppendToUserAgent (const Aws::String &valueToAppend)
 
 
 
 
 
void SubmitAsync (OperationFuncT operationFunc, const RequestT &request, const HandlerT &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
void SubmitAsync (OperationFuncT operationFunc, RequestT &request, const HandlerT &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
void SubmitAsync (OperationFuncT operationFunc, const HandlerT &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
 
auto SubmitCallable (OperationFuncT operationFunc, const RequestT &request) const -> std::future< decltype((static_cast< const AwsServiceClientT * >(nullptr) -> *operationFunc)(request))>
 
auto SubmitCallable (OperationFuncT operationFunc, RequestT &request) const -> std::future< decltype((static_cast< const AwsServiceClientT * >(nullptr) -> *operationFunc)(request))>
 
auto SubmitCallable (OperationFuncT operationFunc) const -> std::future< decltype((static_cast< const AwsServiceClientT * >(nullptr) -> *operationFunc)())>
 

Static Public Member Functions

static const char * GetServiceName ()
 
static const char * GetAllocationTag ()
 

Static Public Member Functions inherited from Aws::Client::ClientWithAsyncTemplateMethods< InvoicingClient >

static void ShutdownSdkClient (void *pThis, int64_t timeoutMs=-1)
 

Friends

 

Additional Inherited Members

Protected Member Functions inherited from Aws::Client::AWSJsonClient

virtual AWSError< CoreErrorsBuildAWSError (const std::shared_ptr< Aws::Http::HttpResponse > &response) const override
 
JsonOutcome MakeRequest (const Aws::AmazonWebServiceRequest &request, const Aws::Endpoint::AWSEndpoint &endpoint, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
JsonOutcome MakeRequest (const Aws::Endpoint::AWSEndpoint &endpoint, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
JsonOutcome MakeRequest (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
JsonOutcome MakeRequest (const Aws::Http::URI &uri, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
JsonOutcome MakeEventStreamRequest (std::shared_ptr< Aws::Http::HttpRequest > &request) const
 

Protected Member Functions inherited from Aws::Client::AWSClient

HttpResponseOutcome AttemptExhaustively (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod httpMethod, const char *signerName, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
HttpResponseOutcome AttemptExhaustively (const Aws::Http::URI &uri, Http::HttpMethod httpMethod, const char *signerName, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
HttpResponseOutcome AttemptOneRequest (const std::shared_ptr< Http::HttpRequest > &httpRequest, const Aws::AmazonWebServiceRequest &request, const char *signerName, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
HttpResponseOutcome AttemptOneRequest (const std::shared_ptr< Http::HttpRequest > &httpRequest, const char *signerName, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::Http::URI &uri, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *requestName="", const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
StreamOutcome MakeRequestWithUnparsedResponse (const Aws::AmazonWebServiceRequest &request, const Aws::Endpoint::AWSEndpoint &endpoint, Http::HttpMethod method=Http::HttpMethod::HTTP_POST, const char *signerName=Aws::Auth::SIGV4_SIGNER, const char *signerRegionOverride=nullptr, const char *signerServiceNameOverride=nullptr) const
 
virtual void BuildHttpRequest (const Aws::AmazonWebServiceRequest &request, const std::shared_ptr< Aws::Http::HttpRequest > &httpRequest) const
 
virtual void AddContentLengthToRequest (const std::shared_ptr< Aws::Http::HttpRequest > &httpRequest, const std::shared_ptr< Aws::IOStream > &body, bool isChunked) const
 
const std::shared_ptr< AWSErrorMarshaller > & GetErrorMarshaller () const
 
Aws::Client::AWSAuthSignerGetSignerByName (const char *name) const
 
 
std::shared_ptr< Aws::Http::HttpRequestBuildAndSignHttpRequest (const Aws::Http::URI &uri, const Aws::AmazonWebServiceRequest &request, Http::HttpMethod method, const char *signerName) const
 
std::shared_ptr< Aws::Http::HttpResponseMakeHttpRequest (std::shared_ptr< Aws::Http::HttpRequest > &request) const
 

Static Protected Member Functions inherited from Aws::Client::AWSClient

static void AppendRecursionDetectionHeader (std::shared_ptr< Aws::Http::HttpRequest > ioRequest)
 
 
static bool DoesResponseGenerateError (const std::shared_ptr< Aws::Http::HttpResponse > &response)
 

Protected Attributes inherited from Aws::Client::AWSClient

 
 
 
std::atomic< bool > m_isInitialized
 
std::atomic< size_t > m_operationsProcessed
 
std::condition_variable m_shutdownSignal
 
std::mutex m_shutdownMutex
 

Detailed Description

Amazon Web Services Invoice Configuration

You can use Amazon Web Services Invoice Configuration APIs to programmatically create, update, delete, get, and list invoice units. You can also programmatically fetch the information of the invoice receiver. For example, business legal name, address, and invoicing contacts.

You can use Amazon Web Services Invoice Configuration to receive separate Amazon Web Services invoices based your organizational needs. By using Amazon Web Services Invoice Configuration, you can configure invoice units that are groups of Amazon Web Services accounts that represent your business entities, and receive separate invoices for each business entity. You can also assign a unique member or payer account as the invoice receiver for each invoice unit. As you create new accounts within your Organizations using Amazon Web Services Invoice Configuration APIs, you can automate the creation of new invoice units and subsequently automate the addition of new accounts to your invoice units.

Service endpoint

You can use the following endpoints for Amazon Web Services Invoice Configuration:

Definition at line 37 of file InvoicingClient.h.

Member Typedef Documentation

◆ BASECLASS

Definition at line 40 of file InvoicingClient.h.

◆ ClientConfigurationType

Definition at line 44 of file InvoicingClient.h.

◆ EndpointProviderType

Definition at line 45 of file InvoicingClient.h.

Constructor & Destructor Documentation

◆ InvoicingClient() [1/6]

Aws::Invoicing::InvoicingClient::InvoicingClient ( const Aws::Invoicing::InvoicingClientConfiguration clientConfiguration = Aws::Invoicing::InvoicingClientConfiguration(),
std::shared_ptr< InvoicingEndpointProviderBase endpointProvider = nullptr 
)

Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ InvoicingClient() [2/6]

Aws::Invoicing::InvoicingClient::InvoicingClient ( const Aws::Auth::AWSCredentials credentials,
std::shared_ptr< InvoicingEndpointProviderBase endpointProvider = nullptr,
const Aws::Invoicing::InvoicingClientConfiguration clientConfiguration = Aws::Invoicing::InvoicingClientConfiguration() 
)

Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ InvoicingClient() [3/6]

Aws::Invoicing::InvoicingClient::InvoicingClient ( const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &  credentialsProvider,
std::shared_ptr< InvoicingEndpointProviderBase endpointProvider = nullptr,
const Aws::Invoicing::InvoicingClientConfiguration clientConfiguration = Aws::Invoicing::InvoicingClientConfiguration() 
)

Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used

◆ InvoicingClient() [4/6]

Aws::Invoicing::InvoicingClient::InvoicingClient ( const Aws::Client::ClientConfiguration clientConfiguration)

Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ InvoicingClient() [5/6]

Aws::Invoicing::InvoicingClient::InvoicingClient ( const Aws::Auth::AWSCredentials credentials,
const Aws::Client::ClientConfiguration clientConfiguration 
)

Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.

◆ InvoicingClient() [6/6]

Aws::Invoicing::InvoicingClient::InvoicingClient ( const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &  credentialsProvider,
const Aws::Client::ClientConfiguration clientConfiguration 
)

Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used

◆ ~InvoicingClient()

virtual Aws::Invoicing::InvoicingClient::~InvoicingClient ( )
virtual

Member Function Documentation

◆ accessEndpointProvider()

std::shared_ptr< InvoicingEndpointProviderBase > & Aws::Invoicing::InvoicingClient::accessEndpointProvider ( )

◆ BatchGetInvoiceProfile()

virtual Model::BatchGetInvoiceProfileOutcome Aws::Invoicing::InvoicingClient::BatchGetInvoiceProfile ( const Model::BatchGetInvoiceProfileRequest request) const
virtual

This gets the invoice profile associated with a set of accounts. The accounts must be linked accounts under the requester management account organization.

See Also:

AWS API Reference

◆ BatchGetInvoiceProfileAsync()

template<typename BatchGetInvoiceProfileRequestT = Model::BatchGetInvoiceProfileRequest>
void Aws::Invoicing::InvoicingClient::BatchGetInvoiceProfileAsync ( const BatchGetInvoiceProfileRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for BatchGetInvoiceProfile that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 117 of file InvoicingClient.h.

◆ BatchGetInvoiceProfileCallable()

template<typename BatchGetInvoiceProfileRequestT = Model::BatchGetInvoiceProfileRequest>
Model::BatchGetInvoiceProfileOutcomeCallable Aws::Invoicing::InvoicingClient::BatchGetInvoiceProfileCallable ( const BatchGetInvoiceProfileRequestT &  request) const
inline

A Callable wrapper for BatchGetInvoiceProfile that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 108 of file InvoicingClient.h.

◆ CreateInvoiceUnit()

virtual Model::CreateInvoiceUnitOutcome Aws::Invoicing::InvoicingClient::CreateInvoiceUnit ( const Model::CreateInvoiceUnitRequest request) const
virtual

This creates a new invoice unit with the provided definition.

See Also:

AWS API Reference

◆ CreateInvoiceUnitAsync()

template<typename CreateInvoiceUnitRequestT = Model::CreateInvoiceUnitRequest>
void Aws::Invoicing::InvoicingClient::CreateInvoiceUnitAsync ( const CreateInvoiceUnitRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for CreateInvoiceUnit that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 143 of file InvoicingClient.h.

◆ CreateInvoiceUnitCallable()

template<typename CreateInvoiceUnitRequestT = Model::CreateInvoiceUnitRequest>
Model::CreateInvoiceUnitOutcomeCallable Aws::Invoicing::InvoicingClient::CreateInvoiceUnitCallable ( const CreateInvoiceUnitRequestT &  request) const
inline

A Callable wrapper for CreateInvoiceUnit that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 134 of file InvoicingClient.h.

◆ DeleteInvoiceUnit()

virtual Model::DeleteInvoiceUnitOutcome Aws::Invoicing::InvoicingClient::DeleteInvoiceUnit ( const Model::DeleteInvoiceUnitRequest request) const
virtual

This deletes an invoice unit with the provided invoice unit ARN.

See Also:

AWS API Reference

◆ DeleteInvoiceUnitAsync()

template<typename DeleteInvoiceUnitRequestT = Model::DeleteInvoiceUnitRequest>
void Aws::Invoicing::InvoicingClient::DeleteInvoiceUnitAsync ( const DeleteInvoiceUnitRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for DeleteInvoiceUnit that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 169 of file InvoicingClient.h.

◆ DeleteInvoiceUnitCallable()

template<typename DeleteInvoiceUnitRequestT = Model::DeleteInvoiceUnitRequest>
Model::DeleteInvoiceUnitOutcomeCallable Aws::Invoicing::InvoicingClient::DeleteInvoiceUnitCallable ( const DeleteInvoiceUnitRequestT &  request) const
inline

A Callable wrapper for DeleteInvoiceUnit that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 160 of file InvoicingClient.h.

◆ GetAllocationTag()

static const char * Aws::Invoicing::InvoicingClient::GetAllocationTag ( )
static

◆ GetInvoiceUnit()

virtual Model::GetInvoiceUnitOutcome Aws::Invoicing::InvoicingClient::GetInvoiceUnit ( const Model::GetInvoiceUnitRequest request) const
virtual

This retrieves the invoice unit definition.

See Also:

AWS API Reference

◆ GetInvoiceUnitAsync()

template<typename GetInvoiceUnitRequestT = Model::GetInvoiceUnitRequest>
void Aws::Invoicing::InvoicingClient::GetInvoiceUnitAsync ( const GetInvoiceUnitRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for GetInvoiceUnit that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 194 of file InvoicingClient.h.

◆ GetInvoiceUnitCallable()

template<typename GetInvoiceUnitRequestT = Model::GetInvoiceUnitRequest>
Model::GetInvoiceUnitOutcomeCallable Aws::Invoicing::InvoicingClient::GetInvoiceUnitCallable ( const GetInvoiceUnitRequestT &  request) const
inline

A Callable wrapper for GetInvoiceUnit that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 185 of file InvoicingClient.h.

◆ GetServiceName()

static const char * Aws::Invoicing::InvoicingClient::GetServiceName ( )
static

◆ ListInvoiceSummaries()

virtual Model::ListInvoiceSummariesOutcome Aws::Invoicing::InvoicingClient::ListInvoiceSummaries ( const Model::ListInvoiceSummariesRequest request) const
virtual

Retrieves your invoice details programmatically, without line item details.

See Also:

AWS API Reference

◆ ListInvoiceSummariesAsync()

template<typename ListInvoiceSummariesRequestT = Model::ListInvoiceSummariesRequest>
void Aws::Invoicing::InvoicingClient::ListInvoiceSummariesAsync ( const ListInvoiceSummariesRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListInvoiceSummaries that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 220 of file InvoicingClient.h.

◆ ListInvoiceSummariesCallable()

template<typename ListInvoiceSummariesRequestT = Model::ListInvoiceSummariesRequest>
Model::ListInvoiceSummariesOutcomeCallable Aws::Invoicing::InvoicingClient::ListInvoiceSummariesCallable ( const ListInvoiceSummariesRequestT &  request) const
inline

A Callable wrapper for ListInvoiceSummaries that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 211 of file InvoicingClient.h.

◆ ListInvoiceUnits()

virtual Model::ListInvoiceUnitsOutcome Aws::Invoicing::InvoicingClient::ListInvoiceUnits ( const Model::ListInvoiceUnitsRequest request = {}) const
virtual

This fetches a list of all invoice unit definitions for a given account, as of the provided AsOf date.

See Also:

AWS API Reference

◆ ListInvoiceUnitsAsync()

template<typename ListInvoiceUnitsRequestT = Model::ListInvoiceUnitsRequest>
void Aws::Invoicing::InvoicingClient::ListInvoiceUnitsAsync ( const ListInvoiceUnitsResponseReceivedHandler handler,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr,
const ListInvoiceUnitsRequestT &  request = {} 
) const
inline

An Async wrapper for ListInvoiceUnits that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 246 of file InvoicingClient.h.

◆ ListInvoiceUnitsCallable()

template<typename ListInvoiceUnitsRequestT = Model::ListInvoiceUnitsRequest>
Model::ListInvoiceUnitsOutcomeCallable Aws::Invoicing::InvoicingClient::ListInvoiceUnitsCallable ( const ListInvoiceUnitsRequestT &  request = {}) const
inline

A Callable wrapper for ListInvoiceUnits that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 237 of file InvoicingClient.h.

◆ ListTagsForResource()

virtual Model::ListTagsForResourceOutcome Aws::Invoicing::InvoicingClient::ListTagsForResource ( const Model::ListTagsForResourceRequest request) const
virtual

Lists the tags for a resource.

See Also:

AWS API Reference

◆ ListTagsForResourceAsync()

template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
void Aws::Invoicing::InvoicingClient::ListTagsForResourceAsync ( const ListTagsForResourceRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for ListTagsForResource that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 271 of file InvoicingClient.h.

◆ ListTagsForResourceCallable()

template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
Model::ListTagsForResourceOutcomeCallable Aws::Invoicing::InvoicingClient::ListTagsForResourceCallable ( const ListTagsForResourceRequestT &  request) const
inline

A Callable wrapper for ListTagsForResource that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 262 of file InvoicingClient.h.

◆ OverrideEndpoint()

void Aws::Invoicing::InvoicingClient::OverrideEndpoint ( const Aws::String endpoint)

◆ TagResource()

virtual Model::TagResourceOutcome Aws::Invoicing::InvoicingClient::TagResource ( const Model::TagResourceRequest request) const
virtual

Adds a tag to a resource.

See Also:

AWS API Reference

◆ TagResourceAsync()

template<typename TagResourceRequestT = Model::TagResourceRequest>
void Aws::Invoicing::InvoicingClient::TagResourceAsync ( const TagResourceRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for TagResource that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 296 of file InvoicingClient.h.

◆ TagResourceCallable()

template<typename TagResourceRequestT = Model::TagResourceRequest>
Model::TagResourceOutcomeCallable Aws::Invoicing::InvoicingClient::TagResourceCallable ( const TagResourceRequestT &  request) const
inline

A Callable wrapper for TagResource that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 287 of file InvoicingClient.h.

◆ UntagResource()

virtual Model::UntagResourceOutcome Aws::Invoicing::InvoicingClient::UntagResource ( const Model::UntagResourceRequest request) const
virtual

Removes a tag from a resource.

See Also:

AWS API Reference

◆ UntagResourceAsync()

template<typename UntagResourceRequestT = Model::UntagResourceRequest>
void Aws::Invoicing::InvoicingClient::UntagResourceAsync ( const UntagResourceRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UntagResource that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 321 of file InvoicingClient.h.

◆ UntagResourceCallable()

template<typename UntagResourceRequestT = Model::UntagResourceRequest>
Model::UntagResourceOutcomeCallable Aws::Invoicing::InvoicingClient::UntagResourceCallable ( const UntagResourceRequestT &  request) const
inline

A Callable wrapper for UntagResource that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 312 of file InvoicingClient.h.

◆ UpdateInvoiceUnit()

virtual Model::UpdateInvoiceUnitOutcome Aws::Invoicing::InvoicingClient::UpdateInvoiceUnit ( const Model::UpdateInvoiceUnitRequest request) const
virtual

You can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month.

See Also:

AWS API Reference

◆ UpdateInvoiceUnitAsync()

template<typename UpdateInvoiceUnitRequestT = Model::UpdateInvoiceUnitRequest>
void Aws::Invoicing::InvoicingClient::UpdateInvoiceUnitAsync ( const UpdateInvoiceUnitRequestT &  request,
const std::shared_ptr< const Aws::Client::AsyncCallerContext > &  context = nullptr 
) const
inline

An Async wrapper for UpdateInvoiceUnit that queues the request into a thread executor and triggers associated callback when operation has finished.

Definition at line 348 of file InvoicingClient.h.

◆ UpdateInvoiceUnitCallable()

template<typename UpdateInvoiceUnitRequestT = Model::UpdateInvoiceUnitRequest>
Model::UpdateInvoiceUnitOutcomeCallable Aws::Invoicing::InvoicingClient::UpdateInvoiceUnitCallable ( const UpdateInvoiceUnitRequestT &  request) const
inline

A Callable wrapper for UpdateInvoiceUnit that returns a future to the operation so that it can be executed in parallel to other requests.

Definition at line 339 of file InvoicingClient.h.

Friends And Related Symbol Documentation

◆ Aws::Client::ClientWithAsyncTemplateMethods< InvoicingClient >

Definition at line 355 of file InvoicingClient.h.


The documentation for this class was generated from the following file: