Uses of Interface
software.amazon.awssdk.services.cloudtrail.auth.scheme.CloudTrailAuthSchemeParams
-
Packages that use CloudTrailAuthSchemeParams Package Description software.amazon.awssdk.services.cloudtrail.auth.scheme software.amazon.awssdk.services.cloudtrail.auth.scheme.internal -
-
Uses of CloudTrailAuthSchemeParams in software.amazon.awssdk.services.cloudtrail.auth.scheme
Methods in software.amazon.awssdk.services.cloudtrail.auth.scheme that return CloudTrailAuthSchemeParams Modifier and Type Method Description CloudTrailAuthSchemeParamsCloudTrailAuthSchemeParams.Builder. build()Returns aCloudTrailAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.cloudtrail.auth.scheme with parameters of type CloudTrailAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>CloudTrailAuthSchemeProvider. resolveAuthScheme(CloudTrailAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of CloudTrailAuthSchemeParams in software.amazon.awssdk.services.cloudtrail.auth.scheme.internal
Classes in software.amazon.awssdk.services.cloudtrail.auth.scheme.internal that implement CloudTrailAuthSchemeParams Modifier and Type Class Description classDefaultCloudTrailAuthSchemeParamsMethods in software.amazon.awssdk.services.cloudtrail.auth.scheme.internal with parameters of type CloudTrailAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultCloudTrailAuthSchemeProvider. resolveAuthScheme(CloudTrailAuthSchemeParams params)
-