Uses of Class
software.amazon.awssdk.services.workmail.model.DeleteIdentityProviderConfigurationResponse
-
Packages that use DeleteIdentityProviderConfigurationResponse 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 DeleteIdentityProviderConfigurationResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return DeleteIdentityProviderConfigurationResponse Modifier and Type Method Description default DeleteIdentityProviderConfigurationResponseWorkMailClient. deleteIdentityProviderConfiguration(Consumer<DeleteIdentityProviderConfigurationRequest.Builder> deleteIdentityProviderConfigurationRequest)Disables the integration between IdC and WorkMail.default DeleteIdentityProviderConfigurationResponseWorkMailClient. deleteIdentityProviderConfiguration(DeleteIdentityProviderConfigurationRequest deleteIdentityProviderConfigurationRequest)Disables the integration between IdC and WorkMail.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type DeleteIdentityProviderConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteIdentityProviderConfigurationResponse>WorkMailAsyncClient. deleteIdentityProviderConfiguration(Consumer<DeleteIdentityProviderConfigurationRequest.Builder> deleteIdentityProviderConfigurationRequest)Disables the integration between IdC and WorkMail.default CompletableFuture<DeleteIdentityProviderConfigurationResponse>WorkMailAsyncClient. deleteIdentityProviderConfiguration(DeleteIdentityProviderConfigurationRequest deleteIdentityProviderConfigurationRequest)Disables the integration between IdC and WorkMail.
-