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