Uses of Interface
software.amazon.awssdk.services.billing.auth.scheme.BillingAuthSchemeParams
-
Packages that use BillingAuthSchemeParams Package Description software.amazon.awssdk.services.billing.auth.scheme software.amazon.awssdk.services.billing.auth.scheme.internal -
-
Uses of BillingAuthSchemeParams in software.amazon.awssdk.services.billing.auth.scheme
Methods in software.amazon.awssdk.services.billing.auth.scheme that return BillingAuthSchemeParams Modifier and Type Method Description BillingAuthSchemeParamsBillingAuthSchemeParams.Builder. build()Returns aBillingAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.billing.auth.scheme with parameters of type BillingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>BillingAuthSchemeProvider. resolveAuthScheme(BillingAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of BillingAuthSchemeParams in software.amazon.awssdk.services.billing.auth.scheme.internal
Classes in software.amazon.awssdk.services.billing.auth.scheme.internal that implement BillingAuthSchemeParams Modifier and Type Class Description classDefaultBillingAuthSchemeParamsMethods in software.amazon.awssdk.services.billing.auth.scheme.internal with parameters of type BillingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultBillingAuthSchemeProvider. resolveAuthScheme(BillingAuthSchemeParams params)
-