JobSchedules.listWithServiceResponseAsync 方法
定义
重载
listWithServiceResponseAsync() |
Lists all of the job schedules in the specified account.
|
listWithServiceResponseAsync(final JobScheduleListOptions jobScheduleListOptions) |
Lists all of the job schedules in the specified account.
|
listWithServiceResponseAsync()
Lists all of the job schedules in the specified account.
public Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>, JobScheduleListHeaders>> listWithServiceResponseAsync()
返回
Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>, JobScheduleListHeaders>>
the observable to the PagedList<CloudJobSchedule> object
例外
IllegalArgumentException
thrown if parameters fail the validation
listWithServiceResponseAsync(final JobScheduleListOptions jobScheduleListOptions)
Lists all of the job schedules in the specified account.
public Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>, JobScheduleListHeaders>> listWithServiceResponseAsync(final JobScheduleListOptions jobScheduleListOptions)
参数
- jobScheduleListOptions
- final JobScheduleListOptions
Additional parameters for the operation
返回
Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>, JobScheduleListHeaders>>
the observable to the PagedList<CloudJobSchedule> object
例外
IllegalArgumentException
thrown if parameters fail the validation