Uses of Class
software.amazon.awssdk.services.medialive.model.ReservationCodec
-
Packages that use ReservationCodec Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ReservationCodec in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ReservationCodec Modifier and Type Method Description ReservationCodecReservationResourceSpecification. codec()Codec, e.g.static ReservationCodecReservationCodec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ReservationCodecReservationCodec. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservationCodec[]ReservationCodec. 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 ReservationCodec Modifier and Type Method Description static Set<ReservationCodec>ReservationCodec. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type ReservationCodec Modifier and Type Method Description ReservationResourceSpecification.BuilderReservationResourceSpecification.Builder. codec(ReservationCodec codec)Codec, e.g.
-