Uses of Interface
software.amazon.awssdk.services.cloudwatchevents.model.PutEventsRequest.Builder
-
Packages that use PutEventsRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.software.amazon.awssdk.services.cloudwatchevents.model -
-
Uses of PutEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchevents
Method parameters in software.amazon.awssdk.services.cloudwatchevents with type arguments of type PutEventsRequest.Builder Modifier and Type Method Description default CompletableFuture<PutEventsResponse>CloudWatchEventsAsyncClient. putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest)Sends custom events to Amazon EventBridge so that they can be matched to rules.default PutEventsResponseCloudWatchEventsClient. putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest)Sends custom events to Amazon EventBridge so that they can be matched to rules. -
Uses of PutEventsRequest.Builder in software.amazon.awssdk.services.cloudwatchevents.model
Methods in software.amazon.awssdk.services.cloudwatchevents.model that return PutEventsRequest.Builder Modifier and Type Method Description static PutEventsRequest.BuilderPutEventsRequest. builder()PutEventsRequest.BuilderPutEventsRequest.Builder. entries(Collection<PutEventsRequestEntry> entries)The entry that defines an event in your system.PutEventsRequest.BuilderPutEventsRequest.Builder. entries(Consumer<PutEventsRequestEntry.Builder>... entries)The entry that defines an event in your system.PutEventsRequest.BuilderPutEventsRequest.Builder. entries(PutEventsRequestEntry... entries)The entry that defines an event in your system.PutEventsRequest.BuilderPutEventsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutEventsRequest.BuilderPutEventsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutEventsRequest.BuilderPutEventsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchevents.model that return types with arguments of type PutEventsRequest.Builder Modifier and Type Method Description static Class<? extends PutEventsRequest.Builder>PutEventsRequest. serializableBuilderClass()
-