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