Uses of Interface
software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme.ServerlessApplicationRepositoryAuthSchemeParams
-
-
Uses of ServerlessApplicationRepositoryAuthSchemeParams in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme
Methods in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme that return ServerlessApplicationRepositoryAuthSchemeParams Modifier and Type Method Description ServerlessApplicationRepositoryAuthSchemeParamsServerlessApplicationRepositoryAuthSchemeParams.Builder. build()Returns aServerlessApplicationRepositoryAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme with parameters of type ServerlessApplicationRepositoryAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>ServerlessApplicationRepositoryAuthSchemeProvider. resolveAuthScheme(ServerlessApplicationRepositoryAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of ServerlessApplicationRepositoryAuthSchemeParams in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme.internal
Classes in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme.internal that implement ServerlessApplicationRepositoryAuthSchemeParams Modifier and Type Class Description classDefaultServerlessApplicationRepositoryAuthSchemeParamsMethods in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme.internal with parameters of type ServerlessApplicationRepositoryAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultServerlessApplicationRepositoryAuthSchemeProvider. resolveAuthScheme(ServerlessApplicationRepositoryAuthSchemeParams params)
-