Uses of Class
software.amazon.awssdk.services.invoicing.model.BatchGetInvoiceProfileResponse
-
Packages that use BatchGetInvoiceProfileResponse Package Description software.amazon.awssdk.services.invoicing Amazon Web Services Invoice Configuration -
-
Uses of BatchGetInvoiceProfileResponse in software.amazon.awssdk.services.invoicing
Methods in software.amazon.awssdk.services.invoicing that return BatchGetInvoiceProfileResponse Modifier and Type Method Description default BatchGetInvoiceProfileResponseInvoicingClient. batchGetInvoiceProfile(Consumer<BatchGetInvoiceProfileRequest.Builder> batchGetInvoiceProfileRequest)This gets the invoice profile associated with a set of accounts.default BatchGetInvoiceProfileResponseInvoicingClient. batchGetInvoiceProfile(BatchGetInvoiceProfileRequest batchGetInvoiceProfileRequest)This gets the invoice profile associated with a set of accounts.Methods in software.amazon.awssdk.services.invoicing that return types with arguments of type BatchGetInvoiceProfileResponse Modifier and Type Method Description default CompletableFuture<BatchGetInvoiceProfileResponse>InvoicingAsyncClient. batchGetInvoiceProfile(Consumer<BatchGetInvoiceProfileRequest.Builder> batchGetInvoiceProfileRequest)This gets the invoice profile associated with a set of accounts.default CompletableFuture<BatchGetInvoiceProfileResponse>InvoicingAsyncClient. batchGetInvoiceProfile(BatchGetInvoiceProfileRequest batchGetInvoiceProfileRequest)This gets the invoice profile associated with a set of accounts.
-