Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.auth.scheme.CloudWatchLogsAuthSchemeParams
Packages that use CloudWatchLogsAuthSchemeParams
Package
Description
-
Uses of CloudWatchLogsAuthSchemeParams in software.amazon.awssdk.services.cloudwatchlogs.auth.scheme
Methods in software.amazon.awssdk.services.cloudwatchlogs.auth.scheme that return CloudWatchLogsAuthSchemeParamsModifier and TypeMethodDescriptionCloudWatchLogsAuthSchemeParams.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 CloudWatchLogsAuthSchemeParamsModifier and TypeMethodDescriptionCloudWatchLogsAuthSchemeProvider.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 CloudWatchLogsAuthSchemeParamsMethods in software.amazon.awssdk.services.cloudwatchlogs.auth.scheme.internal with parameters of type CloudWatchLogsAuthSchemeParamsModifier and TypeMethodDescriptionDefaultCloudWatchLogsAuthSchemeProvider.resolveAuthScheme(CloudWatchLogsAuthSchemeParams params) PreferredCloudWatchLogsAuthSchemeProvider.resolveAuthScheme(CloudWatchLogsAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.