| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAwsLogSourceResponse |
SecurityLakeClient.createAwsLogSource(Consumer<CreateAwsLogSourceRequest.Builder> createAwsLogSourceRequest)
Adds a natively supported Amazon Web Service as an Amazon Security Lake source.
|
default CreateAwsLogSourceResponse |
SecurityLakeClient.createAwsLogSource(CreateAwsLogSourceRequest createAwsLogSourceRequest)
Adds a natively supported Amazon Web Service as an Amazon Security Lake source.
|
default CreateCustomLogSourceResponse |
SecurityLakeClient.createCustomLogSource(Consumer<CreateCustomLogSourceRequest.Builder> createCustomLogSourceRequest)
Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to
create a custom source.
|
default CreateCustomLogSourceResponse |
SecurityLakeClient.createCustomLogSource(CreateCustomLogSourceRequest createCustomLogSourceRequest)
Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to
create a custom source.
|
default CreateDatalakeResponse |
SecurityLakeClient.createDatalake(Consumer<CreateDatalakeRequest.Builder> createDatalakeRequest)
Initializes an Amazon Security Lake instance with the provided (or default) configuration.
|
default CreateDatalakeResponse |
SecurityLakeClient.createDatalake(CreateDatalakeRequest createDatalakeRequest)
Initializes an Amazon Security Lake instance with the provided (or default) configuration.
|
default CreateSubscriberResponse |
SecurityLakeClient.createSubscriber(Consumer<CreateSubscriberRequest.Builder> createSubscriberRequest)
Creates a subscription permission for accounts that are already enabled in Amazon Security Lake.
|
default CreateSubscriberResponse |
SecurityLakeClient.createSubscriber(CreateSubscriberRequest createSubscriberRequest)
Creates a subscription permission for accounts that are already enabled in Amazon Security Lake.
|
default CreateSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.createSubscriptionNotificationConfiguration(Consumer<CreateSubscriptionNotificationConfigurationRequest.Builder> createSubscriptionNotificationConfigurationRequest)
Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in
Security Lake.
|
default CreateSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.createSubscriptionNotificationConfiguration(CreateSubscriptionNotificationConfigurationRequest createSubscriptionNotificationConfigurationRequest)
Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in
Security Lake.
|
default DeleteCustomLogSourceResponse |
SecurityLakeClient.deleteCustomLogSource(Consumer<DeleteCustomLogSourceRequest.Builder> deleteCustomLogSourceRequest)
Removes a custom log source from Amazon Security Lake.
|
default DeleteCustomLogSourceResponse |
SecurityLakeClient.deleteCustomLogSource(DeleteCustomLogSourceRequest deleteCustomLogSourceRequest)
Removes a custom log source from Amazon Security Lake.
|
default DeleteDatalakeResponse |
SecurityLakeClient.deleteDatalake(Consumer<DeleteDatalakeRequest.Builder> deleteDatalakeRequest)
When you delete Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services
Regions.
|
default DeleteDatalakeResponse |
SecurityLakeClient.deleteDatalake(DeleteDatalakeRequest deleteDatalakeRequest)
When you delete Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services
Regions.
|
default DeleteSubscriberResponse |
SecurityLakeClient.deleteSubscriber(Consumer<DeleteSubscriberRequest.Builder> deleteSubscriberRequest)
Deletes the subscription permission for accounts that are already enabled in Amazon Security Lake.
|
default DeleteSubscriberResponse |
SecurityLakeClient.deleteSubscriber(DeleteSubscriberRequest deleteSubscriberRequest)
Deletes the subscription permission for accounts that are already enabled in Amazon Security Lake.
|
default DeleteSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.deleteSubscriptionNotificationConfiguration(Consumer<DeleteSubscriptionNotificationConfigurationRequest.Builder> deleteSubscriptionNotificationConfigurationRequest)
Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.
|
default DeleteSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.deleteSubscriptionNotificationConfiguration(DeleteSubscriptionNotificationConfigurationRequest deleteSubscriptionNotificationConfigurationRequest)
Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.
|
default GetDatalakeResponse |
SecurityLakeClient.getDatalake(Consumer<GetDatalakeRequest.Builder> getDatalakeRequest)
Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID.
|
default GetDatalakeResponse |
SecurityLakeClient.getDatalake(GetDatalakeRequest getDatalakeRequest)
Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID.
|
default GetSubscriberResponse |
SecurityLakeClient.getSubscriber(Consumer<GetSubscriberRequest.Builder> getSubscriberRequest)
Retrieves the subscription information for the specified subscription ID.
|
default GetSubscriberResponse |
SecurityLakeClient.getSubscriber(GetSubscriberRequest getSubscriberRequest)
Retrieves the subscription information for the specified subscription ID.
|
default ListLogSourcesResponse |
SecurityLakeClient.listLogSources(Consumer<ListLogSourcesRequest.Builder> listLogSourcesRequest)
Retrieves the log sources in the current Amazon Web Services Region.
|
default ListLogSourcesResponse |
SecurityLakeClient.listLogSources(ListLogSourcesRequest listLogSourcesRequest)
Retrieves the log sources in the current Amazon Web Services Region.
|
default ListLogSourcesIterable |
SecurityLakeClient.listLogSourcesPaginator(Consumer<ListLogSourcesRequest.Builder> listLogSourcesRequest)
Retrieves the log sources in the current Amazon Web Services Region.
|
default ListLogSourcesIterable |
SecurityLakeClient.listLogSourcesPaginator(ListLogSourcesRequest listLogSourcesRequest)
Retrieves the log sources in the current Amazon Web Services Region.
|
default ListSubscribersResponse |
SecurityLakeClient.listSubscribers(Consumer<ListSubscribersRequest.Builder> listSubscribersRequest)
List all subscribers for the specific Amazon Security Lake account ID.
|
default ListSubscribersResponse |
SecurityLakeClient.listSubscribers(ListSubscribersRequest listSubscribersRequest)
List all subscribers for the specific Amazon Security Lake account ID.
|
default ListSubscribersIterable |
SecurityLakeClient.listSubscribersPaginator(Consumer<ListSubscribersRequest.Builder> listSubscribersRequest)
List all subscribers for the specific Amazon Security Lake account ID.
|
default ListSubscribersIterable |
SecurityLakeClient.listSubscribersPaginator(ListSubscribersRequest listSubscribersRequest)
List all subscribers for the specific Amazon Security Lake account ID.
|
default UpdateDatalakeResponse |
SecurityLakeClient.updateDatalake(Consumer<UpdateDatalakeRequest.Builder> updateDatalakeRequest)
Specifies where to store your security data and for how long.
|
default UpdateDatalakeResponse |
SecurityLakeClient.updateDatalake(UpdateDatalakeRequest updateDatalakeRequest)
Specifies where to store your security data and for how long.
|
default UpdateSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.updateSubscriptionNotificationConfiguration(Consumer<UpdateSubscriptionNotificationConfigurationRequest.Builder> updateSubscriptionNotificationConfigurationRequest)
Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification
subscription endpoint for a subscriber.
|
default UpdateSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.updateSubscriptionNotificationConfiguration(UpdateSubscriptionNotificationConfigurationRequest updateSubscriptionNotificationConfigurationRequest)
Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification
subscription endpoint for a subscriber.
|
Copyright © 2023. All rights reserved.