Uses of Interface
software.amazon.awssdk.services.mailmanager.model.RelayAuthentication.Builder
-
Packages that use RelayAuthentication.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RelayAuthentication.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RelayAuthentication.Builder Modifier and Type Method Description static RelayAuthentication.BuilderRelayAuthentication. builder()default RelayAuthentication.BuilderRelayAuthentication.Builder. noAuthentication(Consumer<NoAuthentication.Builder> noAuthentication)Keep an empty structure if the relay destination server does not require SMTP credential authentication.RelayAuthentication.BuilderRelayAuthentication.Builder. noAuthentication(NoAuthentication noAuthentication)Keep an empty structure if the relay destination server does not require SMTP credential authentication.RelayAuthentication.BuilderRelayAuthentication.Builder. secretArn(String secretArn)The ARN of the secret created in secrets manager where the relay server's SMTP credentials are stored.RelayAuthentication.BuilderRelayAuthentication. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type RelayAuthentication.Builder Modifier and Type Method Description static Class<? extends RelayAuthentication.Builder>RelayAuthentication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type RelayAuthentication.Builder Modifier and Type Method Description default CreateRelayRequest.BuilderCreateRelayRequest.Builder. authentication(Consumer<RelayAuthentication.Builder> authentication)Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.default GetRelayResponse.BuilderGetRelayResponse.Builder. authentication(Consumer<RelayAuthentication.Builder> authentication)The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.default UpdateRelayRequest.BuilderUpdateRelayRequest.Builder. authentication(Consumer<RelayAuthentication.Builder> authentication)Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
-