Uses of Class
com.amazonaws.services.cloudwatchevents.model.PutEventsResult
-
Packages that use PutEventsResult Package Description com.amazonaws.services.cloudwatchevents com.amazonaws.services.cloudwatchevents.model -
-
Uses of PutEventsResult in com.amazonaws.services.cloudwatchevents
Methods in com.amazonaws.services.cloudwatchevents that return PutEventsResult Modifier and Type Method Description PutEventsResult
AbstractAmazonCloudWatchEvents. putEvents(PutEventsRequest request)
PutEventsResult
AmazonCloudWatchEvents. putEvents(PutEventsRequest putEventsRequest)
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.PutEventsResult
AmazonCloudWatchEventsClient. putEvents(PutEventsRequest putEventsRequest)
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.Methods in com.amazonaws.services.cloudwatchevents that return types with arguments of type PutEventsResult Modifier and Type Method Description Future<PutEventsResult>
AbstractAmazonCloudWatchEventsAsync. putEventsAsync(PutEventsRequest request)
Future<PutEventsResult>
AbstractAmazonCloudWatchEventsAsync. putEventsAsync(PutEventsRequest request, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Future<PutEventsResult>
AmazonCloudWatchEventsAsync. putEventsAsync(PutEventsRequest putEventsRequest)
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.Future<PutEventsResult>
AmazonCloudWatchEventsAsync. putEventsAsync(PutEventsRequest putEventsRequest, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.Future<PutEventsResult>
AmazonCloudWatchEventsAsyncClient. putEventsAsync(PutEventsRequest request)
Future<PutEventsResult>
AmazonCloudWatchEventsAsyncClient. putEventsAsync(PutEventsRequest request, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Method parameters in com.amazonaws.services.cloudwatchevents with type arguments of type PutEventsResult Modifier and Type Method Description Future<PutEventsResult>
AbstractAmazonCloudWatchEventsAsync. putEventsAsync(PutEventsRequest request, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Future<PutEventsResult>
AmazonCloudWatchEventsAsync. putEventsAsync(PutEventsRequest putEventsRequest, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.Future<PutEventsResult>
AmazonCloudWatchEventsAsyncClient. putEventsAsync(PutEventsRequest request, AsyncHandler<PutEventsRequest,PutEventsResult> asyncHandler)
-
Uses of PutEventsResult in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return PutEventsResult Modifier and Type Method Description PutEventsResult
PutEventsResult. clone()
PutEventsResult
PutEventsResult. withEntries(PutEventsResultEntry... entries)
A list of successfully and unsuccessfully ingested events results.PutEventsResult
PutEventsResult. withEntries(Collection<PutEventsResultEntry> entries)
A list of successfully and unsuccessfully ingested events results.PutEventsResult
PutEventsResult. withFailedEntryCount(Integer failedEntryCount)
The number of failed entries.
-