Uses of Class
com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
Packages that use GetResourceConfigHistoryRequest
-
Uses of GetResourceConfigHistoryRequest in com.amazonaws.services.config
Methods in com.amazonaws.services.config with parameters of type GetResourceConfigHistoryRequestModifier and TypeMethodDescriptionAbstractAmazonConfig.getResourceConfigHistory
(GetResourceConfigHistoryRequest request) AmazonConfig.getResourceConfigHistory
(GetResourceConfigHistoryRequest getResourceConfigHistoryRequest) Returns a list of configuration items for the specified resource.AmazonConfigClient.getResourceConfigHistory
(GetResourceConfigHistoryRequest getResourceConfigHistoryRequest) Returns a list of configuration items for the specified resource.AbstractAmazonConfigAsync.getResourceConfigHistoryAsync
(GetResourceConfigHistoryRequest request) AbstractAmazonConfigAsync.getResourceConfigHistoryAsync
(GetResourceConfigHistoryRequest request, AsyncHandler<GetResourceConfigHistoryRequest, GetResourceConfigHistoryResult> asyncHandler) AmazonConfigAsync.getResourceConfigHistoryAsync
(GetResourceConfigHistoryRequest getResourceConfigHistoryRequest) Returns a list of configuration items for the specified resource.AmazonConfigAsync.getResourceConfigHistoryAsync
(GetResourceConfigHistoryRequest getResourceConfigHistoryRequest, AsyncHandler<GetResourceConfigHistoryRequest, GetResourceConfigHistoryResult> asyncHandler) Returns a list of configuration items for the specified resource.AmazonConfigAsyncClient.getResourceConfigHistoryAsync
(GetResourceConfigHistoryRequest request) AmazonConfigAsyncClient.getResourceConfigHistoryAsync
(GetResourceConfigHistoryRequest request, AsyncHandler<GetResourceConfigHistoryRequest, GetResourceConfigHistoryResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type GetResourceConfigHistoryRequestModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.getResourceConfigHistoryAsync
(GetResourceConfigHistoryRequest request, AsyncHandler<GetResourceConfigHistoryRequest, GetResourceConfigHistoryResult> asyncHandler) AmazonConfigAsync.getResourceConfigHistoryAsync
(GetResourceConfigHistoryRequest getResourceConfigHistoryRequest, AsyncHandler<GetResourceConfigHistoryRequest, GetResourceConfigHistoryResult> asyncHandler) Returns a list of configuration items for the specified resource.AmazonConfigAsyncClient.getResourceConfigHistoryAsync
(GetResourceConfigHistoryRequest request, AsyncHandler<GetResourceConfigHistoryRequest, GetResourceConfigHistoryResult> asyncHandler) -
Uses of GetResourceConfigHistoryRequest in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return GetResourceConfigHistoryRequestModifier and TypeMethodDescriptionGetResourceConfigHistoryRequest.clone()
GetResourceConfigHistoryRequest.withChronologicalOrder
(ChronologicalOrder chronologicalOrder) The chronological order for configuration items listed.GetResourceConfigHistoryRequest.withChronologicalOrder
(String chronologicalOrder) The chronological order for configuration items listed.GetResourceConfigHistoryRequest.withEarlierTime
(Date earlierTime) The time stamp that indicates an earlier time.GetResourceConfigHistoryRequest.withLaterTime
(Date laterTime) The time stamp that indicates a later time.The maximum number of configuration items returned on each page.GetResourceConfigHistoryRequest.withNextToken
(String nextToken) ThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.GetResourceConfigHistoryRequest.withResourceId
(String resourceId) The ID of the resource (for example.,sg-xxxxxx
).GetResourceConfigHistoryRequest.withResourceType
(ResourceType resourceType) The resource type.GetResourceConfigHistoryRequest.withResourceType
(String resourceType) The resource type.