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