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