Uses of Class
com.amazonaws.services.ec2.model.FlowLogsResourceType
-
Packages that use FlowLogsResourceType Package Description com.amazonaws.services.ec2.model -
-
Uses of FlowLogsResourceType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return FlowLogsResourceType Modifier and Type Method Description static FlowLogsResourceType
FlowLogsResourceType. fromValue(String value)
Use this in place of valueOf.static FlowLogsResourceType
FlowLogsResourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlowLogsResourceType[]
FlowLogsResourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type FlowLogsResourceType Modifier and Type Method Description void
CreateFlowLogsRequest. setResourceType(FlowLogsResourceType resourceType)
The type of resource on which to create the flow log.CreateFlowLogsRequest
CreateFlowLogsRequest. withResourceType(FlowLogsResourceType resourceType)
The type of resource on which to create the flow log.
-