Uses of Class
software.amazon.awssdk.services.workmail.model.PutRetentionPolicyResponse
-
Packages that use PutRetentionPolicyResponse 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 PutRetentionPolicyResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return PutRetentionPolicyResponse Modifier and Type Method Description default PutRetentionPolicyResponseWorkMailClient. putRetentionPolicy(Consumer<PutRetentionPolicyRequest.Builder> putRetentionPolicyRequest)Puts a retention policy to the specified organization.default PutRetentionPolicyResponseWorkMailClient. putRetentionPolicy(PutRetentionPolicyRequest putRetentionPolicyRequest)Puts a retention policy to the specified organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type PutRetentionPolicyResponse Modifier and Type Method Description default CompletableFuture<PutRetentionPolicyResponse>WorkMailAsyncClient. putRetentionPolicy(Consumer<PutRetentionPolicyRequest.Builder> putRetentionPolicyRequest)Puts a retention policy to the specified organization.default CompletableFuture<PutRetentionPolicyResponse>WorkMailAsyncClient. putRetentionPolicy(PutRetentionPolicyRequest putRetentionPolicyRequest)Puts a retention policy to the specified organization.
-