Uses of Enum
com.amazonaws.services.ec2.model.FlowLogsResourceType
Packages that use FlowLogsResourceType
-
Uses of FlowLogsResourceType in com.amazonaws.services.ec2.model
Subclasses with type arguments of type FlowLogsResourceType in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return FlowLogsResourceTypeModifier and TypeMethodDescriptionstatic FlowLogsResourceTypeUse this in place of valueOf.static FlowLogsResourceTypeReturns 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 TypeMethodDescriptionvoidCreateFlowLogsRequest.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.