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