| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
static Dimension |
Dimension.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Dimension |
Dimension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dimension[] |
Dimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dimension> |
DeleteAwsLogSourceRequest.inputOrder()
This is a mandatory input.
|
List<Dimension> |
ListLogSourcesRequest.inputOrder()
Lists the log sources in input order, namely Region, source type, and member account.
|
List<Dimension> |
CreateAwsLogSourceRequest.inputOrder()
Specifies the input order to enable dimensions in Security Lake, namely Region, source type, and member account.
|
static Set<Dimension> |
Dimension.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAwsLogSourceRequest.Builder |
DeleteAwsLogSourceRequest.Builder.inputOrder(Dimension... inputOrder)
This is a mandatory input.
|
ListLogSourcesRequest.Builder |
ListLogSourcesRequest.Builder.inputOrder(Dimension... inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
|
CreateAwsLogSourceRequest.Builder |
CreateAwsLogSourceRequest.Builder.inputOrder(Dimension... inputOrder)
Specifies the input order to enable dimensions in Security Lake, namely Region, source type, and member
account.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAwsLogSourceRequest.Builder |
DeleteAwsLogSourceRequest.Builder.inputOrder(Collection<Dimension> inputOrder)
This is a mandatory input.
|
ListLogSourcesRequest.Builder |
ListLogSourcesRequest.Builder.inputOrder(Collection<Dimension> inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
|
CreateAwsLogSourceRequest.Builder |
CreateAwsLogSourceRequest.Builder.inputOrder(Collection<Dimension> inputOrder)
Specifies the input order to enable dimensions in Security Lake, namely Region, source type, and member
account.
|
Copyright © 2023. All rights reserved.