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