| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static LogDestinationType |
LogDestinationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LogDestinationType |
CreateFlowLogsRequest.logDestinationType()
Specifies the type of destination to which the flow log data is to be published.
|
LogDestinationType |
FlowLog.logDestinationType()
Specifies the type of destination to which the flow log data is published.
|
static LogDestinationType |
LogDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogDestinationType[] |
LogDestinationType.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<LogDestinationType> |
LogDestinationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowLogsRequest.Builder |
CreateFlowLogsRequest.Builder.logDestinationType(LogDestinationType logDestinationType)
Specifies the type of destination to which the flow log data is to be published.
|
FlowLog.Builder |
FlowLog.Builder.logDestinationType(LogDestinationType logDestinationType)
Specifies the type of destination to which the flow log data is published.
|
Copyright © 2020. All rights reserved.