类 ListSnapshotsRequest


  • public class ListSnapshotsRequest
    extends ListRequest
    The request for listing snapshots owned by used.
    • 构造器详细资料

      • ListSnapshotsRequest

        public ListSnapshotsRequest()
    • 方法详细资料

      • getVolumeId

        public String getVolumeId()
      • setVolumeId

        public void setVolumeId​(String volumeId)
      • withVolumeId

        public ListSnapshotsRequest withVolumeId​(String volumeId)
        Configure the request with specified volumeId.
        参数:
        volumeId - The id of the volume.
        返回:
        ListSnapshotsRequest with specified volumeId.
      • withMarker

        public ListSnapshotsRequest withMarker​(String marker)
        Configure the request with specified marker.
        覆盖:
        withMarker 在类中 ListRequest
        参数:
        marker - The optional parameter marker specified in the original request to specify where in the results to begin listing.
        返回:
        ListSnapshotsRequest with specified marker.
      • withMaxKeys

        public ListSnapshotsRequest withMaxKeys​(int maxKeys)
        Configure the request with specified maxKeys.
        覆盖:
        withMaxKeys 在类中 ListRequest
        参数:
        maxKeys - The optional parameter to specifies the max number of list result to return. The default value is 1000.
        返回:
        ListSnapshotsRequest with specified maxKeys.