Uses of Interface
software.amazon.awssdk.services.iot.model.AwsJobAbortConfig.Builder
-
Packages that use AwsJobAbortConfig.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AwsJobAbortConfig.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AwsJobAbortConfig.Builder Modifier and Type Method Description AwsJobAbortConfig.BuilderAwsJobAbortConfig.Builder. abortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)The list of criteria that determine when and how to abort the job.AwsJobAbortConfig.BuilderAwsJobAbortConfig.Builder. abortCriteriaList(Consumer<AwsJobAbortCriteria.Builder>... abortCriteriaList)The list of criteria that determine when and how to abort the job.AwsJobAbortConfig.BuilderAwsJobAbortConfig.Builder. abortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)The list of criteria that determine when and how to abort the job.static AwsJobAbortConfig.BuilderAwsJobAbortConfig. builder()AwsJobAbortConfig.BuilderAwsJobAbortConfig. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AwsJobAbortConfig.Builder Modifier and Type Method Description static Class<? extends AwsJobAbortConfig.Builder>AwsJobAbortConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AwsJobAbortConfig.Builder Modifier and Type Method Description default CreateOtaUpdateRequest.BuilderCreateOtaUpdateRequest.Builder. awsJobAbortConfig(Consumer<AwsJobAbortConfig.Builder> awsJobAbortConfig)The criteria that determine when and how a job abort takes place.
-