Uses of Interface
software.amazon.awssdk.services.invoicing.auth.scheme.InvoicingAuthSchemeProvider
-
Packages that use InvoicingAuthSchemeProvider Package Description software.amazon.awssdk.services.invoicing Amazon Web Services Invoice Configurationsoftware.amazon.awssdk.services.invoicing.auth.scheme software.amazon.awssdk.services.invoicing.auth.scheme.internal software.amazon.awssdk.services.invoicing.internal -
-
Uses of InvoicingAuthSchemeProvider in software.amazon.awssdk.services.invoicing
Methods in software.amazon.awssdk.services.invoicing that return InvoicingAuthSchemeProvider Modifier and Type Method Description InvoicingAuthSchemeProviderInvoicingServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerInvoicingAuthSchemeProviderInvoicingServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.invoicing with parameters of type InvoicingAuthSchemeProvider Modifier and Type Method Description default BInvoicingBaseClientBuilder. authSchemeProvider(InvoicingAuthSchemeProvider authSchemeProvider)Set theInvoicingAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.InvoicingServiceClientConfiguration.BuilderInvoicingServiceClientConfiguration.Builder. authSchemeProvider(InvoicingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of InvoicingAuthSchemeProvider in software.amazon.awssdk.services.invoicing.auth.scheme
Methods in software.amazon.awssdk.services.invoicing.auth.scheme that return InvoicingAuthSchemeProvider Modifier and Type Method Description static InvoicingAuthSchemeProviderInvoicingAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of InvoicingAuthSchemeProvider in software.amazon.awssdk.services.invoicing.auth.scheme.internal
Classes in software.amazon.awssdk.services.invoicing.auth.scheme.internal that implement InvoicingAuthSchemeProvider Modifier and Type Class Description classDefaultInvoicingAuthSchemeProvider -
Uses of InvoicingAuthSchemeProvider in software.amazon.awssdk.services.invoicing.internal
Methods in software.amazon.awssdk.services.invoicing.internal that return InvoicingAuthSchemeProvider Modifier and Type Method Description InvoicingAuthSchemeProviderInvoicingServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.invoicing.internal with parameters of type InvoicingAuthSchemeProvider Modifier and Type Method Description InvoicingServiceClientConfiguration.BuilderInvoicingServiceClientConfigurationBuilder. authSchemeProvider(InvoicingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-