Uses of Class
software.amazon.awssdk.services.schemas.model.RegistrySummary
-
Packages that use RegistrySummary Package Description software.amazon.awssdk.services.schemas.model software.amazon.awssdk.services.schemas.paginators -
-
Uses of RegistrySummary in software.amazon.awssdk.services.schemas.model
Methods in software.amazon.awssdk.services.schemas.model that return types with arguments of type RegistrySummary Modifier and Type Method Description List<RegistrySummary>ListRegistriesResponse. registries()An array of registry summaries.Methods in software.amazon.awssdk.services.schemas.model with parameters of type RegistrySummary Modifier and Type Method Description ListRegistriesResponse.BuilderListRegistriesResponse.Builder. registries(RegistrySummary... registries)An array of registry summaries.Method parameters in software.amazon.awssdk.services.schemas.model with type arguments of type RegistrySummary Modifier and Type Method Description ListRegistriesResponse.BuilderListRegistriesResponse.Builder. registries(Collection<RegistrySummary> registries)An array of registry summaries. -
Uses of RegistrySummary in software.amazon.awssdk.services.schemas.paginators
Methods in software.amazon.awssdk.services.schemas.paginators that return types with arguments of type RegistrySummary Modifier and Type Method Description SdkIterable<RegistrySummary>ListRegistriesIterable. registries()Returns an iterable to iterate through the paginatedListRegistriesResponse.registries()member.SdkPublisher<RegistrySummary>ListRegistriesPublisher. registries()Returns a publisher that can be used to get a stream of data.
-