Class WarmUpOperationSelector

java.lang.Object
software.amazon.awssdk.codegen.poet.warmup.WarmUpOperationSelector

public final class WarmUpOperationSelector extends Object
Selects the operation used for the warm-up call: filters out streaming/event-stream and deprecated operations, plus operations that cannot be dummy-filled (see membersRequiringDummyValue(software.amazon.awssdk.codegen.model.intermediate.OperationModel)), then ranks the rest (see warmUpPreference(java.util.List<java.lang.String>)).