Uses of Class
com.amazonaws.services.storagegateway.model.ListVolumesResult
Packages that use ListVolumesResult
Package
Description
-
Uses of ListVolumesResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return ListVolumesResultModifier and TypeMethodDescriptionAbstractAWSStorageGateway.listVolumes
(ListVolumesRequest request) AWSStorageGateway.listVolumes
(ListVolumesRequest listVolumesRequest) Lists the iSCSI stored volumes of a gateway.AWSStorageGatewayClient.listVolumes
(ListVolumesRequest listVolumesRequest) Lists the iSCSI stored volumes of a gateway.Methods in com.amazonaws.services.storagegateway that return types with arguments of type ListVolumesResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.listVolumesAsync
(ListVolumesRequest request) AbstractAWSStorageGatewayAsync.listVolumesAsync
(ListVolumesRequest request, AsyncHandler<ListVolumesRequest, ListVolumesResult> asyncHandler) AWSStorageGatewayAsync.listVolumesAsync
(ListVolumesRequest listVolumesRequest) Lists the iSCSI stored volumes of a gateway.AWSStorageGatewayAsync.listVolumesAsync
(ListVolumesRequest listVolumesRequest, AsyncHandler<ListVolumesRequest, ListVolumesResult> asyncHandler) Lists the iSCSI stored volumes of a gateway.AWSStorageGatewayAsyncClient.listVolumesAsync
(ListVolumesRequest request) AWSStorageGatewayAsyncClient.listVolumesAsync
(ListVolumesRequest request, AsyncHandler<ListVolumesRequest, ListVolumesResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type ListVolumesResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.listVolumesAsync
(ListVolumesRequest request, AsyncHandler<ListVolumesRequest, ListVolumesResult> asyncHandler) AWSStorageGatewayAsync.listVolumesAsync
(ListVolumesRequest listVolumesRequest, AsyncHandler<ListVolumesRequest, ListVolumesResult> asyncHandler) Lists the iSCSI stored volumes of a gateway.AWSStorageGatewayAsyncClient.listVolumesAsync
(ListVolumesRequest request, AsyncHandler<ListVolumesRequest, ListVolumesResult> asyncHandler) -
Uses of ListVolumesResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return ListVolumesResultModifier and TypeMethodDescriptionListVolumesResult.clone()
ListVolumesResult.withGatewayARN
(String gatewayARN) ListVolumesResult.withMarker
(String marker) ListVolumesResult.withVolumeInfos
(VolumeInfo... volumeInfos) NOTE: This method appends the values to the existing list (if any).ListVolumesResult.withVolumeInfos
(Collection<VolumeInfo> volumeInfos)