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