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