Uses of Interface
software.amazon.awssdk.services.ssoadmin.model.PortalOptions.Builder
-
Packages that use PortalOptions.Builder Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of PortalOptions.Builder in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return PortalOptions.Builder Modifier and Type Method Description static PortalOptions.BuilderPortalOptions. builder()default PortalOptions.BuilderPortalOptions.Builder. signInOptions(Consumer<SignInOptions.Builder> signInOptions)A structure that describes the sign-in options for the access portal.PortalOptions.BuilderPortalOptions.Builder. signInOptions(SignInOptions signInOptions)A structure that describes the sign-in options for the access portal.PortalOptions.BuilderPortalOptions. toBuilder()PortalOptions.BuilderPortalOptions.Builder. visibility(String visibility)Indicates whether this application is visible in the access portal.PortalOptions.BuilderPortalOptions.Builder. visibility(ApplicationVisibility visibility)Indicates whether this application is visible in the access portal.Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type PortalOptions.Builder Modifier and Type Method Description static Class<? extends PortalOptions.Builder>PortalOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type PortalOptions.Builder Modifier and Type Method Description default Application.BuilderApplication.Builder. portalOptions(Consumer<PortalOptions.Builder> portalOptions)A structure that describes the options for the access portal associated with this application.default CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. portalOptions(Consumer<PortalOptions.Builder> portalOptions)A structure that describes the options for the portal associated with an application.default DescribeApplicationResponse.BuilderDescribeApplicationResponse.Builder. portalOptions(Consumer<PortalOptions.Builder> portalOptions)A structure that describes the options for the portal associated with an application.
-