Uses of Enum
com.amazonaws.services.ec2.model.FlowLogsResourceType
Packages that use FlowLogsResourceType
-
Uses of FlowLogsResourceType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return FlowLogsResourceTypeModifier and TypeMethodDescriptionstatic FlowLogsResourceType
Use this in place of valueOf.static FlowLogsResourceType
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 FlowLogsResourceTypeModifier and TypeMethodDescriptionvoid
CreateFlowLogsRequest.setResourceType
(FlowLogsResourceType resourceType) The type of resource on which to create the flow log.CreateFlowLogsRequest.withResourceType
(FlowLogsResourceType resourceType) The type of resource on which to create the flow log.