Uses of Interface
software.amazon.awssdk.services.securityhub.auth.scheme.SecurityHubAuthSchemeParams
-
Packages that use SecurityHubAuthSchemeParams Package Description software.amazon.awssdk.services.securityhub.auth.scheme software.amazon.awssdk.services.securityhub.auth.scheme.internal -
-
Uses of SecurityHubAuthSchemeParams in software.amazon.awssdk.services.securityhub.auth.scheme
Methods in software.amazon.awssdk.services.securityhub.auth.scheme that return SecurityHubAuthSchemeParams Modifier and Type Method Description SecurityHubAuthSchemeParamsSecurityHubAuthSchemeParams.Builder. build()Returns aSecurityHubAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.securityhub.auth.scheme with parameters of type SecurityHubAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>SecurityHubAuthSchemeProvider. resolveAuthScheme(SecurityHubAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of SecurityHubAuthSchemeParams in software.amazon.awssdk.services.securityhub.auth.scheme.internal
Classes in software.amazon.awssdk.services.securityhub.auth.scheme.internal that implement SecurityHubAuthSchemeParams Modifier and Type Class Description classDefaultSecurityHubAuthSchemeParamsMethods in software.amazon.awssdk.services.securityhub.auth.scheme.internal with parameters of type SecurityHubAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultSecurityHubAuthSchemeProvider. resolveAuthScheme(SecurityHubAuthSchemeParams params)
-