Uses of Interface
software.amazon.awssdk.services.datapipeline.model.PollForTaskResponse.Builder
-
Packages that use PollForTaskResponse.Builder Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of PollForTaskResponse.Builder in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return PollForTaskResponse.Builder Modifier and Type Method Description static PollForTaskResponse.BuilderPollForTaskResponse. builder()default PollForTaskResponse.BuilderPollForTaskResponse.Builder. taskObject(Consumer<TaskObject.Builder> taskObject)The information needed to complete the task that is being assigned to the task runner.PollForTaskResponse.BuilderPollForTaskResponse.Builder. taskObject(TaskObject taskObject)The information needed to complete the task that is being assigned to the task runner.PollForTaskResponse.BuilderPollForTaskResponse. toBuilder()Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type PollForTaskResponse.Builder Modifier and Type Method Description static Class<? extends PollForTaskResponse.Builder>PollForTaskResponse. serializableBuilderClass()
-