Uses of Class
software.amazon.awssdk.services.medicalimaging.model.ImageSetProperties
-
Packages that use ImageSetProperties Package Description software.amazon.awssdk.services.medicalimaging.model software.amazon.awssdk.services.medicalimaging.paginators -
-
Uses of ImageSetProperties in software.amazon.awssdk.services.medicalimaging.model
Methods in software.amazon.awssdk.services.medicalimaging.model that return types with arguments of type ImageSetProperties Modifier and Type Method Description List<ImageSetProperties>ListImageSetVersionsResponse. imageSetPropertiesList()Lists all properties associated with an image set.Methods in software.amazon.awssdk.services.medicalimaging.model with parameters of type ImageSetProperties Modifier and Type Method Description ListImageSetVersionsResponse.BuilderListImageSetVersionsResponse.Builder. imageSetPropertiesList(ImageSetProperties... imageSetPropertiesList)Lists all properties associated with an image set.Method parameters in software.amazon.awssdk.services.medicalimaging.model with type arguments of type ImageSetProperties Modifier and Type Method Description ListImageSetVersionsResponse.BuilderListImageSetVersionsResponse.Builder. imageSetPropertiesList(Collection<ImageSetProperties> imageSetPropertiesList)Lists all properties associated with an image set. -
Uses of ImageSetProperties in software.amazon.awssdk.services.medicalimaging.paginators
Methods in software.amazon.awssdk.services.medicalimaging.paginators that return types with arguments of type ImageSetProperties Modifier and Type Method Description SdkIterable<ImageSetProperties>ListImageSetVersionsIterable. imageSetPropertiesList()Returns an iterable to iterate through the paginatedListImageSetVersionsResponse.imageSetPropertiesList()member.SdkPublisher<ImageSetProperties>ListImageSetVersionsPublisher. imageSetPropertiesList()Returns a publisher that can be used to get a stream of data.
-