| Package | Description |
|---|---|
| com.amazonaws.services.inspector | |
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAmazonInspector.subscribeToEvent(SubscribeToEventRequest request) |
void |
AmazonInspectorClient.subscribeToEvent(SubscribeToEventRequest subscribeToEventRequest)
Enables the process of sending Amazon Simple Notification Service (SNS)
notifications about a specified event to a specified SNS topic.
|
void |
AmazonInspector.subscribeToEvent(SubscribeToEventRequest subscribeToEventRequest)
Enables the process of sending Amazon Simple Notification Service (SNS)
notifications about a specified event to a specified SNS topic.
|
Future<Void> |
AmazonInspectorAsyncClient.subscribeToEventAsync(SubscribeToEventRequest request) |
Future<Void> |
AbstractAmazonInspectorAsync.subscribeToEventAsync(SubscribeToEventRequest request) |
Future<Void> |
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<Void> |
AmazonInspectorAsyncClient.subscribeToEventAsync(SubscribeToEventRequest request,
AsyncHandler<SubscribeToEventRequest,Void> asyncHandler) |
Future<Void> |
AbstractAmazonInspectorAsync.subscribeToEventAsync(SubscribeToEventRequest request,
AsyncHandler<SubscribeToEventRequest,Void> asyncHandler) |
Future<Void> |
AmazonInspectorAsync.subscribeToEventAsync(SubscribeToEventRequest subscribeToEventRequest,
AsyncHandler<SubscribeToEventRequest,Void> asyncHandler)
Enables the process of sending Amazon Simple Notification Service (SNS)
notifications about a specified event to a specified SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonInspectorAsyncClient.subscribeToEventAsync(SubscribeToEventRequest request,
AsyncHandler<SubscribeToEventRequest,Void> asyncHandler) |
Future<Void> |
AbstractAmazonInspectorAsync.subscribeToEventAsync(SubscribeToEventRequest request,
AsyncHandler<SubscribeToEventRequest,Void> asyncHandler) |
Future<Void> |
AmazonInspectorAsync.subscribeToEventAsync(SubscribeToEventRequest subscribeToEventRequest,
AsyncHandler<SubscribeToEventRequest,Void> asyncHandler)
Enables the process of sending Amazon Simple Notification Service (SNS)
notifications about a specified event to a specified SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
SubscribeToEventRequest |
SubscribeToEventRequest.clone() |
SubscribeToEventRequest |
SubscribeToEventRequest.withEvent(InspectorEvent event)
The event for which you want to receive SNS notifications.
|
SubscribeToEventRequest |
SubscribeToEventRequest.withEvent(String event)
The event for which you want to receive SNS notifications.
|
SubscribeToEventRequest |
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 |
SubscribeToEventRequest.withTopicArn(String topicArn)
The ARN of the SNS topic to which the SNS notifications are sent.
|
Copyright © 2016. All rights reserved.