| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog |
|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecordHistoryResult |
AbstractAWSServiceCatalog.listRecordHistory(ListRecordHistoryRequest request) |
ListRecordHistoryResult |
AWSServiceCatalog.listRecordHistory(ListRecordHistoryRequest listRecordHistoryRequest)
Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as
specified.
|
ListRecordHistoryResult |
AWSServiceCatalogClient.listRecordHistory(ListRecordHistoryRequest request)
Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as
specified.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListRecordHistoryResult> |
AbstractAWSServiceCatalogAsync.listRecordHistoryAsync(ListRecordHistoryRequest request,
AsyncHandler<ListRecordHistoryRequest,ListRecordHistoryResult> asyncHandler) |
Future<ListRecordHistoryResult> |
AWSServiceCatalogAsync.listRecordHistoryAsync(ListRecordHistoryRequest listRecordHistoryRequest,
AsyncHandler<ListRecordHistoryRequest,ListRecordHistoryResult> asyncHandler)
Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as
specified.
|
Future<ListRecordHistoryResult> |
AWSServiceCatalogAsyncClient.listRecordHistoryAsync(ListRecordHistoryRequest request,
AsyncHandler<ListRecordHistoryRequest,ListRecordHistoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRecordHistoryResult |
ListRecordHistoryResult.clone() |
ListRecordHistoryResult |
ListRecordHistoryResult.withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
ListRecordHistoryResult |
ListRecordHistoryResult.withRecordDetails(Collection<RecordDetail> recordDetails)
A list of record detail objects, listed in reverse chronological order.
|
ListRecordHistoryResult |
ListRecordHistoryResult.withRecordDetails(RecordDetail... recordDetails)
A list of record detail objects, listed in reverse chronological order.
|
Copyright © 2017. All rights reserved.