Uses of Interface
software.amazon.awssdk.services.inspector.model.SubscribeToEventRequest.Builder
-
Packages that use SubscribeToEventRequest.Builder Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.model -
-
Uses of SubscribeToEventRequest.Builder in software.amazon.awssdk.services.inspector
Method parameters in software.amazon.awssdk.services.inspector with type arguments of type SubscribeToEventRequest.Builder Modifier and Type Method Description default CompletableFuture<SubscribeToEventResponse>InspectorAsyncClient. subscribeToEvent(Consumer<SubscribeToEventRequest.Builder> subscribeToEventRequest)Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.default SubscribeToEventResponseInspectorClient. subscribeToEvent(Consumer<SubscribeToEventRequest.Builder> subscribeToEventRequest)Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic. -
Uses of SubscribeToEventRequest.Builder in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return SubscribeToEventRequest.Builder Modifier and Type Method Description static SubscribeToEventRequest.BuilderSubscribeToEventRequest. builder()SubscribeToEventRequest.BuilderSubscribeToEventRequest.Builder. event(String event)The event for which you want to receive SNS notifications.SubscribeToEventRequest.BuilderSubscribeToEventRequest.Builder. event(InspectorEvent event)The event for which you want to receive SNS notifications.SubscribeToEventRequest.BuilderSubscribeToEventRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SubscribeToEventRequest.BuilderSubscribeToEventRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SubscribeToEventRequest.BuilderSubscribeToEventRequest.Builder. resourceArn(String resourceArn)The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.SubscribeToEventRequest.BuilderSubscribeToEventRequest. toBuilder()SubscribeToEventRequest.BuilderSubscribeToEventRequest.Builder. topicArn(String topicArn)The ARN of the SNS topic to which the SNS notifications are sent.Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type SubscribeToEventRequest.Builder Modifier and Type Method Description static Class<? extends SubscribeToEventRequest.Builder>SubscribeToEventRequest. serializableBuilderClass()
-