| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
default SubscribeToEventResponse |
InspectorClient.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(Consumer<SubscribeToEventRequest.Builder> subscribeToEventRequest)
Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to
a specified SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
static SubscribeToEventRequest.Builder |
SubscribeToEventRequest.builder() |
SubscribeToEventRequest.Builder |
SubscribeToEventRequest.Builder.event(InspectorEvent event)
The event for which you want to receive SNS notifications.
|
SubscribeToEventRequest.Builder |
SubscribeToEventRequest.Builder.event(String event)
The event for which you want to receive SNS notifications.
|
SubscribeToEventRequest.Builder |
SubscribeToEventRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SubscribeToEventRequest.Builder |
SubscribeToEventRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SubscribeToEventRequest.Builder |
SubscribeToEventRequest.Builder.resourceArn(String resourceArn)
The ARN of the assessment template that is used during the event for which you want to receive SNS
notifications.
|
SubscribeToEventRequest.Builder |
SubscribeToEventRequest.toBuilder() |
SubscribeToEventRequest.Builder |
SubscribeToEventRequest.Builder.topicArn(String topicArn)
The ARN of the SNS topic to which the SNS notifications are sent.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SubscribeToEventRequest.Builder> |
SubscribeToEventRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.