Uses of Interface
software.amazon.awssdk.services.billing.auth.scheme.BillingAuthSchemeProvider
-
Packages that use BillingAuthSchemeProvider Package Description software.amazon.awssdk.services.billing You can use the Billing API to programatically list the billing views available to you for a given time period.software.amazon.awssdk.services.billing.auth.scheme software.amazon.awssdk.services.billing.auth.scheme.internal software.amazon.awssdk.services.billing.internal -
-
Uses of BillingAuthSchemeProvider in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing that return BillingAuthSchemeProvider Modifier and Type Method Description BillingAuthSchemeProviderBillingServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerBillingAuthSchemeProviderBillingServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.billing with parameters of type BillingAuthSchemeProvider Modifier and Type Method Description default BBillingBaseClientBuilder. authSchemeProvider(BillingAuthSchemeProvider authSchemeProvider)Set theBillingAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.BillingServiceClientConfiguration.BuilderBillingServiceClientConfiguration.Builder. authSchemeProvider(BillingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of BillingAuthSchemeProvider in software.amazon.awssdk.services.billing.auth.scheme
Methods in software.amazon.awssdk.services.billing.auth.scheme that return BillingAuthSchemeProvider Modifier and Type Method Description static BillingAuthSchemeProviderBillingAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of BillingAuthSchemeProvider in software.amazon.awssdk.services.billing.auth.scheme.internal
Classes in software.amazon.awssdk.services.billing.auth.scheme.internal that implement BillingAuthSchemeProvider Modifier and Type Class Description classDefaultBillingAuthSchemeProvider -
Uses of BillingAuthSchemeProvider in software.amazon.awssdk.services.billing.internal
Methods in software.amazon.awssdk.services.billing.internal that return BillingAuthSchemeProvider Modifier and Type Method Description BillingAuthSchemeProviderBillingServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.billing.internal with parameters of type BillingAuthSchemeProvider Modifier and Type Method Description BillingServiceClientConfiguration.BuilderBillingServiceClientConfigurationBuilder. authSchemeProvider(BillingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-