Uses of Interface
software.amazon.awssdk.services.notifications.model.GetEventRuleRequest.Builder
-
Packages that use GetEventRuleRequest.Builder Package Description software.amazon.awssdk.services.notifications The AWS User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions.software.amazon.awssdk.services.notifications.model -
-
Uses of GetEventRuleRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type GetEventRuleRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEventRuleResponse>NotificationsAsyncClient. getEventRule(Consumer<GetEventRuleRequest.Builder> getEventRuleRequest)Returns a specified EventRule.default GetEventRuleResponseNotificationsClient. getEventRule(Consumer<GetEventRuleRequest.Builder> getEventRuleRequest)Returns a specified EventRule. -
Uses of GetEventRuleRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return GetEventRuleRequest.Builder Modifier and Type Method Description GetEventRuleRequest.BuilderGetEventRuleRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the EventRule to return.static GetEventRuleRequest.BuilderGetEventRuleRequest. builder()GetEventRuleRequest.BuilderGetEventRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEventRuleRequest.BuilderGetEventRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEventRuleRequest.BuilderGetEventRuleRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type GetEventRuleRequest.Builder Modifier and Type Method Description static Class<? extends GetEventRuleRequest.Builder>GetEventRuleRequest. serializableBuilderClass()
-