Uses of Class
software.amazon.awssdk.services.workmail.model.GetDefaultRetentionPolicyResponse
-
Packages that use GetDefaultRetentionPolicyResponse 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 GetDefaultRetentionPolicyResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return GetDefaultRetentionPolicyResponse Modifier and Type Method Description default GetDefaultRetentionPolicyResponseWorkMailClient. getDefaultRetentionPolicy(Consumer<GetDefaultRetentionPolicyRequest.Builder> getDefaultRetentionPolicyRequest)Gets the default retention policy details for the specified organization.default GetDefaultRetentionPolicyResponseWorkMailClient. getDefaultRetentionPolicy(GetDefaultRetentionPolicyRequest getDefaultRetentionPolicyRequest)Gets the default retention policy details for the specified organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type GetDefaultRetentionPolicyResponse Modifier and Type Method Description default CompletableFuture<GetDefaultRetentionPolicyResponse>WorkMailAsyncClient. getDefaultRetentionPolicy(Consumer<GetDefaultRetentionPolicyRequest.Builder> getDefaultRetentionPolicyRequest)Gets the default retention policy details for the specified organization.default CompletableFuture<GetDefaultRetentionPolicyResponse>WorkMailAsyncClient. getDefaultRetentionPolicy(GetDefaultRetentionPolicyRequest getDefaultRetentionPolicyRequest)Gets the default retention policy details for the specified organization.
-