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