Uses of Class
software.amazon.awssdk.services.deadline.model.StepSummary
-
Packages that use StepSummary Package Description software.amazon.awssdk.services.deadline.model software.amazon.awssdk.services.deadline.paginators -
-
Uses of StepSummary in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type StepSummary Modifier and Type Method Description List<StepSummary>ListStepsResponse. steps()The steps on the list.Methods in software.amazon.awssdk.services.deadline.model with parameters of type StepSummary Modifier and Type Method Description ListStepsResponse.BuilderListStepsResponse.Builder. steps(StepSummary... steps)The steps on the list.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type StepSummary Modifier and Type Method Description ListStepsResponse.BuilderListStepsResponse.Builder. steps(Collection<StepSummary> steps)The steps on the list. -
Uses of StepSummary in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type StepSummary Modifier and Type Method Description SdkIterable<StepSummary>ListStepsIterable. steps()Returns an iterable to iterate through the paginatedListStepsResponse.steps()member.SdkPublisher<StepSummary>ListStepsPublisher. steps()Returns a publisher that can be used to get a stream of data.
-