| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
AwsLogSourceType |
SourceType.awsSourceType()
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
static AwsLogSourceType |
AwsLogSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AwsLogSourceType |
AwsLogSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsLogSourceType[] |
AwsLogSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AwsLogSourceType> |
AwsLogSourceType.knownValues()
|
List<AwsLogSourceType> |
AutoEnableNewRegionConfiguration.sources()
The Amazon Web Services sources that are automatically enabled in Security Lake.
|
| Modifier and Type | Method and Description |
|---|---|
SourceType.Builder |
SourceType.Builder.awsSourceType(AwsLogSourceType awsSourceType)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
static SourceType |
SourceType.fromAwsSourceType(AwsLogSourceType awsSourceType)
Create an instance of this class with
SourceType.awsSourceTypeAsString() initialized to the given value. |
AutoEnableNewRegionConfiguration.Builder |
AutoEnableNewRegionConfiguration.Builder.sources(AwsLogSourceType... sources)
The Amazon Web Services sources that are automatically enabled in Security Lake.
|
| Modifier and Type | Method and Description |
|---|---|
AutoEnableNewRegionConfiguration.Builder |
AutoEnableNewRegionConfiguration.Builder.sources(Collection<AwsLogSourceType> sources)
The Amazon Web Services sources that are automatically enabled in Security Lake.
|
Copyright © 2023. All rights reserved.