Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.CodegenJobSummary
-
Packages that use CodegenJobSummary Package Description software.amazon.awssdk.services.amplifyuibuilder.model software.amazon.awssdk.services.amplifyuibuilder.paginators -
-
Uses of CodegenJobSummary in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type CodegenJobSummary Modifier and Type Method Description List<CodegenJobSummary>ListCodegenJobsResponse. entities()The list of code generation jobs for the Amplify app.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type CodegenJobSummary Modifier and Type Method Description ListCodegenJobsResponse.BuilderListCodegenJobsResponse.Builder. entities(CodegenJobSummary... entities)The list of code generation jobs for the Amplify app.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type CodegenJobSummary Modifier and Type Method Description ListCodegenJobsResponse.BuilderListCodegenJobsResponse.Builder. entities(Collection<CodegenJobSummary> entities)The list of code generation jobs for the Amplify app. -
Uses of CodegenJobSummary in software.amazon.awssdk.services.amplifyuibuilder.paginators
Methods in software.amazon.awssdk.services.amplifyuibuilder.paginators that return types with arguments of type CodegenJobSummary Modifier and Type Method Description SdkIterable<CodegenJobSummary>ListCodegenJobsIterable. entities()Returns an iterable to iterate through the paginatedListCodegenJobsResponse.entities()member.SdkPublisher<CodegenJobSummary>ListCodegenJobsPublisher. entities()Returns a publisher that can be used to get a stream of data.
-