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 PutEventsResultAbstractAmazonCloudWatchEvents. putEvents(PutEventsRequest request)PutEventsResultAmazonCloudWatchEvents. putEvents(PutEventsRequest putEventsRequest)Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.PutEventsResultAmazonCloudWatchEventsClient. 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 PutEventsResultPutEventsResult. clone()PutEventsResultPutEventsResult. withEntries(PutEventsResultEntry... entries)A list of successfully and unsuccessfully ingested events results.PutEventsResultPutEventsResult. withEntries(Collection<PutEventsResultEntry> entries)A list of successfully and unsuccessfully ingested events results.PutEventsResultPutEventsResult. withFailedEntryCount(Integer failedEntryCount)The number of failed entries.
-