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