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