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