Uses of Enum
software.amazon.awssdk.services.sesv2.model.HttpsPolicy
Packages that use HttpsPolicy
-
Uses of HttpsPolicy in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return HttpsPolicyModifier and TypeMethodDescriptionstatic HttpsPolicyUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HttpsPolicyPutConfigurationSetTrackingOptionsRequest.httpsPolicy()Returns the value of the HttpsPolicy property for this object.final HttpsPolicyTrackingOptions.httpsPolicy()The https policy to use for tracking open and click events.static HttpsPolicyReturns the enum constant of this type with the specified name.static HttpsPolicy[]HttpsPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type HttpsPolicyMethods in software.amazon.awssdk.services.sesv2.model with parameters of type HttpsPolicyModifier and TypeMethodDescriptionPutConfigurationSetTrackingOptionsRequest.Builder.httpsPolicy(HttpsPolicy httpsPolicy) Sets the value of the HttpsPolicy property for this object.TrackingOptions.Builder.httpsPolicy(HttpsPolicy httpsPolicy) The https policy to use for tracking open and click events.