Uses of Class
software.amazon.awssdk.services.invoicing.model.BatchGetInvoiceProfileRequest
-
Packages that use BatchGetInvoiceProfileRequest Package Description software.amazon.awssdk.services.invoicing Amazon Web Services Invoice Configurationsoftware.amazon.awssdk.services.invoicing.transform -
-
Uses of BatchGetInvoiceProfileRequest in software.amazon.awssdk.services.invoicing
Methods in software.amazon.awssdk.services.invoicing with parameters of type BatchGetInvoiceProfileRequest Modifier and Type Method Description default CompletableFuture<BatchGetInvoiceProfileResponse>InvoicingAsyncClient. batchGetInvoiceProfile(BatchGetInvoiceProfileRequest 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. -
Uses of BatchGetInvoiceProfileRequest in software.amazon.awssdk.services.invoicing.transform
Methods in software.amazon.awssdk.services.invoicing.transform with parameters of type BatchGetInvoiceProfileRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetInvoiceProfileRequestMarshaller. marshall(BatchGetInvoiceProfileRequest batchGetInvoiceProfileRequest)
-