Uses of Interface
software.amazon.awssdk.services.guardduty.auth.scheme.GuardDutyAuthSchemeProvider
-
Packages that use GuardDutyAuthSchemeProvider Package Description software.amazon.awssdk.services.guardduty Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.software.amazon.awssdk.services.guardduty.auth.scheme software.amazon.awssdk.services.guardduty.auth.scheme.internal software.amazon.awssdk.services.guardduty.internal -
-
Uses of GuardDutyAuthSchemeProvider in software.amazon.awssdk.services.guardduty
Methods in software.amazon.awssdk.services.guardduty that return GuardDutyAuthSchemeProvider Modifier and Type Method Description GuardDutyAuthSchemeProviderGuardDutyServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerGuardDutyAuthSchemeProviderGuardDutyServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.guardduty with parameters of type GuardDutyAuthSchemeProvider Modifier and Type Method Description default BGuardDutyBaseClientBuilder. authSchemeProvider(GuardDutyAuthSchemeProvider authSchemeProvider)Set theGuardDutyAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.GuardDutyServiceClientConfiguration.BuilderGuardDutyServiceClientConfiguration.Builder. authSchemeProvider(GuardDutyAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of GuardDutyAuthSchemeProvider in software.amazon.awssdk.services.guardduty.auth.scheme
Methods in software.amazon.awssdk.services.guardduty.auth.scheme that return GuardDutyAuthSchemeProvider Modifier and Type Method Description static GuardDutyAuthSchemeProviderGuardDutyAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of GuardDutyAuthSchemeProvider in software.amazon.awssdk.services.guardduty.auth.scheme.internal
Classes in software.amazon.awssdk.services.guardduty.auth.scheme.internal that implement GuardDutyAuthSchemeProvider Modifier and Type Class Description classDefaultGuardDutyAuthSchemeProvider -
Uses of GuardDutyAuthSchemeProvider in software.amazon.awssdk.services.guardduty.internal
Methods in software.amazon.awssdk.services.guardduty.internal that return GuardDutyAuthSchemeProvider Modifier and Type Method Description GuardDutyAuthSchemeProviderGuardDutyServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.guardduty.internal with parameters of type GuardDutyAuthSchemeProvider Modifier and Type Method Description GuardDutyServiceClientConfiguration.BuilderGuardDutyServiceClientConfigurationBuilder. authSchemeProvider(GuardDutyAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-