Uses of Interface
software.amazon.awssdk.services.workspaces.model.SamlProperties.Builder
-
Packages that use SamlProperties.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of SamlProperties.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return SamlProperties.Builder Modifier and Type Method Description static SamlProperties.BuilderSamlProperties. builder()SamlProperties.BuilderSamlProperties.Builder. relayStateParameterName(String relayStateParameterName)The relay state parameter name supported by the SAML 2.0 identity provider (IdP).SamlProperties.BuilderSamlProperties.Builder. status(String status)Indicates the status of SAML 2.0 authentication.SamlProperties.BuilderSamlProperties.Builder. status(SamlStatusEnum status)Indicates the status of SAML 2.0 authentication.SamlProperties.BuilderSamlProperties. toBuilder()SamlProperties.BuilderSamlProperties.Builder. userAccessUrl(String userAccessUrl)The SAML 2.0 identity provider (IdP) user access URL is the URL a user would navigate to in their web browser in order to federate from the IdP and directly access the application, without any SAML 2.0 service provider (SP) bindings.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type SamlProperties.Builder Modifier and Type Method Description static Class<? extends SamlProperties.Builder>SamlProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type SamlProperties.Builder Modifier and Type Method Description default ModifySamlPropertiesRequest.BuilderModifySamlPropertiesRequest.Builder. samlProperties(Consumer<SamlProperties.Builder> samlProperties)The properties for configuring SAML 2.0 authentication.default WorkspaceDirectory.BuilderWorkspaceDirectory.Builder. samlProperties(Consumer<SamlProperties.Builder> samlProperties)Describes the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.
-