Uses of Class
com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
Packages that use UnsubscribeFromEventRequest
-
Uses of UnsubscribeFromEventRequest in com.amazonaws.services.inspector
Methods in com.amazonaws.services.inspector with parameters of type UnsubscribeFromEventRequestModifier and TypeMethodDescriptionAbstractAmazonInspector.unsubscribeFromEvent
(UnsubscribeFromEventRequest request) AmazonInspector.unsubscribeFromEvent
(UnsubscribeFromEventRequest unsubscribeFromEventRequest) Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.AmazonInspectorClient.unsubscribeFromEvent
(UnsubscribeFromEventRequest unsubscribeFromEventRequest) Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.AbstractAmazonInspectorAsync.unsubscribeFromEventAsync
(UnsubscribeFromEventRequest request) AbstractAmazonInspectorAsync.unsubscribeFromEventAsync
(UnsubscribeFromEventRequest request, AsyncHandler<UnsubscribeFromEventRequest, UnsubscribeFromEventResult> asyncHandler) AmazonInspectorAsync.unsubscribeFromEventAsync
(UnsubscribeFromEventRequest unsubscribeFromEventRequest) Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.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.AmazonInspectorAsyncClient.unsubscribeFromEventAsync
(UnsubscribeFromEventRequest request) AmazonInspectorAsyncClient.unsubscribeFromEventAsync
(UnsubscribeFromEventRequest request, AsyncHandler<UnsubscribeFromEventRequest, UnsubscribeFromEventResult> asyncHandler) Method parameters in com.amazonaws.services.inspector with type arguments of type UnsubscribeFromEventRequestModifier and TypeMethodDescriptionAbstractAmazonInspectorAsync.unsubscribeFromEventAsync
(UnsubscribeFromEventRequest request, AsyncHandler<UnsubscribeFromEventRequest, UnsubscribeFromEventResult> asyncHandler) 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.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 UnsubscribeFromEventRequestModifier and TypeMethodDescriptionUnsubscribeFromEventRequest.clone()
UnsubscribeFromEventRequest.withEvent
(InspectorEvent event) The event for which you want to stop receiving SNS notifications.The event for which you want to stop receiving SNS notifications.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.withTopicArn
(String topicArn) The ARN of the SNS topic to which SNS notifications are sent.