Uses of Interface
software.amazon.awssdk.services.appfabric.auth.scheme.AppFabricAuthSchemeParams.Builder
-
Packages that use AppFabricAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.appfabric.auth.scheme software.amazon.awssdk.services.appfabric.auth.scheme.internal -
-
Uses of AppFabricAuthSchemeParams.Builder in software.amazon.awssdk.services.appfabric.auth.scheme
Methods in software.amazon.awssdk.services.appfabric.auth.scheme that return AppFabricAuthSchemeParams.Builder Modifier and Type Method Description static AppFabricAuthSchemeParams.BuilderAppFabricAuthSchemeParams. builder()Get a new builder for creating aAppFabricAuthSchemeParams.AppFabricAuthSchemeParams.BuilderAppFabricAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.AppFabricAuthSchemeParams.BuilderAppFabricAuthSchemeParams.Builder. region(Region region)Set the region.AppFabricAuthSchemeParams.BuilderAppFabricAuthSchemeParams. toBuilder()Returns aAppFabricAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.appfabric.auth.scheme with type arguments of type AppFabricAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>AppFabricAuthSchemeProvider. resolveAuthScheme(Consumer<AppFabricAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of AppFabricAuthSchemeParams.Builder in software.amazon.awssdk.services.appfabric.auth.scheme.internal
Methods in software.amazon.awssdk.services.appfabric.auth.scheme.internal that return AppFabricAuthSchemeParams.Builder Modifier and Type Method Description static AppFabricAuthSchemeParams.BuilderDefaultAppFabricAuthSchemeParams. builder()AppFabricAuthSchemeParams.BuilderDefaultAppFabricAuthSchemeParams. toBuilder()
-