Uses of Class
software.amazon.awssdk.services.workspaces.model.ModifySamlPropertiesRequest
-
Packages that use ModifySamlPropertiesRequest Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.transform -
-
Uses of ModifySamlPropertiesRequest in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces with parameters of type ModifySamlPropertiesRequest Modifier and Type Method Description 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.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. -
Uses of ModifySamlPropertiesRequest in software.amazon.awssdk.services.workspaces.transform
Methods in software.amazon.awssdk.services.workspaces.transform with parameters of type ModifySamlPropertiesRequest Modifier and Type Method Description SdkHttpFullRequestModifySamlPropertiesRequestMarshaller. marshall(ModifySamlPropertiesRequest modifySamlPropertiesRequest)
-