| 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 Services service as a Security Lake source.
|
default CreateAwsLogSourceResponse |
SecurityLakeClient.createAwsLogSource(CreateAwsLogSourceRequest createAwsLogSourceRequest)
Adds a natively-supported Amazon Web Services service as a Security Lake source.
|
default CreateCustomLogSourceResponse |
SecurityLakeClient.createCustomLogSource(Consumer<CreateCustomLogSourceRequest.Builder> createCustomLogSourceRequest)
Adds a third-party custom source in Amazon Security Lake, from the 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 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 Security Lake.
|
default CreateSubscriberResponse |
SecurityLakeClient.createSubscriber(CreateSubscriberRequest createSubscriberRequest)
Creates a subscription permission for accounts that are already enabled in Security Lake.
|
default CreateSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.createSubscriptionNotificationConfiguration(Consumer<CreateSubscriptionNotificationConfigurationRequest.Builder> createSubscriptionNotificationConfigurationRequest)
Creates the specified notification subscription in Security Lake.
|
default CreateSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.createSubscriptionNotificationConfiguration(CreateSubscriptionNotificationConfigurationRequest createSubscriptionNotificationConfigurationRequest)
Creates the specified notification subscription in Security Lake.
|
default DeleteCustomLogSourceResponse |
SecurityLakeClient.deleteCustomLogSource(Consumer<DeleteCustomLogSourceRequest.Builder> deleteCustomLogSourceRequest)
Removes a custom log source from Security Lake.
|
default DeleteCustomLogSourceResponse |
SecurityLakeClient.deleteCustomLogSource(DeleteCustomLogSourceRequest deleteCustomLogSourceRequest)
Removes a custom log source from 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 Regions.
|
default DeleteDatalakeResponse |
SecurityLakeClient.deleteDatalake(DeleteDatalakeRequest deleteDatalakeRequest)
When you delete Amazon Security Lake from your account, Security Lake is disabled in all Regions.
|
default DeleteSubscriberResponse |
SecurityLakeClient.deleteSubscriber(Consumer<DeleteSubscriberRequest.Builder> deleteSubscriberRequest)
Deletes the specified subscription permissions to Security Lake.
|
default DeleteSubscriberResponse |
SecurityLakeClient.deleteSubscriber(DeleteSubscriberRequest deleteSubscriberRequest)
Deletes the specified subscription permissions to Security Lake.
|
default DeleteSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.deleteSubscriptionNotificationConfiguration(Consumer<DeleteSubscriptionNotificationConfigurationRequest.Builder> deleteSubscriptionNotificationConfigurationRequest)
Deletes the specified notification subscription in Security Lake.
|
default DeleteSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.deleteSubscriptionNotificationConfiguration(DeleteSubscriptionNotificationConfigurationRequest deleteSubscriptionNotificationConfigurationRequest)
Deletes the specified notification subscription in Security Lake.
|
default GetDatalakeResponse |
SecurityLakeClient.getDatalake(Consumer<GetDatalakeRequest.Builder> getDatalakeRequest)
Retrieve the Security Lake configuration object for the specified account ID.
|
default GetDatalakeResponse |
SecurityLakeClient.getDatalake(GetDatalakeRequest getDatalakeRequest)
Retrieve the Security Lake configuration object for the specified account ID.
|
default GetSubscriberResponse |
SecurityLakeClient.getSubscriber(Consumer<GetSubscriberRequest.Builder> getSubscriberRequest)
Retrieves subscription information for the specified subscription ID.
|
default GetSubscriberResponse |
SecurityLakeClient.getSubscriber(GetSubscriberRequest getSubscriberRequest)
Retrieves subscription information for the specified subscription ID.
|
default ListLogSourcesResponse |
SecurityLakeClient.listLogSources(Consumer<ListLogSourcesRequest.Builder> listLogSourcesRequest)
Lists the log sources in the current region.
|
default ListLogSourcesResponse |
SecurityLakeClient.listLogSources(ListLogSourcesRequest listLogSourcesRequest)
Lists the log sources in the current region.
|
default ListLogSourcesIterable |
SecurityLakeClient.listLogSourcesPaginator(Consumer<ListLogSourcesRequest.Builder> listLogSourcesRequest)
Lists the log sources in the current region.
|
default ListLogSourcesIterable |
SecurityLakeClient.listLogSourcesPaginator(ListLogSourcesRequest listLogSourcesRequest)
Lists the log sources in the current region.
|
default ListSubscribersResponse |
SecurityLakeClient.listSubscribers(Consumer<ListSubscribersRequest.Builder> listSubscribersRequest)
List all subscribers for the specific Security Lake account ID.
|
default ListSubscribersResponse |
SecurityLakeClient.listSubscribers(ListSubscribersRequest listSubscribersRequest)
List all subscribers for the specific Security Lake account ID.
|
default ListSubscribersIterable |
SecurityLakeClient.listSubscribersPaginator(Consumer<ListSubscribersRequest.Builder> listSubscribersRequest)
List all subscribers for the specific Security Lake account ID.
|
default ListSubscribersIterable |
SecurityLakeClient.listSubscribersPaginator(ListSubscribersRequest listSubscribersRequest)
List all subscribers for the specific Security Lake account ID.
|
default UpdateDatalakeResponse |
SecurityLakeClient.updateDatalake(Consumer<UpdateDatalakeRequest.Builder> updateDatalakeRequest)
Amazon Security Lake allows you to specify where to store your security data and for how long.
|
default UpdateDatalakeResponse |
SecurityLakeClient.updateDatalake(UpdateDatalakeRequest updateDatalakeRequest)
Amazon Security Lake allows you to specify where to store your security data and for how long.
|
default UpdateSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.updateSubscriptionNotificationConfiguration(Consumer<UpdateSubscriptionNotificationConfigurationRequest.Builder> updateSubscriptionNotificationConfigurationRequest)
Create a new subscription notification or add the existing subscription notification setting for the specified
subscription ID.
|
default UpdateSubscriptionNotificationConfigurationResponse |
SecurityLakeClient.updateSubscriptionNotificationConfiguration(UpdateSubscriptionNotificationConfigurationRequest updateSubscriptionNotificationConfigurationRequest)
Create a new subscription notification or add the existing subscription notification setting for the specified
subscription ID.
|
Copyright © 2022. All rights reserved.