Uses of Class
software.amazon.awssdk.services.workspaces.model.ModifySamlPropertiesResponse
-
Packages that use ModifySamlPropertiesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of ModifySamlPropertiesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return ModifySamlPropertiesResponse Modifier and Type Method Description default ModifySamlPropertiesResponseWorkSpacesClient. modifySamlProperties(Consumer<ModifySamlPropertiesRequest.Builder> modifySamlPropertiesRequest)Modifies multiple properties related to SAML 2.0 authentication, including the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.default ModifySamlPropertiesResponseWorkSpacesClient. modifySamlProperties(ModifySamlPropertiesRequest modifySamlPropertiesRequest)Modifies multiple properties related to SAML 2.0 authentication, including 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 that return types with arguments of type ModifySamlPropertiesResponse Modifier and Type Method Description default CompletableFuture<ModifySamlPropertiesResponse>WorkSpacesAsyncClient. modifySamlProperties(Consumer<ModifySamlPropertiesRequest.Builder> modifySamlPropertiesRequest)Modifies multiple properties related to SAML 2.0 authentication, including the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.default CompletableFuture<ModifySamlPropertiesResponse>WorkSpacesAsyncClient. modifySamlProperties(ModifySamlPropertiesRequest modifySamlPropertiesRequest)Modifies multiple properties related to SAML 2.0 authentication, including the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.
-