Uses of Class
com.oracle.bmc.cloudguard.responses.ListTacticsResponse
-
Packages that use ListTacticsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListTacticsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListTacticsResponse Modifier and Type Method Description ListTacticsResponseCloudGuard. listTactics(ListTacticsRequest request)Returns a list of TacticSummary resources for a compartment, identified by compartmentId.ListTacticsResponseCloudGuardClient. listTactics(ListTacticsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListTacticsResponse 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)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 ListTacticsResponse 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 ListTacticsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListTacticsResponse Modifier and Type Method Description ListTacticsResponseListTacticsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListTacticsResponse Modifier and Type Method Description ListTacticsResponse.BuilderListTacticsResponse.Builder. copy(ListTacticsResponse o)Copy method to populate the builder with values from the given instance.
-