Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.DescribeBatchLoadTaskResponse.Builder
-
Packages that use DescribeBatchLoadTaskResponse.Builder Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of DescribeBatchLoadTaskResponse.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return DescribeBatchLoadTaskResponse.Builder Modifier and Type Method Description default DescribeBatchLoadTaskResponse.BuilderDescribeBatchLoadTaskResponse.Builder. batchLoadTaskDescription(Consumer<BatchLoadTaskDescription.Builder> batchLoadTaskDescription)Description of the batch load task.DescribeBatchLoadTaskResponse.BuilderDescribeBatchLoadTaskResponse.Builder. batchLoadTaskDescription(BatchLoadTaskDescription batchLoadTaskDescription)Description of the batch load task.static DescribeBatchLoadTaskResponse.BuilderDescribeBatchLoadTaskResponse. builder()DescribeBatchLoadTaskResponse.BuilderDescribeBatchLoadTaskResponse. toBuilder()Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type DescribeBatchLoadTaskResponse.Builder Modifier and Type Method Description static Class<? extends DescribeBatchLoadTaskResponse.Builder>DescribeBatchLoadTaskResponse. serializableBuilderClass()
-