Uses of Class
com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
-
Packages that use UnsubscribeFromEventRequest Package Description com.amazonaws.services.inspector com.amazonaws.services.inspector.model -
-
Uses of UnsubscribeFromEventRequest in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector with parameters of type UnsubscribeFromEventRequest Modifier and Type Method 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>
AbstractAmazonInspectorAsync. unsubscribeFromEventAsync(UnsubscribeFromEventRequest request)
Future<UnsubscribeFromEventResult>
AbstractAmazonInspectorAsync. unsubscribeFromEventAsync(UnsubscribeFromEventRequest request, AsyncHandler<UnsubscribeFromEventRequest,UnsubscribeFromEventResult> asyncHandler)
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>
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.Future<UnsubscribeFromEventResult>
AmazonInspectorAsyncClient. unsubscribeFromEventAsync(UnsubscribeFromEventRequest request)
Future<UnsubscribeFromEventResult>
AmazonInspectorAsyncClient. unsubscribeFromEventAsync(UnsubscribeFromEventRequest request, AsyncHandler<UnsubscribeFromEventRequest,UnsubscribeFromEventResult> asyncHandler)
Method parameters in com.amazonaws.services.inspector with type arguments of type UnsubscribeFromEventRequest Modifier and Type Method Description 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.Future<UnsubscribeFromEventResult>
AmazonInspectorAsyncClient. unsubscribeFromEventAsync(UnsubscribeFromEventRequest request, AsyncHandler<UnsubscribeFromEventRequest,UnsubscribeFromEventResult> asyncHandler)
-
Uses of UnsubscribeFromEventRequest in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return UnsubscribeFromEventRequest Modifier and Type Method 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.
-