Uses of Interface
software.amazon.awssdk.services.iot.model.AssociateTargetsWithJobResponse.Builder
-
Packages that use AssociateTargetsWithJobResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AssociateTargetsWithJobResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AssociateTargetsWithJobResponse.Builder Modifier and Type Method Description static AssociateTargetsWithJobResponse.BuilderAssociateTargetsWithJobResponse. builder()AssociateTargetsWithJobResponse.BuilderAssociateTargetsWithJobResponse.Builder. description(String description)A short text description of the job.AssociateTargetsWithJobResponse.BuilderAssociateTargetsWithJobResponse.Builder. jobArn(String jobArn)An ARN identifying the job.AssociateTargetsWithJobResponse.BuilderAssociateTargetsWithJobResponse.Builder. jobId(String jobId)The unique identifier you assigned to this job when it was created.AssociateTargetsWithJobResponse.BuilderAssociateTargetsWithJobResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AssociateTargetsWithJobResponse.Builder Modifier and Type Method Description static Class<? extends AssociateTargetsWithJobResponse.Builder>AssociateTargetsWithJobResponse. serializableBuilderClass()
-