Uses of Enum
software.amazon.awssdk.services.ec2.model.LogDestinationType
Packages that use LogDestinationType
-
Uses of LogDestinationType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LogDestinationTypeModifier and TypeMethodDescriptionstatic LogDestinationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LogDestinationTypeCreateFlowLogsRequest.logDestinationType()The type of destination for the flow log data.final LogDestinationTypeFlowLog.logDestinationType()The type of destination for the flow log data.static LogDestinationTypeReturns 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LogDestinationTypeModifier and TypeMethodDescriptionstatic Set<LogDestinationType>LogDestinationType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type LogDestinationTypeModifier and TypeMethodDescriptionCreateFlowLogsRequest.Builder.logDestinationType(LogDestinationType logDestinationType) The type of destination for the flow log data.FlowLog.Builder.logDestinationType(LogDestinationType logDestinationType) The type of destination for the flow log data.