Uses of Class
software.amazon.awssdk.services.storagegateway.model.VolumeInfo
-
Packages that use VolumeInfo Package Description software.amazon.awssdk.services.storagegateway.model software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of VolumeInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type VolumeInfo Modifier and Type Method Description List<VolumeInfo>ListVolumesResponse. volumeInfos()An array of VolumeInfo objects, where each object describes an iSCSI volume.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type VolumeInfo Modifier and Type Method Description ListVolumesResponse.BuilderListVolumesResponse.Builder. volumeInfos(VolumeInfo... volumeInfos)An array of VolumeInfo objects, where each object describes an iSCSI volume.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type VolumeInfo Modifier and Type Method Description ListVolumesResponse.BuilderListVolumesResponse.Builder. volumeInfos(Collection<VolumeInfo> volumeInfos)An array of VolumeInfo objects, where each object describes an iSCSI volume. -
Uses of VolumeInfo in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type VolumeInfo Modifier and Type Method Description SdkIterable<VolumeInfo>ListVolumesIterable. volumeInfos()Returns an iterable to iterate through the paginatedListVolumesResponse.volumeInfos()member.SdkPublisher<VolumeInfo>ListVolumesPublisher. volumeInfos()Returns a publisher that can be used to get a stream of data.
-