Uses of Interface
software.amazon.awssdk.services.invoicing.model.BatchGetInvoiceProfileRequest.Builder
-
Packages that use BatchGetInvoiceProfileRequest.Builder Package Description software.amazon.awssdk.services.invoicing Amazon Web Services Invoice Configurationsoftware.amazon.awssdk.services.invoicing.model -
-
Uses of BatchGetInvoiceProfileRequest.Builder in software.amazon.awssdk.services.invoicing
Method parameters in software.amazon.awssdk.services.invoicing with type arguments of type BatchGetInvoiceProfileRequest.Builder 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 BatchGetInvoiceProfileResponseInvoicingClient. batchGetInvoiceProfile(Consumer<BatchGetInvoiceProfileRequest.Builder> batchGetInvoiceProfileRequest)This gets the invoice profile associated with a set of accounts. -
Uses of BatchGetInvoiceProfileRequest.Builder in software.amazon.awssdk.services.invoicing.model
Methods in software.amazon.awssdk.services.invoicing.model that return BatchGetInvoiceProfileRequest.Builder Modifier and Type Method Description BatchGetInvoiceProfileRequest.BuilderBatchGetInvoiceProfileRequest.Builder. accountIds(String... accountIds)Retrieves the corresponding invoice profile data for these account IDs.BatchGetInvoiceProfileRequest.BuilderBatchGetInvoiceProfileRequest.Builder. accountIds(Collection<String> accountIds)Retrieves the corresponding invoice profile data for these account IDs.static BatchGetInvoiceProfileRequest.BuilderBatchGetInvoiceProfileRequest. builder()BatchGetInvoiceProfileRequest.BuilderBatchGetInvoiceProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetInvoiceProfileRequest.BuilderBatchGetInvoiceProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetInvoiceProfileRequest.BuilderBatchGetInvoiceProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.invoicing.model that return types with arguments of type BatchGetInvoiceProfileRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetInvoiceProfileRequest.Builder>BatchGetInvoiceProfileRequest. serializableBuilderClass()
-