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