Uses of Class
software.amazon.awssdk.services.inspector.model.SubscribeToEventResponse
-
Packages that use SubscribeToEventResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of SubscribeToEventResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return SubscribeToEventResponse Modifier and Type Method Description default SubscribeToEventResponseInspectorClient. subscribeToEvent(Consumer<SubscribeToEventRequest.Builder> 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.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type SubscribeToEventResponse Modifier and Type Method Description default CompletableFuture<SubscribeToEventResponse>InspectorAsyncClient. subscribeToEvent(Consumer<SubscribeToEventRequest.Builder> subscribeToEventRequest)Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.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.
-