Uses of Class
software.amazon.awssdk.services.workmail.model.CreateAliasResponse
-
Packages that use CreateAliasResponse 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 CreateAliasResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return CreateAliasResponse Modifier and Type Method Description default CreateAliasResponseWorkMailClient. createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)Adds an alias to the set of a given member (user or group) of WorkMail.default CreateAliasResponseWorkMailClient. createAlias(CreateAliasRequest createAliasRequest)Adds an alias to the set of a given member (user or group) of WorkMail.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type CreateAliasResponse Modifier and Type Method Description default CompletableFuture<CreateAliasResponse>WorkMailAsyncClient. createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)Adds an alias to the set of a given member (user or group) of WorkMail.default CompletableFuture<CreateAliasResponse>WorkMailAsyncClient. createAlias(CreateAliasRequest createAliasRequest)Adds an alias to the set of a given member (user or group) of WorkMail.
-