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