Uses of Class
software.amazon.awssdk.services.inspector.model.SubscribeToEventRequest
-
Packages that use SubscribeToEventRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.transform -
-
Uses of SubscribeToEventRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type SubscribeToEventRequest Modifier and Type Method Description default CompletableFuture<SubscribeToEventResponse>InspectorAsyncClient. subscribeToEvent(SubscribeToEventRequest subscribeToEventRequest)Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.default SubscribeToEventResponseInspectorClient. subscribeToEvent(SubscribeToEventRequest subscribeToEventRequest)Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic. -
Uses of SubscribeToEventRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type SubscribeToEventRequest Modifier and Type Method Description SdkHttpFullRequestSubscribeToEventRequestMarshaller. marshall(SubscribeToEventRequest subscribeToEventRequest)
-