| Package | Description |
|---|---|
| com.amazonaws.services.config |
|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetResourceConfigHistoryResult> |
AbstractAmazonConfigAsync.getResourceConfigHistoryAsync(GetResourceConfigHistoryRequest request,
AsyncHandler<GetResourceConfigHistoryRequest,GetResourceConfigHistoryResult> asyncHandler) |
Future<GetResourceConfigHistoryResult> |
AmazonConfigAsync.getResourceConfigHistoryAsync(GetResourceConfigHistoryRequest getResourceConfigHistoryRequest,
AsyncHandler<GetResourceConfigHistoryRequest,GetResourceConfigHistoryResult> asyncHandler)
|
Future<GetResourceConfigHistoryResult> |
AmazonConfigAsyncClient.getResourceConfigHistoryAsync(GetResourceConfigHistoryRequest request,
AsyncHandler<GetResourceConfigHistoryRequest,GetResourceConfigHistoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.clone() |
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withChronologicalOrder(ChronologicalOrder chronologicalOrder)
The chronological order for configuration items listed.
|
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withChronologicalOrder(String chronologicalOrder)
The chronological order for configuration items listed.
|
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withEarlierTime(Date earlierTime)
The chronologically earliest time in the time range for which the history requested.
|
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withLaterTime(Date laterTime)
The chronologically latest time in the time range for which the history requested.
|
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withLimit(Integer limit)
The maximum number of configuration items returned on each page.
|
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withResourceId(String resourceId)
The ID of the resource (for example.,
sg-xxxxxx). |
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withResourceType(ResourceType resourceType)
The resource type.
|
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withResourceType(String resourceType)
The resource type.
|
Copyright © 2024. All rights reserved.