Uses of Class
software.amazon.awssdk.services.workmail.model.DeleteRetentionPolicyResponse
-
Packages that use DeleteRetentionPolicyResponse 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 DeleteRetentionPolicyResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return DeleteRetentionPolicyResponse Modifier and Type Method Description default DeleteRetentionPolicyResponseWorkMailClient. deleteRetentionPolicy(Consumer<DeleteRetentionPolicyRequest.Builder> deleteRetentionPolicyRequest)Deletes the specified retention policy from the specified organization.default DeleteRetentionPolicyResponseWorkMailClient. deleteRetentionPolicy(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest)Deletes the specified retention policy from the specified organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type DeleteRetentionPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteRetentionPolicyResponse>WorkMailAsyncClient. deleteRetentionPolicy(Consumer<DeleteRetentionPolicyRequest.Builder> deleteRetentionPolicyRequest)Deletes the specified retention policy from the specified organization.default CompletableFuture<DeleteRetentionPolicyResponse>WorkMailAsyncClient. deleteRetentionPolicy(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest)Deletes the specified retention policy from the specified organization.
-