Uses of Interface
software.amazon.awssdk.services.amplify.model.StartJobResponse.Builder
-
Packages that use StartJobResponse.Builder Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of StartJobResponse.Builder in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return StartJobResponse.Builder Modifier and Type Method Description static StartJobResponse.BuilderStartJobResponse. builder()default StartJobResponse.BuilderStartJobResponse.Builder. jobSummary(Consumer<JobSummary.Builder> jobSummary)The summary for the job.StartJobResponse.BuilderStartJobResponse.Builder. jobSummary(JobSummary jobSummary)The summary for the job.StartJobResponse.BuilderStartJobResponse. toBuilder()Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type StartJobResponse.Builder Modifier and Type Method Description static Class<? extends StartJobResponse.Builder>StartJobResponse. serializableBuilderClass()
-