Uses of Class
com.amazonaws.services.inspector.model.UnsubscribeFromEventResult
-
Packages that use UnsubscribeFromEventResult Package Description com.amazonaws.services.inspector com.amazonaws.services.inspector.model -
-
Uses of UnsubscribeFromEventResult in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector that return UnsubscribeFromEventResult 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.Method parameters in com.amazonaws.services.inspector with type arguments of type UnsubscribeFromEventResult 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 UnsubscribeFromEventResult in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return UnsubscribeFromEventResult Modifier and Type Method Description UnsubscribeFromEventResult
UnsubscribeFromEventResult. clone()
-