Uses of Class
com.amazonaws.services.inspector.model.SubscribeToEventRequest
Packages that use SubscribeToEventRequest
-
Uses of SubscribeToEventRequest in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector with parameters of type SubscribeToEventRequestModifier and TypeMethodDescriptionAbstractAmazonInspector.subscribeToEvent
(SubscribeToEventRequest request) AmazonInspector.subscribeToEvent
(SubscribeToEventRequest subscribeToEventRequest) Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.AmazonInspectorClient.subscribeToEvent
(SubscribeToEventRequest subscribeToEventRequest) Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.AbstractAmazonInspectorAsync.subscribeToEventAsync
(SubscribeToEventRequest request) AbstractAmazonInspectorAsync.subscribeToEventAsync
(SubscribeToEventRequest request, AsyncHandler<SubscribeToEventRequest, SubscribeToEventResult> asyncHandler) AmazonInspectorAsync.subscribeToEventAsync
(SubscribeToEventRequest subscribeToEventRequest) Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.AmazonInspectorAsync.subscribeToEventAsync
(SubscribeToEventRequest subscribeToEventRequest, AsyncHandler<SubscribeToEventRequest, SubscribeToEventResult> asyncHandler) Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.AmazonInspectorAsyncClient.subscribeToEventAsync
(SubscribeToEventRequest request) AmazonInspectorAsyncClient.subscribeToEventAsync
(SubscribeToEventRequest request, AsyncHandler<SubscribeToEventRequest, SubscribeToEventResult> asyncHandler) Method parameters in com.amazonaws.services.inspector with type arguments of type SubscribeToEventRequestModifier and TypeMethodDescriptionAbstractAmazonInspectorAsync.subscribeToEventAsync
(SubscribeToEventRequest request, AsyncHandler<SubscribeToEventRequest, SubscribeToEventResult> asyncHandler) AmazonInspectorAsync.subscribeToEventAsync
(SubscribeToEventRequest subscribeToEventRequest, AsyncHandler<SubscribeToEventRequest, SubscribeToEventResult> asyncHandler) Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.AmazonInspectorAsyncClient.subscribeToEventAsync
(SubscribeToEventRequest request, AsyncHandler<SubscribeToEventRequest, SubscribeToEventResult> asyncHandler) -
Uses of SubscribeToEventRequest in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return SubscribeToEventRequestModifier and TypeMethodDescriptionSubscribeToEventRequest.clone()
SubscribeToEventRequest.withEvent
(InspectorEvent event) The event for which you want to receive SNS notifications.The event for which you want to receive SNS notifications.SubscribeToEventRequest.withResourceArn
(String resourceArn) The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.SubscribeToEventRequest.withTopicArn
(String topicArn) The ARN of the SNS topic to which the SNS notifications are sent.