Uses of Interface
software.amazon.awssdk.services.workmail.WorkMailBaseClientBuilder
-
Packages that use WorkMailBaseClientBuilder 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 WorkMailBaseClientBuilder in software.amazon.awssdk.services.workmail
Classes in software.amazon.awssdk.services.workmail with type parameters of type WorkMailBaseClientBuilder Modifier and Type Interface Description interfaceWorkMailBaseClientBuilder<B extends WorkMailBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon WorkMail that is supported by bothWorkMailClientBuilderandWorkMailAsyncClientBuilder.Subinterfaces of WorkMailBaseClientBuilder in software.amazon.awssdk.services.workmail Modifier and Type Interface Description interfaceWorkMailAsyncClientBuilderA builder for creating an instance ofWorkMailAsyncClient.interfaceWorkMailClientBuilderA builder for creating an instance ofWorkMailClient.
-