Uses of Interface
software.amazon.awssdk.services.invoicing.InvoicingBaseClientBuilder
-
Packages that use InvoicingBaseClientBuilder Package Description software.amazon.awssdk.services.invoicing Amazon Web Services Invoice Configuration -
-
Uses of InvoicingBaseClientBuilder in software.amazon.awssdk.services.invoicing
Classes in software.amazon.awssdk.services.invoicing with type parameters of type InvoicingBaseClientBuilder Modifier and Type Interface Description interfaceInvoicingBaseClientBuilder<B extends InvoicingBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Invoicing that is supported by bothInvoicingClientBuilderandInvoicingAsyncClientBuilder.Subinterfaces of InvoicingBaseClientBuilder in software.amazon.awssdk.services.invoicing Modifier and Type Interface Description interfaceInvoicingAsyncClientBuilderA builder for creating an instance ofInvoicingAsyncClient.interfaceInvoicingClientBuilderA builder for creating an instance ofInvoicingClient.
-