Uses of Class
software.amazon.awssdk.services.schemas.model.SchemaSummary
-
Packages that use SchemaSummary Package Description software.amazon.awssdk.services.schemas.model software.amazon.awssdk.services.schemas.paginators -
-
Uses of SchemaSummary in software.amazon.awssdk.services.schemas.model
Methods in software.amazon.awssdk.services.schemas.model that return types with arguments of type SchemaSummary Modifier and Type Method Description List<SchemaSummary>ListSchemasResponse. schemas()An array of schema summaries.Methods in software.amazon.awssdk.services.schemas.model with parameters of type SchemaSummary Modifier and Type Method Description ListSchemasResponse.BuilderListSchemasResponse.Builder. schemas(SchemaSummary... schemas)An array of schema summaries.Method parameters in software.amazon.awssdk.services.schemas.model with type arguments of type SchemaSummary Modifier and Type Method Description ListSchemasResponse.BuilderListSchemasResponse.Builder. schemas(Collection<SchemaSummary> schemas)An array of schema summaries. -
Uses of SchemaSummary in software.amazon.awssdk.services.schemas.paginators
Methods in software.amazon.awssdk.services.schemas.paginators that return types with arguments of type SchemaSummary Modifier and Type Method Description SdkIterable<SchemaSummary>ListSchemasIterable. schemas()Returns an iterable to iterate through the paginatedListSchemasResponse.schemas()member.SdkPublisher<SchemaSummary>ListSchemasPublisher. schemas()Returns a publisher that can be used to get a stream of data.
-