Uses of Class
software.amazon.awssdk.services.schemas.model.SearchSchemaSummary
-
Packages that use SearchSchemaSummary Package Description software.amazon.awssdk.services.schemas.model software.amazon.awssdk.services.schemas.paginators -
-
Uses of SearchSchemaSummary in software.amazon.awssdk.services.schemas.model
Methods in software.amazon.awssdk.services.schemas.model that return types with arguments of type SearchSchemaSummary Modifier and Type Method Description List<SearchSchemaSummary>SearchSchemasResponse. schemas()An array of SearchSchemaSummary information.Methods in software.amazon.awssdk.services.schemas.model with parameters of type SearchSchemaSummary Modifier and Type Method Description SearchSchemasResponse.BuilderSearchSchemasResponse.Builder. schemas(SearchSchemaSummary... schemas)An array of SearchSchemaSummary information.Method parameters in software.amazon.awssdk.services.schemas.model with type arguments of type SearchSchemaSummary Modifier and Type Method Description SearchSchemasResponse.BuilderSearchSchemasResponse.Builder. schemas(Collection<SearchSchemaSummary> schemas)An array of SearchSchemaSummary information. -
Uses of SearchSchemaSummary in software.amazon.awssdk.services.schemas.paginators
Methods in software.amazon.awssdk.services.schemas.paginators that return types with arguments of type SearchSchemaSummary Modifier and Type Method Description SdkIterable<SearchSchemaSummary>SearchSchemasIterable. schemas()Returns an iterable to iterate through the paginatedSearchSchemasResponse.schemas()member.SdkPublisher<SearchSchemaSummary>SearchSchemasPublisher. schemas()Returns a publisher that can be used to get a stream of data.
-