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