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