Uses of Interface
software.amazon.awssdk.services.detective.auth.scheme.DetectiveAuthSchemeProvider
-
Packages that use DetectiveAuthSchemeProvider Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads.software.amazon.awssdk.services.detective.auth.scheme software.amazon.awssdk.services.detective.auth.scheme.internal software.amazon.awssdk.services.detective.internal -
-
Uses of DetectiveAuthSchemeProvider in software.amazon.awssdk.services.detective
Methods in software.amazon.awssdk.services.detective that return DetectiveAuthSchemeProvider Modifier and Type Method Description DetectiveAuthSchemeProviderDetectiveServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerDetectiveAuthSchemeProviderDetectiveServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.detective with parameters of type DetectiveAuthSchemeProvider Modifier and Type Method Description default BDetectiveBaseClientBuilder. authSchemeProvider(DetectiveAuthSchemeProvider authSchemeProvider)Set theDetectiveAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.DetectiveServiceClientConfiguration.BuilderDetectiveServiceClientConfiguration.Builder. authSchemeProvider(DetectiveAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of DetectiveAuthSchemeProvider in software.amazon.awssdk.services.detective.auth.scheme
Methods in software.amazon.awssdk.services.detective.auth.scheme that return DetectiveAuthSchemeProvider Modifier and Type Method Description static DetectiveAuthSchemeProviderDetectiveAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of DetectiveAuthSchemeProvider in software.amazon.awssdk.services.detective.auth.scheme.internal
Classes in software.amazon.awssdk.services.detective.auth.scheme.internal that implement DetectiveAuthSchemeProvider Modifier and Type Class Description classDefaultDetectiveAuthSchemeProvider -
Uses of DetectiveAuthSchemeProvider in software.amazon.awssdk.services.detective.internal
Methods in software.amazon.awssdk.services.detective.internal that return DetectiveAuthSchemeProvider Modifier and Type Method Description DetectiveAuthSchemeProviderDetectiveServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.detective.internal with parameters of type DetectiveAuthSchemeProvider Modifier and Type Method Description DetectiveServiceClientConfiguration.BuilderDetectiveServiceClientConfigurationBuilder. authSchemeProvider(DetectiveAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-