Uses of Class
com.ibm.cloud.is.vpc.v1.model.FlowLogCollector
-
Packages that use FlowLogCollector Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of FlowLogCollector in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type FlowLogCollector Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<FlowLogCollector>
Vpc. createFlowLogCollector(CreateFlowLogCollectorOptions createFlowLogCollectorOptions)
Create a flow log collector.com.ibm.cloud.sdk.core.http.ServiceCall<FlowLogCollector>
Vpc. getFlowLogCollector(GetFlowLogCollectorOptions getFlowLogCollectorOptions)
Retrieve a flow log collector.com.ibm.cloud.sdk.core.http.ServiceCall<FlowLogCollector>
Vpc. updateFlowLogCollector(UpdateFlowLogCollectorOptions updateFlowLogCollectorOptions)
Update a flow log collector. -
Uses of FlowLogCollector in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type FlowLogCollector Modifier and Type Method Description List<FlowLogCollector>
FlowLogCollectorsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<FlowLogCollector>
FlowLogCollectorCollection. getFlowLogCollectors()
Gets the flowLogCollectors.List<FlowLogCollector>
FlowLogCollectorsPager. getNext()
Returns the next page of results.
-