Uses of Class
com.oracle.bmc.cloudguard.requests.ListTacticsRequest
-
Packages that use ListTacticsRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListTacticsRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListTacticsRequest Modifier and Type Method Description ListTacticsResponse
CloudGuard. listTactics(ListTacticsRequest request)
Returns a list of TacticSummary resources for a compartment, identified by compartmentId.Future<ListTacticsResponse>
CloudGuardAsync. listTactics(ListTacticsRequest request, AsyncHandler<ListTacticsRequest,ListTacticsResponse> handler)
Returns a list of TacticSummary resources for a compartment, identified by compartmentId.Future<ListTacticsResponse>
CloudGuardAsyncClient. listTactics(ListTacticsRequest request, AsyncHandler<ListTacticsRequest,ListTacticsResponse> handler)
ListTacticsResponse
CloudGuardClient. listTactics(ListTacticsRequest request)
Iterable<TacticSummary>
CloudGuardPaginators. listTacticsRecordIterator(ListTacticsRequest request)
Creates a new iterable which will iterate over theTacticSummary
objects contained in responses from the listTactics operation.Iterable<ListTacticsResponse>
CloudGuardPaginators. listTacticsResponseIterator(ListTacticsRequest request)
Creates a new iterable which will iterate over the responses received from the listTactics operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListTacticsRequest Modifier and Type Method Description Future<ListTacticsResponse>
CloudGuardAsync. listTactics(ListTacticsRequest request, AsyncHandler<ListTacticsRequest,ListTacticsResponse> handler)
Returns a list of TacticSummary resources for a compartment, identified by compartmentId.Future<ListTacticsResponse>
CloudGuardAsyncClient. listTactics(ListTacticsRequest request, AsyncHandler<ListTacticsRequest,ListTacticsResponse> handler)
-
Uses of ListTacticsRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListTacticsRequest Modifier and Type Method Description ListTacticsRequest
ListTacticsRequest.Builder. build()
Build the instance of ListTacticsRequest as configured by this builderListTacticsRequest
ListTacticsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTacticsRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListTacticsRequest Modifier and Type Method Description ListTacticsRequest.Builder
ListTacticsRequest.Builder. copy(ListTacticsRequest o)
Copy method to populate the builder with values from the given instance.
-