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 FlowLogsResourceTypeFlowLogsResourceType. fromValue(String value)Use this in place of valueOf.static FlowLogsResourceTypeFlowLogsResourceType. 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 voidCreateFlowLogsRequest. setResourceType(FlowLogsResourceType resourceType)The type of resource on which to create the flow log.CreateFlowLogsRequestCreateFlowLogsRequest. withResourceType(FlowLogsResourceType resourceType)The type of resource on which to create the flow log.
-