Uses of Class
software.amazon.awssdk.services.workmail.model.DeleteOrganizationResponse
-
Packages that use DeleteOrganizationResponse 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 DeleteOrganizationResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return DeleteOrganizationResponse Modifier and Type Method Description default DeleteOrganizationResponseWorkMailClient. deleteOrganization(Consumer<DeleteOrganizationRequest.Builder> deleteOrganizationRequest)Deletes an WorkMail organization and all underlying AWS resources managed by WorkMail as part of the organization.default DeleteOrganizationResponseWorkMailClient. deleteOrganization(DeleteOrganizationRequest deleteOrganizationRequest)Deletes an WorkMail organization and all underlying AWS resources managed by WorkMail as part of the organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type DeleteOrganizationResponse Modifier and Type Method Description default CompletableFuture<DeleteOrganizationResponse>WorkMailAsyncClient. deleteOrganization(Consumer<DeleteOrganizationRequest.Builder> deleteOrganizationRequest)Deletes an WorkMail organization and all underlying AWS resources managed by WorkMail as part of the organization.default CompletableFuture<DeleteOrganizationResponse>WorkMailAsyncClient. deleteOrganization(DeleteOrganizationRequest deleteOrganizationRequest)Deletes an WorkMail organization and all underlying AWS resources managed by WorkMail as part of the organization.
-