Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.auth.scheme.ApplicationDiscoveryAuthSchemeParams
-
-
Uses of ApplicationDiscoveryAuthSchemeParams in software.amazon.awssdk.services.applicationdiscovery.auth.scheme
Methods in software.amazon.awssdk.services.applicationdiscovery.auth.scheme that return ApplicationDiscoveryAuthSchemeParams Modifier and Type Method Description ApplicationDiscoveryAuthSchemeParamsApplicationDiscoveryAuthSchemeParams.Builder. build()Returns aApplicationDiscoveryAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.applicationdiscovery.auth.scheme with parameters of type ApplicationDiscoveryAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>ApplicationDiscoveryAuthSchemeProvider. resolveAuthScheme(ApplicationDiscoveryAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of ApplicationDiscoveryAuthSchemeParams in software.amazon.awssdk.services.applicationdiscovery.auth.scheme.internal
Classes in software.amazon.awssdk.services.applicationdiscovery.auth.scheme.internal that implement ApplicationDiscoveryAuthSchemeParams Modifier and Type Class Description classDefaultApplicationDiscoveryAuthSchemeParamsMethods in software.amazon.awssdk.services.applicationdiscovery.auth.scheme.internal with parameters of type ApplicationDiscoveryAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultApplicationDiscoveryAuthSchemeProvider. resolveAuthScheme(ApplicationDiscoveryAuthSchemeParams params)
-