| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake |
Amazon Security Lake is a fully managed security data lake service.
|
| software.amazon.awssdk.services.securitylake.model |
| 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 CompletableFuture<CreateAwsLogSourceResponse> |
SecurityLakeAsyncClient.createAwsLogSource(Consumer<CreateAwsLogSourceRequest.Builder> createAwsLogSourceRequest)
Adds a natively supported Amazon Web Service as an Amazon Security Lake source.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateAwsLogSourceRequest.Builder |
CreateAwsLogSourceRequest.builder() |
CreateAwsLogSourceRequest.Builder |
CreateAwsLogSourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAwsLogSourceRequest.Builder |
CreateAwsLogSourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAwsLogSourceRequest.Builder |
CreateAwsLogSourceRequest.Builder.sources(AwsLogSourceConfiguration... sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
CreateAwsLogSourceRequest.Builder |
CreateAwsLogSourceRequest.Builder.sources(Collection<AwsLogSourceConfiguration> sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
CreateAwsLogSourceRequest.Builder |
CreateAwsLogSourceRequest.Builder.sources(Consumer<AwsLogSourceConfiguration.Builder>... sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
CreateAwsLogSourceRequest.Builder |
CreateAwsLogSourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAwsLogSourceRequest.Builder> |
CreateAwsLogSourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.