Uses of Interface
software.amazon.awssdk.services.mailmanager.model.NoAuthentication.Builder
-
Packages that use NoAuthentication.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of NoAuthentication.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return NoAuthentication.Builder Modifier and Type Method Description static NoAuthentication.BuilderNoAuthentication. builder()NoAuthentication.BuilderNoAuthentication. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type NoAuthentication.Builder Modifier and Type Method Description static Class<? extends NoAuthentication.Builder>NoAuthentication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type NoAuthentication.Builder Modifier and Type Method Description static RelayAuthenticationRelayAuthentication. fromNoAuthentication(Consumer<NoAuthentication.Builder> noAuthentication)Create an instance of this class withRelayAuthentication.noAuthentication()initialized to the given value.default RelayAuthentication.BuilderRelayAuthentication.Builder. noAuthentication(Consumer<NoAuthentication.Builder> noAuthentication)Keep an empty structure if the relay destination server does not require SMTP credential authentication.
-