Uses of Class
software.amazon.awssdk.services.inspector.model.UnsubscribeFromEventResponse
-
Packages that use UnsubscribeFromEventResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of UnsubscribeFromEventResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return UnsubscribeFromEventResponse Modifier and Type Method Description default UnsubscribeFromEventResponseInspectorClient. unsubscribeFromEvent(Consumer<UnsubscribeFromEventRequest.Builder> unsubscribeFromEventRequest)Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.default UnsubscribeFromEventResponseInspectorClient. unsubscribeFromEvent(UnsubscribeFromEventRequest unsubscribeFromEventRequest)Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type UnsubscribeFromEventResponse Modifier and Type Method Description default CompletableFuture<UnsubscribeFromEventResponse>InspectorAsyncClient. unsubscribeFromEvent(Consumer<UnsubscribeFromEventRequest.Builder> unsubscribeFromEventRequest)Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.default CompletableFuture<UnsubscribeFromEventResponse>InspectorAsyncClient. unsubscribeFromEvent(UnsubscribeFromEventRequest unsubscribeFromEventRequest)Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
-