Uses of Interface
software.amazon.awssdk.services.comprehend.model.DescribeEventsDetectionJobResponse.Builder
-
Packages that use DescribeEventsDetectionJobResponse.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DescribeEventsDetectionJobResponse.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DescribeEventsDetectionJobResponse.Builder Modifier and Type Method Description static DescribeEventsDetectionJobResponse.BuilderDescribeEventsDetectionJobResponse. builder()default DescribeEventsDetectionJobResponse.BuilderDescribeEventsDetectionJobResponse.Builder. eventsDetectionJobProperties(Consumer<EventsDetectionJobProperties.Builder> eventsDetectionJobProperties)An object that contains the properties associated with an event detection job.DescribeEventsDetectionJobResponse.BuilderDescribeEventsDetectionJobResponse.Builder. eventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)An object that contains the properties associated with an event detection job.DescribeEventsDetectionJobResponse.BuilderDescribeEventsDetectionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DescribeEventsDetectionJobResponse.Builder Modifier and Type Method Description static Class<? extends DescribeEventsDetectionJobResponse.Builder>DescribeEventsDetectionJobResponse. serializableBuilderClass()
-