Uses of Class
software.amazon.awssdk.services.workspaces.model.SamlProperties
-
Packages that use SamlProperties Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of SamlProperties in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return SamlProperties Modifier and Type Method Description SamlPropertiesModifySamlPropertiesRequest. samlProperties()The properties for configuring SAML 2.0 authentication.SamlPropertiesWorkspaceDirectory. 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.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type SamlProperties Modifier and Type Method Description ModifySamlPropertiesRequest.BuilderModifySamlPropertiesRequest.Builder. samlProperties(SamlProperties samlProperties)The properties for configuring SAML 2.0 authentication.WorkspaceDirectory.BuilderWorkspaceDirectory.Builder. samlProperties(SamlProperties 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.
-