Uses of Class
software.amazon.awssdk.services.workmail.model.PutIdentityProviderConfigurationResponse
-
Packages that use PutIdentityProviderConfigurationResponse Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. -
-
Uses of PutIdentityProviderConfigurationResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return PutIdentityProviderConfigurationResponse Modifier and Type Method Description default PutIdentityProviderConfigurationResponseWorkMailClient. putIdentityProviderConfiguration(Consumer<PutIdentityProviderConfigurationRequest.Builder> putIdentityProviderConfigurationRequest)Enables integration between IAM Identity Center (IdC) and WorkMail to proxy authentication requests for mailbox users.default PutIdentityProviderConfigurationResponseWorkMailClient. putIdentityProviderConfiguration(PutIdentityProviderConfigurationRequest putIdentityProviderConfigurationRequest)Enables integration between IAM Identity Center (IdC) and WorkMail to proxy authentication requests for mailbox users.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type PutIdentityProviderConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutIdentityProviderConfigurationResponse>WorkMailAsyncClient. putIdentityProviderConfiguration(Consumer<PutIdentityProviderConfigurationRequest.Builder> putIdentityProviderConfigurationRequest)Enables integration between IAM Identity Center (IdC) and WorkMail to proxy authentication requests for mailbox users.default CompletableFuture<PutIdentityProviderConfigurationResponse>WorkMailAsyncClient. putIdentityProviderConfiguration(PutIdentityProviderConfigurationRequest putIdentityProviderConfigurationRequest)Enables integration between IAM Identity Center (IdC) and WorkMail to proxy authentication requests for mailbox users.
-