Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.UpdateDataRetentionOperation
-
Packages that use UpdateDataRetentionOperation Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of UpdateDataRetentionOperation in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return UpdateDataRetentionOperation Modifier and Type Method Description static UpdateDataRetentionOperationUpdateDataRetentionOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateDataRetentionOperationUpdateDataRetentionRequest. operation()Indicates whether you want to increase or decrease the retention period.static UpdateDataRetentionOperationUpdateDataRetentionOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateDataRetentionOperation[]UpdateDataRetentionOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type UpdateDataRetentionOperation Modifier and Type Method Description static Set<UpdateDataRetentionOperation>UpdateDataRetentionOperation. knownValues()Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type UpdateDataRetentionOperation Modifier and Type Method Description UpdateDataRetentionRequest.BuilderUpdateDataRetentionRequest.Builder. operation(UpdateDataRetentionOperation operation)Indicates whether you want to increase or decrease the retention period.
-