Uses of Interface
software.amazon.awssdk.services.applicationinsights.auth.scheme.ApplicationInsightsAuthSchemeParams
-
-
Uses of ApplicationInsightsAuthSchemeParams in software.amazon.awssdk.services.applicationinsights.auth.scheme
Methods in software.amazon.awssdk.services.applicationinsights.auth.scheme that return ApplicationInsightsAuthSchemeParams Modifier and Type Method Description ApplicationInsightsAuthSchemeParamsApplicationInsightsAuthSchemeParams.Builder. build()Returns aApplicationInsightsAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.applicationinsights.auth.scheme with parameters of type ApplicationInsightsAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>ApplicationInsightsAuthSchemeProvider. resolveAuthScheme(ApplicationInsightsAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of ApplicationInsightsAuthSchemeParams in software.amazon.awssdk.services.applicationinsights.auth.scheme.internal
Classes in software.amazon.awssdk.services.applicationinsights.auth.scheme.internal that implement ApplicationInsightsAuthSchemeParams Modifier and Type Class Description classDefaultApplicationInsightsAuthSchemeParamsMethods in software.amazon.awssdk.services.applicationinsights.auth.scheme.internal with parameters of type ApplicationInsightsAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultApplicationInsightsAuthSchemeProvider. resolveAuthScheme(ApplicationInsightsAuthSchemeParams params)
-