Uses of Class
software.amazon.awssdk.services.inspector.model.UnsubscribeFromEventRequest
-
Packages that use UnsubscribeFromEventRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.transform -
-
Uses of UnsubscribeFromEventRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type UnsubscribeFromEventRequest Modifier and Type Method Description 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.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. -
Uses of UnsubscribeFromEventRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type UnsubscribeFromEventRequest Modifier and Type Method Description SdkHttpFullRequestUnsubscribeFromEventRequestMarshaller. marshall(UnsubscribeFromEventRequest unsubscribeFromEventRequest)
-