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