Uses of Interface
software.amazon.awssdk.services.cloudwatch.auth.scheme.CloudWatchAuthSchemeParams
Packages that use CloudWatchAuthSchemeParams
Package
Description
-
Uses of CloudWatchAuthSchemeParams in software.amazon.awssdk.services.cloudwatch.auth.scheme
Methods in software.amazon.awssdk.services.cloudwatch.auth.scheme that return CloudWatchAuthSchemeParamsModifier and TypeMethodDescriptionCloudWatchAuthSchemeParams.Builder.build()Returns aCloudWatchAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.cloudwatch.auth.scheme with parameters of type CloudWatchAuthSchemeParamsModifier and TypeMethodDescriptionCloudWatchAuthSchemeProvider.resolveAuthScheme(CloudWatchAuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters. -
Uses of CloudWatchAuthSchemeParams in software.amazon.awssdk.services.cloudwatch.auth.scheme.internal
Classes in software.amazon.awssdk.services.cloudwatch.auth.scheme.internal that implement CloudWatchAuthSchemeParamsMethods in software.amazon.awssdk.services.cloudwatch.auth.scheme.internal with parameters of type CloudWatchAuthSchemeParamsModifier and TypeMethodDescriptionDefaultCloudWatchAuthSchemeProvider.resolveAuthScheme(CloudWatchAuthSchemeParams params) PreferredCloudWatchAuthSchemeProvider.resolveAuthScheme(CloudWatchAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.