| 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 listRecordHistoryRequest)
Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as
specified.
|
Future<ListRecordHistoryResult> |
AbstractAWSServiceCatalogAsync.listRecordHistoryAsync(ListRecordHistoryRequest request) |
Future<ListRecordHistoryResult> |
AWSServiceCatalogAsync.listRecordHistoryAsync(ListRecordHistoryRequest listRecordHistoryRequest)
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) |
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 |
|---|---|
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 |
|---|---|
ListRecordHistoryRequest |
ListRecordHistoryRequest.clone() |
ListRecordHistoryRequest |
ListRecordHistoryRequest.withAcceptLanguage(String acceptLanguage)
The language code to use for this operation.
|
ListRecordHistoryRequest |
ListRecordHistoryRequest.withAccessLevelFilter(AccessLevelFilter accessLevelFilter)
The access level for obtaining results.
|
ListRecordHistoryRequest |
ListRecordHistoryRequest.withPageSize(Integer pageSize)
The maximum number of items to return in the results.
|
ListRecordHistoryRequest |
ListRecordHistoryRequest.withPageToken(String pageToken)
The page token of the first page retrieved.
|
ListRecordHistoryRequest |
ListRecordHistoryRequest.withSearchFilter(ListRecordHistorySearchFilter searchFilter)
The filter to limit search results.
|
Copyright © 2016. All rights reserved.