Uses of Class
com.amazonaws.services.storagegateway.model.ListVolumesRequest
Packages that use ListVolumesRequest
Package
Description
-
Uses of ListVolumesRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type ListVolumesRequestModifier 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.AbstractAWSStorageGatewayAsync.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 ListVolumesRequestModifier 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 ListVolumesRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return ListVolumesRequestModifier and TypeMethodDescriptionListVolumesRequest.clone()ListVolumesRequest.withGatewayARN(String gatewayARN) Specifies that the list of volumes returned be limited to the specified number of items.ListVolumesRequest.withMarker(String marker) A string that indicates the position at which to begin the returned list of volumes.