Uses of Class
software.amazon.awssdk.services.ecr.model.ImageReplicationStatus
-
Packages that use ImageReplicationStatus Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of ImageReplicationStatus in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type ImageReplicationStatus Modifier and Type Method Description List<ImageReplicationStatus>DescribeImageReplicationStatusResponse. replicationStatuses()The replication status details for the images in the specified repository.Methods in software.amazon.awssdk.services.ecr.model with parameters of type ImageReplicationStatus Modifier and Type Method Description DescribeImageReplicationStatusResponse.BuilderDescribeImageReplicationStatusResponse.Builder. replicationStatuses(ImageReplicationStatus... replicationStatuses)The replication status details for the images in the specified repository.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type ImageReplicationStatus Modifier and Type Method Description DescribeImageReplicationStatusResponse.BuilderDescribeImageReplicationStatusResponse.Builder. replicationStatuses(Collection<ImageReplicationStatus> replicationStatuses)The replication status details for the images in the specified repository.
-