Uses of Class
software.amazon.awssdk.services.mailmanager.model.RelayAuthentication
-
Packages that use RelayAuthentication Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RelayAuthentication in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RelayAuthentication Modifier and Type Method Description RelayAuthenticationCreateRelayRequest. authentication()Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.RelayAuthenticationGetRelayResponse. authentication()The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.RelayAuthenticationUpdateRelayRequest. authentication()Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.static RelayAuthenticationRelayAuthentication. fromNoAuthentication(Consumer<NoAuthentication.Builder> noAuthentication)Create an instance of this class withnoAuthentication()initialized to the given value.static RelayAuthenticationRelayAuthentication. fromNoAuthentication(NoAuthentication noAuthentication)Create an instance of this class withnoAuthentication()initialized to the given value.static RelayAuthenticationRelayAuthentication. fromSecretArn(String secretArn)Create an instance of this class withsecretArn()initialized to the given value.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RelayAuthentication Modifier and Type Method Description CreateRelayRequest.BuilderCreateRelayRequest.Builder. authentication(RelayAuthentication authentication)Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.GetRelayResponse.BuilderGetRelayResponse.Builder. authentication(RelayAuthentication authentication)The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.UpdateRelayRequest.BuilderUpdateRelayRequest.Builder. authentication(RelayAuthentication authentication)Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
-