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