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