Uses of Class
software.amazon.awssdk.services.medialive.model.RtmpOutputCertificateMode
-
Packages that use RtmpOutputCertificateMode Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of RtmpOutputCertificateMode in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return RtmpOutputCertificateMode Modifier and Type Method Description RtmpOutputCertificateModeRtmpOutputSettings. certificateMode()If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).static RtmpOutputCertificateModeRtmpOutputCertificateMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RtmpOutputCertificateModeRtmpOutputCertificateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RtmpOutputCertificateMode[]RtmpOutputCertificateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type RtmpOutputCertificateMode Modifier and Type Method Description static Set<RtmpOutputCertificateMode>RtmpOutputCertificateMode. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type RtmpOutputCertificateMode Modifier and Type Method Description RtmpOutputSettings.BuilderRtmpOutputSettings.Builder. certificateMode(RtmpOutputCertificateMode certificateMode)If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA).
-