Uses of Class
software.amazon.awssdk.services.ecr.model.ImageIdentifier
-
Packages that use ImageIdentifier Package Description software.amazon.awssdk.services.ecr.model software.amazon.awssdk.services.ecr.paginators -
-
Uses of ImageIdentifier in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return ImageIdentifier Modifier and Type Method Description ImageIdentifierDescribeImageReplicationStatusRequest. imageId()Returns the value of the ImageId property for this object.ImageIdentifierDescribeImageReplicationStatusResponse. imageId()Returns the value of the ImageId property for this object.ImageIdentifierDescribeImageScanFindingsRequest. imageId()Returns the value of the ImageId property for this object.ImageIdentifierDescribeImageScanFindingsResponse. imageId()Returns the value of the ImageId property for this object.ImageIdentifierImage. imageId()An object containing the image tag and image digest associated with an image.ImageIdentifierImageFailure. imageId()The image ID associated with the failure.ImageIdentifierStartImageScanRequest. imageId()Returns the value of the ImageId property for this object.ImageIdentifierStartImageScanResponse. imageId()Returns the value of the ImageId property for this object.Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type ImageIdentifier Modifier and Type Method Description List<ImageIdentifier>BatchDeleteImageRequest. imageIds()A list of image ID references that correspond to images to delete.List<ImageIdentifier>BatchDeleteImageResponse. imageIds()The image IDs of the deleted images.List<ImageIdentifier>BatchGetImageRequest. imageIds()A list of image ID references that correspond to images to describe.List<ImageIdentifier>DescribeImagesRequest. imageIds()The list of image IDs for the requested repository.List<ImageIdentifier>GetLifecyclePolicyPreviewRequest. imageIds()The list of imageIDs to be included.List<ImageIdentifier>ListImagesResponse. imageIds()The list of image IDs for the requested repository.Methods in software.amazon.awssdk.services.ecr.model with parameters of type ImageIdentifier Modifier and Type Method Description DescribeImageReplicationStatusRequest.BuilderDescribeImageReplicationStatusRequest.Builder. imageId(ImageIdentifier imageId)Sets the value of the ImageId property for this object.DescribeImageReplicationStatusResponse.BuilderDescribeImageReplicationStatusResponse.Builder. imageId(ImageIdentifier imageId)Sets the value of the ImageId property for this object.DescribeImageScanFindingsRequest.BuilderDescribeImageScanFindingsRequest.Builder. imageId(ImageIdentifier imageId)Sets the value of the ImageId property for this object.DescribeImageScanFindingsResponse.BuilderDescribeImageScanFindingsResponse.Builder. imageId(ImageIdentifier imageId)Sets the value of the ImageId property for this object.Image.BuilderImage.Builder. imageId(ImageIdentifier imageId)An object containing the image tag and image digest associated with an image.ImageFailure.BuilderImageFailure.Builder. imageId(ImageIdentifier imageId)The image ID associated with the failure.StartImageScanRequest.BuilderStartImageScanRequest.Builder. imageId(ImageIdentifier imageId)Sets the value of the ImageId property for this object.StartImageScanResponse.BuilderStartImageScanResponse.Builder. imageId(ImageIdentifier imageId)Sets the value of the ImageId property for this object.BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. imageIds(ImageIdentifier... imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageResponse.BuilderBatchDeleteImageResponse.Builder. imageIds(ImageIdentifier... imageIds)The image IDs of the deleted images.BatchGetImageRequest.BuilderBatchGetImageRequest.Builder. imageIds(ImageIdentifier... imageIds)A list of image ID references that correspond to images to describe.DescribeImagesRequest.BuilderDescribeImagesRequest.Builder. imageIds(ImageIdentifier... imageIds)The list of image IDs for the requested repository.GetLifecyclePolicyPreviewRequest.BuilderGetLifecyclePolicyPreviewRequest.Builder. imageIds(ImageIdentifier... imageIds)The list of imageIDs to be included.ListImagesResponse.BuilderListImagesResponse.Builder. imageIds(ImageIdentifier... imageIds)The list of image IDs for the requested repository.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type ImageIdentifier Modifier and Type Method Description BatchDeleteImageRequest.BuilderBatchDeleteImageRequest.Builder. imageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to delete.BatchDeleteImageResponse.BuilderBatchDeleteImageResponse.Builder. imageIds(Collection<ImageIdentifier> imageIds)The image IDs of the deleted images.BatchGetImageRequest.BuilderBatchGetImageRequest.Builder. imageIds(Collection<ImageIdentifier> imageIds)A list of image ID references that correspond to images to describe.DescribeImagesRequest.BuilderDescribeImagesRequest.Builder. imageIds(Collection<ImageIdentifier> imageIds)The list of image IDs for the requested repository.GetLifecyclePolicyPreviewRequest.BuilderGetLifecyclePolicyPreviewRequest.Builder. imageIds(Collection<ImageIdentifier> imageIds)The list of imageIDs to be included.ListImagesResponse.BuilderListImagesResponse.Builder. imageIds(Collection<ImageIdentifier> imageIds)The list of image IDs for the requested repository. -
Uses of ImageIdentifier in software.amazon.awssdk.services.ecr.paginators
Methods in software.amazon.awssdk.services.ecr.paginators that return types with arguments of type ImageIdentifier Modifier and Type Method Description SdkIterable<ImageIdentifier>ListImagesIterable. imageIds()Returns an iterable to iterate through the paginatedListImagesResponse.imageIds()member.SdkPublisher<ImageIdentifier>ListImagesPublisher. imageIds()Returns a publisher that can be used to get a stream of data.
-