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