| Package | Description |
|---|---|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
HttpsNotificationConfiguration |
HttpsNotificationConfiguration.clone() |
HttpsNotificationConfiguration |
NotificationConfiguration.getHttpsNotificationConfiguration()
The configurations for HTTPS subscriber notification.
|
HttpsNotificationConfiguration |
HttpsNotificationConfiguration.withAuthorizationApiKeyName(String authorizationApiKeyName)
The key name for the notification subscription.
|
HttpsNotificationConfiguration |
HttpsNotificationConfiguration.withAuthorizationApiKeyValue(String authorizationApiKeyValue)
The key value for the notification subscription.
|
HttpsNotificationConfiguration |
HttpsNotificationConfiguration.withEndpoint(String endpoint)
The subscription endpoint in Security Lake.
|
HttpsNotificationConfiguration |
HttpsNotificationConfiguration.withHttpMethod(HttpMethod httpMethod)
The HTTPS method used for the notification subscription.
|
HttpsNotificationConfiguration |
HttpsNotificationConfiguration.withHttpMethod(String httpMethod)
The HTTPS method used for the notification subscription.
|
HttpsNotificationConfiguration |
HttpsNotificationConfiguration.withTargetRoleArn(String targetRoleArn)
The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationConfiguration.setHttpsNotificationConfiguration(HttpsNotificationConfiguration httpsNotificationConfiguration)
The configurations for HTTPS subscriber notification.
|
NotificationConfiguration |
NotificationConfiguration.withHttpsNotificationConfiguration(HttpsNotificationConfiguration httpsNotificationConfiguration)
The configurations for HTTPS subscriber notification.
|
Copyright © 2024. All rights reserved.