Uses of Class
software.amazon.awssdk.services.securitylake.model.GetDataLakeExceptionSubscriptionResponse
-
Packages that use GetDataLakeExceptionSubscriptionResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of GetDataLakeExceptionSubscriptionResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return GetDataLakeExceptionSubscriptionResponse Modifier and Type Method Description default GetDataLakeExceptionSubscriptionResponseSecurityLakeClient. getDataLakeExceptionSubscription(Consumer<GetDataLakeExceptionSubscriptionRequest.Builder> getDataLakeExceptionSubscriptionRequest)Retrieves the protocol and endpoint that were provided when subscribing to Amazon SNS topics for exception notifications.default GetDataLakeExceptionSubscriptionResponseSecurityLakeClient. getDataLakeExceptionSubscription(GetDataLakeExceptionSubscriptionRequest getDataLakeExceptionSubscriptionRequest)Retrieves the protocol and endpoint that were provided when subscribing to Amazon SNS topics for exception notifications.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type GetDataLakeExceptionSubscriptionResponse Modifier and Type Method Description default CompletableFuture<GetDataLakeExceptionSubscriptionResponse>SecurityLakeAsyncClient. getDataLakeExceptionSubscription(Consumer<GetDataLakeExceptionSubscriptionRequest.Builder> getDataLakeExceptionSubscriptionRequest)Retrieves the protocol and endpoint that were provided when subscribing to Amazon SNS topics for exception notifications.default CompletableFuture<GetDataLakeExceptionSubscriptionResponse>SecurityLakeAsyncClient. getDataLakeExceptionSubscription(GetDataLakeExceptionSubscriptionRequest getDataLakeExceptionSubscriptionRequest)Retrieves the protocol and endpoint that were provided when subscribing to Amazon SNS topics for exception notifications.
-