Uses of Class
com.amazonaws.services.inspector.model.SubscribeToEventRequest
-
Packages that use SubscribeToEventRequest Package Description com.amazonaws.services.inspector com.amazonaws.services.inspector.model -
-
Uses of SubscribeToEventRequest in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector with parameters of type SubscribeToEventRequest Modifier and Type Method Description SubscribeToEventResultAbstractAmazonInspector. subscribeToEvent(SubscribeToEventRequest request)SubscribeToEventResultAmazonInspector. subscribeToEvent(SubscribeToEventRequest subscribeToEventRequest)Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.SubscribeToEventResultAmazonInspectorClient. subscribeToEvent(SubscribeToEventRequest subscribeToEventRequest)Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.Future<SubscribeToEventResult>AbstractAmazonInspectorAsync. subscribeToEventAsync(SubscribeToEventRequest request)Future<SubscribeToEventResult>AbstractAmazonInspectorAsync. subscribeToEventAsync(SubscribeToEventRequest request, AsyncHandler<SubscribeToEventRequest,SubscribeToEventResult> asyncHandler)Future<SubscribeToEventResult>AmazonInspectorAsync. subscribeToEventAsync(SubscribeToEventRequest subscribeToEventRequest)Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.Future<SubscribeToEventResult>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.Future<SubscribeToEventResult>AmazonInspectorAsyncClient. subscribeToEventAsync(SubscribeToEventRequest request)Future<SubscribeToEventResult>AmazonInspectorAsyncClient. subscribeToEventAsync(SubscribeToEventRequest request, AsyncHandler<SubscribeToEventRequest,SubscribeToEventResult> asyncHandler)Method parameters in com.amazonaws.services.inspector with type arguments of type SubscribeToEventRequest Modifier and Type Method Description Future<SubscribeToEventResult>AbstractAmazonInspectorAsync. subscribeToEventAsync(SubscribeToEventRequest request, AsyncHandler<SubscribeToEventRequest,SubscribeToEventResult> asyncHandler)Future<SubscribeToEventResult>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.Future<SubscribeToEventResult>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 SubscribeToEventRequest Modifier and Type Method Description SubscribeToEventRequestSubscribeToEventRequest. clone()SubscribeToEventRequestSubscribeToEventRequest. withEvent(InspectorEvent event)The event for which you want to receive SNS notifications.SubscribeToEventRequestSubscribeToEventRequest. withEvent(String event)The event for which you want to receive SNS notifications.SubscribeToEventRequestSubscribeToEventRequest. withResourceArn(String resourceArn)The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.SubscribeToEventRequestSubscribeToEventRequest. withTopicArn(String topicArn)The ARN of the SNS topic to which the SNS notifications are sent.
-