Uses of Class
software.amazon.awssdk.services.ecrpublic.model.ImageTagDetail
-
Packages that use ImageTagDetail Package Description software.amazon.awssdk.services.ecrpublic.model software.amazon.awssdk.services.ecrpublic.paginators -
-
Uses of ImageTagDetail in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type ImageTagDetail Modifier and Type Method Description List<ImageTagDetail>DescribeImageTagsResponse. imageTagDetails()The image tag details for the images in the requested repository.Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type ImageTagDetail Modifier and Type Method Description DescribeImageTagsResponse.BuilderDescribeImageTagsResponse.Builder. imageTagDetails(ImageTagDetail... imageTagDetails)The image tag details for the images in the requested repository.Method parameters in software.amazon.awssdk.services.ecrpublic.model with type arguments of type ImageTagDetail Modifier and Type Method Description DescribeImageTagsResponse.BuilderDescribeImageTagsResponse.Builder. imageTagDetails(Collection<ImageTagDetail> imageTagDetails)The image tag details for the images in the requested repository. -
Uses of ImageTagDetail in software.amazon.awssdk.services.ecrpublic.paginators
Methods in software.amazon.awssdk.services.ecrpublic.paginators that return types with arguments of type ImageTagDetail Modifier and Type Method Description SdkIterable<ImageTagDetail>DescribeImageTagsIterable. imageTagDetails()Returns an iterable to iterate through the paginatedDescribeImageTagsResponse.imageTagDetails()member.SdkPublisher<ImageTagDetail>DescribeImageTagsPublisher. imageTagDetails()Returns a publisher that can be used to get a stream of data.
-