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