| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
static SourceType |
SourceType.fromAwsSourceType(AwsLogSourceType awsSourceType)
Create an instance of this class with
awsSourceTypeAsString() initialized to the given value. |
static SourceType |
SourceType.fromAwsSourceType(String awsSourceType)
Create an instance of this class with
awsSourceTypeAsString() initialized to the given value. |
static SourceType |
SourceType.fromCustomSourceType(String customSourceType)
Create an instance of this class with
customSourceType() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<SourceType> |
SubscriberResource.sourceTypes()
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
List<SourceType> |
CreateSubscriberRequest.sourceTypes()
The supported Amazon Web Services from which logs and events are collected.
|
List<SourceType> |
UpdateSubscriberRequest.sourceTypes()
The supported Amazon Web Services from which logs and events are collected.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriberResource.Builder |
SubscriberResource.Builder.sourceTypes(SourceType... sourceTypes)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
CreateSubscriberRequest.Builder |
CreateSubscriberRequest.Builder.sourceTypes(SourceType... sourceTypes)
The supported Amazon Web Services from which logs and events are collected.
|
UpdateSubscriberRequest.Builder |
UpdateSubscriberRequest.Builder.sourceTypes(SourceType... sourceTypes)
The supported Amazon Web Services from which logs and events are collected.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriberResource.Builder |
SubscriberResource.Builder.sourceTypes(Collection<SourceType> sourceTypes)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
CreateSubscriberRequest.Builder |
CreateSubscriberRequest.Builder.sourceTypes(Collection<SourceType> sourceTypes)
The supported Amazon Web Services from which logs and events are collected.
|
UpdateSubscriberRequest.Builder |
UpdateSubscriberRequest.Builder.sourceTypes(Collection<SourceType> sourceTypes)
The supported Amazon Web Services from which logs and events are collected.
|
Copyright © 2023. All rights reserved.