Uses of Class
software.amazon.awssdk.services.workmail.model.DeleteIdentityCenterApplicationResponse
-
Packages that use DeleteIdentityCenterApplicationResponse 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 DeleteIdentityCenterApplicationResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return DeleteIdentityCenterApplicationResponse Modifier and Type Method Description default DeleteIdentityCenterApplicationResponseWorkMailClient. deleteIdentityCenterApplication(Consumer<DeleteIdentityCenterApplicationRequest.Builder> deleteIdentityCenterApplicationRequest)Deletes the IAM Identity Center application from WorkMail.default DeleteIdentityCenterApplicationResponseWorkMailClient. deleteIdentityCenterApplication(DeleteIdentityCenterApplicationRequest deleteIdentityCenterApplicationRequest)Deletes the IAM Identity Center application from WorkMail.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type DeleteIdentityCenterApplicationResponse Modifier and Type Method Description default CompletableFuture<DeleteIdentityCenterApplicationResponse>WorkMailAsyncClient. deleteIdentityCenterApplication(Consumer<DeleteIdentityCenterApplicationRequest.Builder> deleteIdentityCenterApplicationRequest)Deletes the IAM Identity Center application from WorkMail.default CompletableFuture<DeleteIdentityCenterApplicationResponse>WorkMailAsyncClient. deleteIdentityCenterApplication(DeleteIdentityCenterApplicationRequest deleteIdentityCenterApplicationRequest)Deletes the IAM Identity Center application from WorkMail.
-