Class WarmUpOperationSelector
java.lang.Object
software.amazon.awssdk.codegen.poet.warmup.WarmUpOperationSelector
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>)).-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<OperationModel> Selects the warm-up operation for the given service, orOptional.empty()if no operation is safe to call as a warm-up.
-
Method Details
-
selectWarmUpOperation
Selects the warm-up operation for the given service, orOptional.empty()if no operation is safe to call as a warm-up.
-