Uses of Interface
software.amazon.awssdk.services.vpclattice.auth.scheme.VpcLatticeAuthSchemeProvider
-
Packages that use VpcLatticeAuthSchemeProvider Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.auth.scheme software.amazon.awssdk.services.vpclattice.auth.scheme.internal software.amazon.awssdk.services.vpclattice.internal -
-
Uses of VpcLatticeAuthSchemeProvider in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return VpcLatticeAuthSchemeProvider Modifier and Type Method Description VpcLatticeAuthSchemeProviderVpcLatticeServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerVpcLatticeAuthSchemeProviderVpcLatticeServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.vpclattice with parameters of type VpcLatticeAuthSchemeProvider Modifier and Type Method Description default BVpcLatticeBaseClientBuilder. authSchemeProvider(VpcLatticeAuthSchemeProvider authSchemeProvider)Set theVpcLatticeAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.VpcLatticeServiceClientConfiguration.BuilderVpcLatticeServiceClientConfiguration.Builder. authSchemeProvider(VpcLatticeAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of VpcLatticeAuthSchemeProvider in software.amazon.awssdk.services.vpclattice.auth.scheme
Methods in software.amazon.awssdk.services.vpclattice.auth.scheme that return VpcLatticeAuthSchemeProvider Modifier and Type Method Description static VpcLatticeAuthSchemeProviderVpcLatticeAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of VpcLatticeAuthSchemeProvider in software.amazon.awssdk.services.vpclattice.auth.scheme.internal
Classes in software.amazon.awssdk.services.vpclattice.auth.scheme.internal that implement VpcLatticeAuthSchemeProvider Modifier and Type Class Description classDefaultVpcLatticeAuthSchemeProvider -
Uses of VpcLatticeAuthSchemeProvider in software.amazon.awssdk.services.vpclattice.internal
Methods in software.amazon.awssdk.services.vpclattice.internal that return VpcLatticeAuthSchemeProvider Modifier and Type Method Description VpcLatticeAuthSchemeProviderVpcLatticeServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.vpclattice.internal with parameters of type VpcLatticeAuthSchemeProvider Modifier and Type Method Description VpcLatticeServiceClientConfiguration.BuilderVpcLatticeServiceClientConfigurationBuilder. authSchemeProvider(VpcLatticeAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-