Uses of Interface
software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme.ServerlessApplicationRepositoryAuthSchemeProvider
-
Packages that use ServerlessApplicationRepositoryAuthSchemeProvider Package Description software.amazon.awssdk.services.serverlessapplicationrepository The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy serverless applications in the AWS Cloud.software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme.internal software.amazon.awssdk.services.serverlessapplicationrepository.internal -
-
Uses of ServerlessApplicationRepositoryAuthSchemeProvider in software.amazon.awssdk.services.serverlessapplicationrepository
Methods in software.amazon.awssdk.services.serverlessapplicationrepository that return ServerlessApplicationRepositoryAuthSchemeProvider Modifier and Type Method Description ServerlessApplicationRepositoryAuthSchemeProviderServerlessApplicationRepositoryServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerServerlessApplicationRepositoryAuthSchemeProviderServerlessApplicationRepositoryServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.serverlessapplicationrepository with parameters of type ServerlessApplicationRepositoryAuthSchemeProvider Modifier and Type Method Description default BServerlessApplicationRepositoryBaseClientBuilder. authSchemeProvider(ServerlessApplicationRepositoryAuthSchemeProvider authSchemeProvider)Set theServerlessApplicationRepositoryAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.ServerlessApplicationRepositoryServiceClientConfiguration.BuilderServerlessApplicationRepositoryServiceClientConfiguration.Builder. authSchemeProvider(ServerlessApplicationRepositoryAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of ServerlessApplicationRepositoryAuthSchemeProvider in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme
Methods in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme that return ServerlessApplicationRepositoryAuthSchemeProvider Modifier and Type Method Description static ServerlessApplicationRepositoryAuthSchemeProviderServerlessApplicationRepositoryAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of ServerlessApplicationRepositoryAuthSchemeProvider in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme.internal
Classes in software.amazon.awssdk.services.serverlessapplicationrepository.auth.scheme.internal that implement ServerlessApplicationRepositoryAuthSchemeProvider Modifier and Type Class Description classDefaultServerlessApplicationRepositoryAuthSchemeProvider -
Uses of ServerlessApplicationRepositoryAuthSchemeProvider in software.amazon.awssdk.services.serverlessapplicationrepository.internal
Methods in software.amazon.awssdk.services.serverlessapplicationrepository.internal that return ServerlessApplicationRepositoryAuthSchemeProvider Modifier and Type Method Description ServerlessApplicationRepositoryAuthSchemeProviderServerlessApplicationRepositoryServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.serverlessapplicationrepository.internal with parameters of type ServerlessApplicationRepositoryAuthSchemeProvider Modifier and Type Method Description ServerlessApplicationRepositoryServiceClientConfiguration.BuilderServerlessApplicationRepositoryServiceClientConfigurationBuilder. authSchemeProvider(ServerlessApplicationRepositoryAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-