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