Package | Description |
---|---|
com.amazonaws.services.inspector | |
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
UnsubscribeFromEventResult |
AbstractAmazonInspector.unsubscribeFromEvent(UnsubscribeFromEventRequest request) |
UnsubscribeFromEventResult |
AmazonInspector.unsubscribeFromEvent(UnsubscribeFromEventRequest unsubscribeFromEventRequest)
Disables the process of sending Amazon Simple Notification Service (SNS)
notifications about a specified event to a specified SNS topic.
|
UnsubscribeFromEventResult |
AmazonInspectorClient.unsubscribeFromEvent(UnsubscribeFromEventRequest unsubscribeFromEventRequest)
Disables the process of sending Amazon Simple Notification Service (SNS)
notifications about a specified event to a specified SNS topic.
|
Future<UnsubscribeFromEventResult> |
AmazonInspectorAsyncClient.unsubscribeFromEventAsync(UnsubscribeFromEventRequest request) |
Future<UnsubscribeFromEventResult> |
AbstractAmazonInspectorAsync.unsubscribeFromEventAsync(UnsubscribeFromEventRequest request) |
Future<UnsubscribeFromEventResult> |
AmazonInspectorAsync.unsubscribeFromEventAsync(UnsubscribeFromEventRequest unsubscribeFromEventRequest)
Disables the process of sending Amazon Simple Notification Service (SNS)
notifications about a specified event to a specified SNS topic.
|
Future<UnsubscribeFromEventResult> |
AmazonInspectorAsyncClient.unsubscribeFromEventAsync(UnsubscribeFromEventRequest request,
AsyncHandler<UnsubscribeFromEventRequest,UnsubscribeFromEventResult> asyncHandler) |
Future<UnsubscribeFromEventResult> |
AbstractAmazonInspectorAsync.unsubscribeFromEventAsync(UnsubscribeFromEventRequest request,
AsyncHandler<UnsubscribeFromEventRequest,UnsubscribeFromEventResult> asyncHandler) |
Future<UnsubscribeFromEventResult> |
AmazonInspectorAsync.unsubscribeFromEventAsync(UnsubscribeFromEventRequest unsubscribeFromEventRequest,
AsyncHandler<UnsubscribeFromEventRequest,UnsubscribeFromEventResult> asyncHandler)
Disables 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<UnsubscribeFromEventResult> |
AmazonInspectorAsyncClient.unsubscribeFromEventAsync(UnsubscribeFromEventRequest request,
AsyncHandler<UnsubscribeFromEventRequest,UnsubscribeFromEventResult> asyncHandler) |
Future<UnsubscribeFromEventResult> |
AbstractAmazonInspectorAsync.unsubscribeFromEventAsync(UnsubscribeFromEventRequest request,
AsyncHandler<UnsubscribeFromEventRequest,UnsubscribeFromEventResult> asyncHandler) |
Future<UnsubscribeFromEventResult> |
AmazonInspectorAsync.unsubscribeFromEventAsync(UnsubscribeFromEventRequest unsubscribeFromEventRequest,
AsyncHandler<UnsubscribeFromEventRequest,UnsubscribeFromEventResult> asyncHandler)
Disables 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 |
---|---|
UnsubscribeFromEventRequest |
UnsubscribeFromEventRequest.clone() |
UnsubscribeFromEventRequest |
UnsubscribeFromEventRequest.withEvent(InspectorEvent event)
The event for which you want to stop receiving SNS notifications.
|
UnsubscribeFromEventRequest |
UnsubscribeFromEventRequest.withEvent(String event)
The event for which you want to stop receiving SNS notifications.
|
UnsubscribeFromEventRequest |
UnsubscribeFromEventRequest.withResourceArn(String resourceArn)
The ARN of the assessment template that is used during the event for
which you want to stop receiving SNS notifications.
|
UnsubscribeFromEventRequest |
UnsubscribeFromEventRequest.withTopicArn(String topicArn)
The ARN of the SNS topic to which SNS notifications are sent.
|
Copyright © 2018. All rights reserved.