Uses of Class
software.amazon.awssdk.services.ecrpublic.model.Registry
-
Packages that use Registry Package Description software.amazon.awssdk.services.ecrpublic.model software.amazon.awssdk.services.ecrpublic.paginators -
-
Uses of Registry in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type Registry Modifier and Type Method Description List<Registry>DescribeRegistriesResponse. registries()An object that contains the details for a public registry.Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type Registry Modifier and Type Method Description DescribeRegistriesResponse.BuilderDescribeRegistriesResponse.Builder. registries(Registry... registries)An object that contains the details for a public registry.Method parameters in software.amazon.awssdk.services.ecrpublic.model with type arguments of type Registry Modifier and Type Method Description DescribeRegistriesResponse.BuilderDescribeRegistriesResponse.Builder. registries(Collection<Registry> registries)An object that contains the details for a public registry. -
Uses of Registry in software.amazon.awssdk.services.ecrpublic.paginators
Methods in software.amazon.awssdk.services.ecrpublic.paginators that return types with arguments of type Registry Modifier and Type Method Description SdkIterable<Registry>DescribeRegistriesIterable. registries()Returns an iterable to iterate through the paginatedDescribeRegistriesResponse.registries()member.SdkPublisher<Registry>DescribeRegistriesPublisher. registries()Returns a publisher that can be used to get a stream of data.
-