Uses of Interface
software.amazon.awssdk.services.invoicing.auth.scheme.InvoicingAuthSchemeParams.Builder
-
Packages that use InvoicingAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.invoicing.auth.scheme software.amazon.awssdk.services.invoicing.auth.scheme.internal -
-
Uses of InvoicingAuthSchemeParams.Builder in software.amazon.awssdk.services.invoicing.auth.scheme
Methods in software.amazon.awssdk.services.invoicing.auth.scheme that return InvoicingAuthSchemeParams.Builder Modifier and Type Method Description static InvoicingAuthSchemeParams.BuilderInvoicingAuthSchemeParams. builder()Get a new builder for creating aInvoicingAuthSchemeParams.InvoicingAuthSchemeParams.BuilderInvoicingAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.InvoicingAuthSchemeParams.BuilderInvoicingAuthSchemeParams.Builder. region(Region region)Set the region.InvoicingAuthSchemeParams.BuilderInvoicingAuthSchemeParams. toBuilder()Returns aInvoicingAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.invoicing.auth.scheme with type arguments of type InvoicingAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>InvoicingAuthSchemeProvider. resolveAuthScheme(Consumer<InvoicingAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of InvoicingAuthSchemeParams.Builder in software.amazon.awssdk.services.invoicing.auth.scheme.internal
Methods in software.amazon.awssdk.services.invoicing.auth.scheme.internal that return InvoicingAuthSchemeParams.Builder Modifier and Type Method Description static InvoicingAuthSchemeParams.BuilderDefaultInvoicingAuthSchemeParams. builder()InvoicingAuthSchemeParams.BuilderDefaultInvoicingAuthSchemeParams. toBuilder()
-