@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonSecurityLakeAsyncClient extends AmazonSecurityLakeClient implements AmazonSecurityLakeAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
Amazon Security Lake is in preview release. Your use of the Security Lake preview is subject to Section 2 of the Amazon Web Services Service Terms("Betas and Previews").
Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to automatically centralize security data from cloud, on-premises, and custom sources into a data lake that's stored in your Amazon Web Servicesaccount. Amazon Web Services Organizations is an account management service that lets you consolidate multiple Amazon Web Services accounts into an organization that you create and centrally manage. With Organizations, you can create member accounts and invite existing accounts to join your organization. Security Lake helps you analyze security data for a more complete understanding of your security posture across the entire organization. It can also help you improve the protection of your workloads, applications, and data.
The data lake is backed by Amazon Simple Storage Service (Amazon S3) buckets, and you retain ownership over your data.
Amazon Security Lake integrates with CloudTrail, a service that provides a record of actions taken by a user, role, or an Amazon Web Services service in Security Lake CloudTrail captures API calls for Security Lake as events. The calls captured include calls from the Security Lake console and code calls to the Security Lake API operations. If you create a trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for Security Lake. If you don't configure a trail, you can still view the most recent events in the CloudTrail console in Event history. Using the information collected by CloudTrail you can determine the request that was made to Security Lake, the IP address from which the request was made, who made the request, when it was made, and additional details. To learn more about Security Lake information in CloudTrail, see the Amazon Security Lake User Guide.
Security Lake automates the collection of security-related log and event data from integrated Amazon Web Services and third-party services. It also helps you manage the lifecycle of data with customizable retention and replication settings. Security Lake converts ingested data into Apache Parquet format and a standard open-source schema called the Open Cybersecurity Schema Framework (OCSF).
Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for incident response and security data analytics.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIXbuilder, createAwsLogSource, createCustomLogSource, createDatalake, createDatalakeAutoEnable, createDatalakeDelegatedAdmin, createDatalakeExceptionsSubscription, createSubscriber, createSubscriptionNotificationConfiguration, deleteAwsLogSource, deleteCustomLogSource, deleteDatalake, deleteDatalakeAutoEnable, deleteDatalakeDelegatedAdmin, deleteDatalakeExceptionsSubscription, deleteSubscriber, deleteSubscriptionNotificationConfiguration, getCachedResponseMetadata, getDatalake, getDatalakeAutoEnable, getDatalakeExceptionsExpiry, getDatalakeExceptionsSubscription, getDatalakeStatus, getSubscriber, listDatalakeExceptions, listLogSources, listSubscribers, updateDatalake, updateDatalakeExceptionsExpiry, updateDatalakeExceptionsSubscription, updateSubscriber, updateSubscriptionNotificationConfigurationaddRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAwsLogSource, createCustomLogSource, createDatalake, createDatalakeAutoEnable, createDatalakeDelegatedAdmin, createDatalakeExceptionsSubscription, createSubscriber, createSubscriptionNotificationConfiguration, deleteAwsLogSource, deleteCustomLogSource, deleteDatalake, deleteDatalakeAutoEnable, deleteDatalakeDelegatedAdmin, deleteDatalakeExceptionsSubscription, deleteSubscriber, deleteSubscriptionNotificationConfiguration, getCachedResponseMetadata, getDatalake, getDatalakeAutoEnable, getDatalakeExceptionsExpiry, getDatalakeExceptionsSubscription, getDatalakeStatus, getSubscriber, listDatalakeExceptions, listLogSources, listSubscribers, updateDatalake, updateDatalakeExceptionsExpiry, updateDatalakeExceptionsSubscription, updateSubscriber, updateSubscriptionNotificationConfigurationpublic static AmazonSecurityLakeAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<CreateAwsLogSourceResult> createAwsLogSourceAsync(CreateAwsLogSourceRequest request)
AmazonSecurityLakeAsyncAdds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API.
By default, a dimension refers to the entire set. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API enables all Security Lake member accounts for all sources. Similarly, when you do not specify Regions, Security Lake is enabled for all the Regions where Security Lake is available as a service.
You can use this API only to enable natively supported Amazon Web Services as a source. Use
CreateCustomLogSource to enable data collection from a custom source.
createAwsLogSourceAsync in interface AmazonSecurityLakeAsyncpublic Future<CreateAwsLogSourceResult> createAwsLogSourceAsync(CreateAwsLogSourceRequest request, AsyncHandler<CreateAwsLogSourceRequest,CreateAwsLogSourceResult> asyncHandler)
AmazonSecurityLakeAsyncAdds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API.
By default, a dimension refers to the entire set. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API enables all Security Lake member accounts for all sources. Similarly, when you do not specify Regions, Security Lake is enabled for all the Regions where Security Lake is available as a service.
You can use this API only to enable natively supported Amazon Web Services as a source. Use
CreateCustomLogSource to enable data collection from a custom source.
createAwsLogSourceAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateCustomLogSourceResult> createCustomLogSourceAsync(CreateCustomLogSourceRequest request)
AmazonSecurityLakeAsyncAdds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source. Security Lake can collect logs and events from third-party custom sources. After creating the appropriate IAM role to invoke Glue crawler, use this API to add a custom source name in Security Lake. This operation creates a partition in the Amazon S3 bucket for Security Lake as the target location for log files from the custom source in addition to an associated Glue table and an Glue crawler.
createCustomLogSourceAsync in interface AmazonSecurityLakeAsyncpublic Future<CreateCustomLogSourceResult> createCustomLogSourceAsync(CreateCustomLogSourceRequest request, AsyncHandler<CreateCustomLogSourceRequest,CreateCustomLogSourceResult> asyncHandler)
AmazonSecurityLakeAsyncAdds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source. Security Lake can collect logs and events from third-party custom sources. After creating the appropriate IAM role to invoke Glue crawler, use this API to add a custom source name in Security Lake. This operation creates a partition in the Amazon S3 bucket for Security Lake as the target location for log files from the custom source in addition to an associated Glue table and an Glue crawler.
createCustomLogSourceAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDatalakeResult> createDatalakeAsync(CreateDatalakeRequest request)
AmazonSecurityLakeAsync
Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable
Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions.
You can either use the enableAll parameter to specify all Regions or specify the Regions where you
want to enable Security Lake. To specify particular Regions, use the Regions parameter and then
configure these Regions using the configurations parameter. If you have already enabled Security
Lake in a Region when you call this command, the command will update the Region if you provide new configuration
parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up
the data lake in the Region with the specified configurations.
When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call.
This includes ingesting security data from sources, storing data, and making data accessible to subscribers.
Security Lake also enables all the existing settings and resources that it stores or maintains for your Amazon
Web Services account in the current Region, including security log and event data. For more information, see the
Amazon Security
Lake User Guide.
createDatalakeAsync in interface AmazonSecurityLakeAsyncpublic Future<CreateDatalakeResult> createDatalakeAsync(CreateDatalakeRequest request, AsyncHandler<CreateDatalakeRequest,CreateDatalakeResult> asyncHandler)
AmazonSecurityLakeAsync
Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable
Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions.
You can either use the enableAll parameter to specify all Regions or specify the Regions where you
want to enable Security Lake. To specify particular Regions, use the Regions parameter and then
configure these Regions using the configurations parameter. If you have already enabled Security
Lake in a Region when you call this command, the command will update the Region if you provide new configuration
parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up
the data lake in the Region with the specified configurations.
When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call.
This includes ingesting security data from sources, storing data, and making data accessible to subscribers.
Security Lake also enables all the existing settings and resources that it stores or maintains for your Amazon
Web Services account in the current Region, including security log and event data. For more information, see the
Amazon Security
Lake User Guide.
createDatalakeAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDatalakeAutoEnableResult> createDatalakeAutoEnableAsync(CreateDatalakeAutoEnableRequest request)
AmazonSecurityLakeAsyncAutomatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member accounts in your organization.
createDatalakeAutoEnableAsync in interface AmazonSecurityLakeAsyncpublic Future<CreateDatalakeAutoEnableResult> createDatalakeAutoEnableAsync(CreateDatalakeAutoEnableRequest request, AsyncHandler<CreateDatalakeAutoEnableRequest,CreateDatalakeAutoEnableResult> asyncHandler)
AmazonSecurityLakeAsyncAutomatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member accounts in your organization.
createDatalakeAutoEnableAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDatalakeDelegatedAdminResult> createDatalakeDelegatedAdminAsync(CreateDatalakeDelegatedAdminRequest request)
AmazonSecurityLakeAsyncDesignates the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
createDatalakeDelegatedAdminAsync in interface AmazonSecurityLakeAsyncpublic Future<CreateDatalakeDelegatedAdminResult> createDatalakeDelegatedAdminAsync(CreateDatalakeDelegatedAdminRequest request, AsyncHandler<CreateDatalakeDelegatedAdminRequest,CreateDatalakeDelegatedAdminResult> asyncHandler)
AmazonSecurityLakeAsyncDesignates the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
createDatalakeDelegatedAdminAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDatalakeExceptionsSubscriptionResult> createDatalakeExceptionsSubscriptionAsync(CreateDatalakeExceptionsSubscriptionRequest request)
AmazonSecurityLakeAsyncCreates the specified notification subscription in Amazon Security Lake for the organization you specify.
createDatalakeExceptionsSubscriptionAsync in interface AmazonSecurityLakeAsyncpublic Future<CreateDatalakeExceptionsSubscriptionResult> createDatalakeExceptionsSubscriptionAsync(CreateDatalakeExceptionsSubscriptionRequest request, AsyncHandler<CreateDatalakeExceptionsSubscriptionRequest,CreateDatalakeExceptionsSubscriptionResult> asyncHandler)
AmazonSecurityLakeAsyncCreates the specified notification subscription in Amazon Security Lake for the organization you specify.
createDatalakeExceptionsSubscriptionAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSubscriberResult> createSubscriberAsync(CreateSubscriberRequest request)
AmazonSecurityLakeAsyncCreates a subscription permission for accounts that are already enabled in Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.
createSubscriberAsync in interface AmazonSecurityLakeAsyncpublic Future<CreateSubscriberResult> createSubscriberAsync(CreateSubscriberRequest request, AsyncHandler<CreateSubscriberRequest,CreateSubscriberResult> asyncHandler)
AmazonSecurityLakeAsyncCreates a subscription permission for accounts that are already enabled in Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.
createSubscriberAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSubscriptionNotificationConfigurationResult> createSubscriptionNotificationConfigurationAsync(CreateSubscriptionNotificationConfigurationRequest request)
AmazonSecurityLakeAsyncNotifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake. You can create only one subscriber notification per subscriber.
createSubscriptionNotificationConfigurationAsync in interface AmazonSecurityLakeAsyncpublic Future<CreateSubscriptionNotificationConfigurationResult> createSubscriptionNotificationConfigurationAsync(CreateSubscriptionNotificationConfigurationRequest request, AsyncHandler<CreateSubscriptionNotificationConfigurationRequest,CreateSubscriptionNotificationConfigurationResult> asyncHandler)
AmazonSecurityLakeAsyncNotifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake. You can create only one subscriber notification per subscriber.
createSubscriptionNotificationConfigurationAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAwsLogSourceResult> deleteAwsLogSourceAsync(DeleteAwsLogSourceRequest request)
AmazonSecurityLakeAsyncRemoves a natively supported Amazon Web Service as an Amazon Security Lake source. When you remove the source, Security Lake stops collecting data from that source, and subscribers can no longer consume new data from the source. Subscribers can still consume data that Security Lake collected from the source before disablement.
You can choose any source type in any Amazon Web Services Region for either accounts that are part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API.
By default, a dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API disables all Security Lake member accounts for sources. Similarly, when you do not specify Regions, Security Lake is disabled for all the Regions where Security Lake is available as a service.
When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. For example, if you don't provide specific accounts, the API applies to the entire set of accounts in your organization.
deleteAwsLogSourceAsync in interface AmazonSecurityLakeAsyncpublic Future<DeleteAwsLogSourceResult> deleteAwsLogSourceAsync(DeleteAwsLogSourceRequest request, AsyncHandler<DeleteAwsLogSourceRequest,DeleteAwsLogSourceResult> asyncHandler)
AmazonSecurityLakeAsyncRemoves a natively supported Amazon Web Service as an Amazon Security Lake source. When you remove the source, Security Lake stops collecting data from that source, and subscribers can no longer consume new data from the source. Subscribers can still consume data that Security Lake collected from the source before disablement.
You can choose any source type in any Amazon Web Services Region for either accounts that are part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API.
By default, a dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API disables all Security Lake member accounts for sources. Similarly, when you do not specify Regions, Security Lake is disabled for all the Regions where Security Lake is available as a service.
When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. For example, if you don't provide specific accounts, the API applies to the entire set of accounts in your organization.
deleteAwsLogSourceAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCustomLogSourceResult> deleteCustomLogSourceAsync(DeleteCustomLogSourceRequest request)
AmazonSecurityLakeAsyncRemoves a custom log source from Amazon Security Lake.
deleteCustomLogSourceAsync in interface AmazonSecurityLakeAsyncpublic Future<DeleteCustomLogSourceResult> deleteCustomLogSourceAsync(DeleteCustomLogSourceRequest request, AsyncHandler<DeleteCustomLogSourceRequest,DeleteCustomLogSourceResult> asyncHandler)
AmazonSecurityLakeAsyncRemoves a custom log source from Amazon Security Lake.
deleteCustomLogSourceAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDatalakeResult> deleteDatalakeAsync(DeleteDatalakeRequest request)
AmazonSecurityLakeAsyncWhen you delete Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions. Also, this API automatically takes steps to remove the account from Security Lake .
This operation disables security data collection from sources, deletes data stored, and stops making data
accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or
maintains for your Amazon Web Services account in the current Region, including security log and event data. The
DeleteDatalake operation does not delete the Amazon S3 bucket, which is owned by your Amazon Web
Services account. For more information, see the Amazon Security Lake
User Guide.
deleteDatalakeAsync in interface AmazonSecurityLakeAsyncpublic Future<DeleteDatalakeResult> deleteDatalakeAsync(DeleteDatalakeRequest request, AsyncHandler<DeleteDatalakeRequest,DeleteDatalakeResult> asyncHandler)
AmazonSecurityLakeAsyncWhen you delete Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions. Also, this API automatically takes steps to remove the account from Security Lake .
This operation disables security data collection from sources, deletes data stored, and stops making data
accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or
maintains for your Amazon Web Services account in the current Region, including security log and event data. The
DeleteDatalake operation does not delete the Amazon S3 bucket, which is owned by your Amazon Web
Services account. For more information, see the Amazon Security Lake
User Guide.
deleteDatalakeAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDatalakeAutoEnableResult> deleteDatalakeAutoEnableAsync(DeleteDatalakeAutoEnableRequest request)
AmazonSecurityLakeAsync
DeleteDatalakeAutoEnable removes automatic enablement of configuration settings for new member
accounts (but keeps settings for the delegated administrator) from Amazon Security Lake. You must run this API
using credentials of the delegated administrator. When you run this API, new member accounts that are added after
the organization enables Security Lake won't contribute to the data lake.
deleteDatalakeAutoEnableAsync in interface AmazonSecurityLakeAsyncpublic Future<DeleteDatalakeAutoEnableResult> deleteDatalakeAutoEnableAsync(DeleteDatalakeAutoEnableRequest request, AsyncHandler<DeleteDatalakeAutoEnableRequest,DeleteDatalakeAutoEnableResult> asyncHandler)
AmazonSecurityLakeAsync
DeleteDatalakeAutoEnable removes automatic enablement of configuration settings for new member
accounts (but keeps settings for the delegated administrator) from Amazon Security Lake. You must run this API
using credentials of the delegated administrator. When you run this API, new member accounts that are added after
the organization enables Security Lake won't contribute to the data lake.
deleteDatalakeAutoEnableAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDatalakeDelegatedAdminResult> deleteDatalakeDelegatedAdminAsync(DeleteDatalakeDelegatedAdminRequest request)
AmazonSecurityLakeAsyncDeletes the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
deleteDatalakeDelegatedAdminAsync in interface AmazonSecurityLakeAsyncpublic Future<DeleteDatalakeDelegatedAdminResult> deleteDatalakeDelegatedAdminAsync(DeleteDatalakeDelegatedAdminRequest request, AsyncHandler<DeleteDatalakeDelegatedAdminRequest,DeleteDatalakeDelegatedAdminResult> asyncHandler)
AmazonSecurityLakeAsyncDeletes the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
deleteDatalakeDelegatedAdminAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDatalakeExceptionsSubscriptionResult> deleteDatalakeExceptionsSubscriptionAsync(DeleteDatalakeExceptionsSubscriptionRequest request)
AmazonSecurityLakeAsyncDeletes the specified notification subscription in Amazon Security Lake for the organization you specify.
deleteDatalakeExceptionsSubscriptionAsync in interface AmazonSecurityLakeAsyncpublic Future<DeleteDatalakeExceptionsSubscriptionResult> deleteDatalakeExceptionsSubscriptionAsync(DeleteDatalakeExceptionsSubscriptionRequest request, AsyncHandler<DeleteDatalakeExceptionsSubscriptionRequest,DeleteDatalakeExceptionsSubscriptionResult> asyncHandler)
AmazonSecurityLakeAsyncDeletes the specified notification subscription in Amazon Security Lake for the organization you specify.
deleteDatalakeExceptionsSubscriptionAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSubscriberResult> deleteSubscriberAsync(DeleteSubscriberRequest request)
AmazonSecurityLakeAsyncDeletes the subscription permission for accounts that are already enabled in Amazon Security Lake. You can delete a subscriber and remove access to data in the current Amazon Web Services Region.
deleteSubscriberAsync in interface AmazonSecurityLakeAsyncpublic Future<DeleteSubscriberResult> deleteSubscriberAsync(DeleteSubscriberRequest request, AsyncHandler<DeleteSubscriberRequest,DeleteSubscriberResult> asyncHandler)
AmazonSecurityLakeAsyncDeletes the subscription permission for accounts that are already enabled in Amazon Security Lake. You can delete a subscriber and remove access to data in the current Amazon Web Services Region.
deleteSubscriberAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSubscriptionNotificationConfigurationResult> deleteSubscriptionNotificationConfigurationAsync(DeleteSubscriptionNotificationConfigurationRequest request)
AmazonSecurityLakeAsyncDeletes the specified notification subscription in Amazon Security Lake for the organization you specify.
deleteSubscriptionNotificationConfigurationAsync in interface AmazonSecurityLakeAsyncpublic Future<DeleteSubscriptionNotificationConfigurationResult> deleteSubscriptionNotificationConfigurationAsync(DeleteSubscriptionNotificationConfigurationRequest request, AsyncHandler<DeleteSubscriptionNotificationConfigurationRequest,DeleteSubscriptionNotificationConfigurationResult> asyncHandler)
AmazonSecurityLakeAsyncDeletes the specified notification subscription in Amazon Security Lake for the organization you specify.
deleteSubscriptionNotificationConfigurationAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDatalakeResult> getDatalakeAsync(GetDatalakeRequest request)
AmazonSecurityLakeAsync
Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID. You can
use the GetDatalake API to know whether Security Lake is enabled for the current Region. This API
does not take input parameters.
getDatalakeAsync in interface AmazonSecurityLakeAsyncpublic Future<GetDatalakeResult> getDatalakeAsync(GetDatalakeRequest request, AsyncHandler<GetDatalakeRequest,GetDatalakeResult> asyncHandler)
AmazonSecurityLakeAsync
Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID. You can
use the GetDatalake API to know whether Security Lake is enabled for the current Region. This API
does not take input parameters.
getDatalakeAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDatalakeAutoEnableResult> getDatalakeAutoEnableAsync(GetDatalakeAutoEnableRequest request)
AmazonSecurityLakeAsyncRetrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake. This API does not take input parameters.
getDatalakeAutoEnableAsync in interface AmazonSecurityLakeAsyncpublic Future<GetDatalakeAutoEnableResult> getDatalakeAutoEnableAsync(GetDatalakeAutoEnableRequest request, AsyncHandler<GetDatalakeAutoEnableRequest,GetDatalakeAutoEnableResult> asyncHandler)
AmazonSecurityLakeAsyncRetrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake. This API does not take input parameters.
getDatalakeAutoEnableAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDatalakeExceptionsExpiryResult> getDatalakeExceptionsExpiryAsync(GetDatalakeExceptionsExpiryRequest request)
AmazonSecurityLakeAsyncRetrieves the expiration period and time-to-live (TTL) for which the exception message will remain. Exceptions are stored by default, for 2 weeks from when a record was created in Amazon Security Lake. This API does not take input parameters.
getDatalakeExceptionsExpiryAsync in interface AmazonSecurityLakeAsyncpublic Future<GetDatalakeExceptionsExpiryResult> getDatalakeExceptionsExpiryAsync(GetDatalakeExceptionsExpiryRequest request, AsyncHandler<GetDatalakeExceptionsExpiryRequest,GetDatalakeExceptionsExpiryResult> asyncHandler)
AmazonSecurityLakeAsyncRetrieves the expiration period and time-to-live (TTL) for which the exception message will remain. Exceptions are stored by default, for 2 weeks from when a record was created in Amazon Security Lake. This API does not take input parameters.
getDatalakeExceptionsExpiryAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDatalakeExceptionsSubscriptionResult> getDatalakeExceptionsSubscriptionAsync(GetDatalakeExceptionsSubscriptionRequest request)
AmazonSecurityLakeAsyncRetrieves the details of exception notifications for the account in Amazon Security Lake.
getDatalakeExceptionsSubscriptionAsync in interface AmazonSecurityLakeAsyncpublic Future<GetDatalakeExceptionsSubscriptionResult> getDatalakeExceptionsSubscriptionAsync(GetDatalakeExceptionsSubscriptionRequest request, AsyncHandler<GetDatalakeExceptionsSubscriptionRequest,GetDatalakeExceptionsSubscriptionResult> asyncHandler)
AmazonSecurityLakeAsyncRetrieves the details of exception notifications for the account in Amazon Security Lake.
getDatalakeExceptionsSubscriptionAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDatalakeStatusResult> getDatalakeStatusAsync(GetDatalakeStatusRequest request)
AmazonSecurityLakeAsyncRetrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.
getDatalakeStatusAsync in interface AmazonSecurityLakeAsyncpublic Future<GetDatalakeStatusResult> getDatalakeStatusAsync(GetDatalakeStatusRequest request, AsyncHandler<GetDatalakeStatusRequest,GetDatalakeStatusResult> asyncHandler)
AmazonSecurityLakeAsyncRetrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.
getDatalakeStatusAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSubscriberResult> getSubscriberAsync(GetSubscriberRequest request)
AmazonSecurityLakeAsyncRetrieves the subscription information for the specified subscription ID. You can get information about a specific subscriber.
getSubscriberAsync in interface AmazonSecurityLakeAsyncpublic Future<GetSubscriberResult> getSubscriberAsync(GetSubscriberRequest request, AsyncHandler<GetSubscriberRequest,GetSubscriberResult> asyncHandler)
AmazonSecurityLakeAsyncRetrieves the subscription information for the specified subscription ID. You can get information about a specific subscriber.
getSubscriberAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDatalakeExceptionsResult> listDatalakeExceptionsAsync(ListDatalakeExceptionsRequest request)
AmazonSecurityLakeAsyncLists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
listDatalakeExceptionsAsync in interface AmazonSecurityLakeAsyncpublic Future<ListDatalakeExceptionsResult> listDatalakeExceptionsAsync(ListDatalakeExceptionsRequest request, AsyncHandler<ListDatalakeExceptionsRequest,ListDatalakeExceptionsResult> asyncHandler)
AmazonSecurityLakeAsyncLists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
listDatalakeExceptionsAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListLogSourcesResult> listLogSourcesAsync(ListLogSourcesRequest request)
AmazonSecurityLakeAsyncRetrieves the log sources in the current Amazon Web Services Region.
listLogSourcesAsync in interface AmazonSecurityLakeAsyncpublic Future<ListLogSourcesResult> listLogSourcesAsync(ListLogSourcesRequest request, AsyncHandler<ListLogSourcesRequest,ListLogSourcesResult> asyncHandler)
AmazonSecurityLakeAsyncRetrieves the log sources in the current Amazon Web Services Region.
listLogSourcesAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSubscribersResult> listSubscribersAsync(ListSubscribersRequest request)
AmazonSecurityLakeAsyncList all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list of subscriptions associated with a specific organization or Amazon Web Services account.
listSubscribersAsync in interface AmazonSecurityLakeAsyncpublic Future<ListSubscribersResult> listSubscribersAsync(ListSubscribersRequest request, AsyncHandler<ListSubscribersRequest,ListSubscribersResult> asyncHandler)
AmazonSecurityLakeAsyncList all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list of subscriptions associated with a specific organization or Amazon Web Services account.
listSubscribersAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDatalakeResult> updateDatalakeAsync(UpdateDatalakeRequest request)
AmazonSecurityLakeAsyncSpecifies where to store your security data and for how long. You can add a rollup Region to consolidate data from multiple Amazon Web Services Regions.
updateDatalakeAsync in interface AmazonSecurityLakeAsyncpublic Future<UpdateDatalakeResult> updateDatalakeAsync(UpdateDatalakeRequest request, AsyncHandler<UpdateDatalakeRequest,UpdateDatalakeResult> asyncHandler)
AmazonSecurityLakeAsyncSpecifies where to store your security data and for how long. You can add a rollup Region to consolidate data from multiple Amazon Web Services Regions.
updateDatalakeAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDatalakeExceptionsExpiryResult> updateDatalakeExceptionsExpiryAsync(UpdateDatalakeExceptionsExpiryRequest request)
AmazonSecurityLakeAsyncUpdate the expiration period for the exception message to your preferred time, and control the time-to-live (TTL) for the exception message to remain. Exceptions are stored by default for 2 weeks from when a record was created in Amazon Security Lake.
updateDatalakeExceptionsExpiryAsync in interface AmazonSecurityLakeAsyncpublic Future<UpdateDatalakeExceptionsExpiryResult> updateDatalakeExceptionsExpiryAsync(UpdateDatalakeExceptionsExpiryRequest request, AsyncHandler<UpdateDatalakeExceptionsExpiryRequest,UpdateDatalakeExceptionsExpiryResult> asyncHandler)
AmazonSecurityLakeAsyncUpdate the expiration period for the exception message to your preferred time, and control the time-to-live (TTL) for the exception message to remain. Exceptions are stored by default for 2 weeks from when a record was created in Amazon Security Lake.
updateDatalakeExceptionsExpiryAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDatalakeExceptionsSubscriptionResult> updateDatalakeExceptionsSubscriptionAsync(UpdateDatalakeExceptionsSubscriptionRequest request)
AmazonSecurityLakeAsyncUpdates the specified notification subscription in Amazon Security Lake for the organization you specify.
updateDatalakeExceptionsSubscriptionAsync in interface AmazonSecurityLakeAsyncpublic Future<UpdateDatalakeExceptionsSubscriptionResult> updateDatalakeExceptionsSubscriptionAsync(UpdateDatalakeExceptionsSubscriptionRequest request, AsyncHandler<UpdateDatalakeExceptionsSubscriptionRequest,UpdateDatalakeExceptionsSubscriptionResult> asyncHandler)
AmazonSecurityLakeAsyncUpdates the specified notification subscription in Amazon Security Lake for the organization you specify.
updateDatalakeExceptionsSubscriptionAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSubscriberResult> updateSubscriberAsync(UpdateSubscriberRequest request)
AmazonSecurityLakeAsyncUpdates an existing subscription for the given Amazon Security Lake account ID. You can update a subscriber by changing the sources that the subscriber consumes data from.
updateSubscriberAsync in interface AmazonSecurityLakeAsyncpublic Future<UpdateSubscriberResult> updateSubscriberAsync(UpdateSubscriberRequest request, AsyncHandler<UpdateSubscriberRequest,UpdateSubscriberResult> asyncHandler)
AmazonSecurityLakeAsyncUpdates an existing subscription for the given Amazon Security Lake account ID. You can update a subscriber by changing the sources that the subscriber consumes data from.
updateSubscriberAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSubscriptionNotificationConfigurationResult> updateSubscriptionNotificationConfigurationAsync(UpdateSubscriptionNotificationConfigurationRequest request)
AmazonSecurityLakeAsyncUpdates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.
updateSubscriptionNotificationConfigurationAsync in interface AmazonSecurityLakeAsyncpublic Future<UpdateSubscriptionNotificationConfigurationResult> updateSubscriptionNotificationConfigurationAsync(UpdateSubscriptionNotificationConfigurationRequest request, AsyncHandler<UpdateSubscriptionNotificationConfigurationRequest,UpdateSubscriptionNotificationConfigurationResult> asyncHandler)
AmazonSecurityLakeAsyncUpdates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.
updateSubscriptionNotificationConfigurationAsync in interface AmazonSecurityLakeAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown() followed by getExecutorService().awaitTermination() prior to
calling this method.shutdown in interface AmazonSecurityLakeshutdown in class AmazonSecurityLakeClient