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