Uses of Class
com.amazonaws.services.elasticache.model.DescribeEventsRequest

Packages that use DescribeEventsRequest
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of DescribeEventsRequest in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache with parameters of type DescribeEventsRequest
 DescribeEventsResult AmazonElastiCacheClient.describeEvents(DescribeEventsRequest describeEventsRequest)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 DescribeEventsResult AmazonElastiCache.describeEvents(DescribeEventsRequest describeEventsRequest)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 Future<DescribeEventsResult> AmazonElastiCacheAsyncClient.describeEventsAsync(DescribeEventsRequest describeEventsRequest)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 Future<DescribeEventsResult> AmazonElastiCacheAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 Future<DescribeEventsResult> AmazonElastiCacheAsyncClient.describeEventsAsync(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 Future<DescribeEventsResult> AmazonElastiCacheAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeEventsRequest
 Future<DescribeEventsResult> AmazonElastiCacheAsyncClient.describeEventsAsync(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 Future<DescribeEventsResult> AmazonElastiCacheAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 

Uses of DescribeEventsRequest in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return DescribeEventsRequest
 DescribeEventsRequest DescribeEventsRequest.withDuration(Integer duration)
          The number of minutes' worth of events to retrieve.
 DescribeEventsRequest DescribeEventsRequest.withEndTime(Date endTime)
          The end of the time interval for which to retrieve events, specified in ISO 8601 format.
 DescribeEventsRequest DescribeEventsRequest.withMarker(String marker)
          An optional marker returned from a prior request.
 DescribeEventsRequest DescribeEventsRequest.withMaxRecords(Integer maxRecords)
          The maximum number of records to include in the response.
 DescribeEventsRequest DescribeEventsRequest.withSourceIdentifier(String sourceIdentifier)
          The identifier of the event source for which events will be returned.
 DescribeEventsRequest DescribeEventsRequest.withSourceType(SourceType sourceType)
          The event source to retrieve events for.
 DescribeEventsRequest DescribeEventsRequest.withSourceType(String sourceType)
          The event source to retrieve events for.
 DescribeEventsRequest DescribeEventsRequest.withStartTime(Date startTime)
          The beginning of the time interval to retrieve events for, specified in ISO 8601 format.
 



Copyright © 2016. All rights reserved.