Uses of Class
com.oracle.bmc.cloudguard.requests.ListResponderRecipesRequest
-
Packages that use ListResponderRecipesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListResponderRecipesRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListResponderRecipesRequest Modifier and Type Method Description ListResponderRecipesResponseCloudGuard. listResponderRecipes(ListResponderRecipesRequest request)Returns a list (ResponderRecipeCollection resource, with a page of ResponderRecipeSummary resources) of all responder recipes (RespponderRecipe resources) in a compartment, identified by compartmentId.Future<ListResponderRecipesResponse>CloudGuardAsync. listResponderRecipes(ListResponderRecipesRequest request, AsyncHandler<ListResponderRecipesRequest,ListResponderRecipesResponse> handler)Returns a list (ResponderRecipeCollection resource, with a page of ResponderRecipeSummary resources) of all responder recipes (RespponderRecipe resources) in a compartment, identified by compartmentId.Future<ListResponderRecipesResponse>CloudGuardAsyncClient. listResponderRecipes(ListResponderRecipesRequest request, AsyncHandler<ListResponderRecipesRequest,ListResponderRecipesResponse> handler)ListResponderRecipesResponseCloudGuardClient. listResponderRecipes(ListResponderRecipesRequest request)Iterable<ResponderRecipeSummary>CloudGuardPaginators. listResponderRecipesRecordIterator(ListResponderRecipesRequest request)Creates a new iterable which will iterate over theResponderRecipeSummaryobjects contained in responses from the listResponderRecipes operation.Iterable<ListResponderRecipesResponse>CloudGuardPaginators. listResponderRecipesResponseIterator(ListResponderRecipesRequest request)Creates a new iterable which will iterate over the responses received from the listResponderRecipes operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListResponderRecipesRequest Modifier and Type Method Description Future<ListResponderRecipesResponse>CloudGuardAsync. listResponderRecipes(ListResponderRecipesRequest request, AsyncHandler<ListResponderRecipesRequest,ListResponderRecipesResponse> handler)Returns a list (ResponderRecipeCollection resource, with a page of ResponderRecipeSummary resources) of all responder recipes (RespponderRecipe resources) in a compartment, identified by compartmentId.Future<ListResponderRecipesResponse>CloudGuardAsyncClient. listResponderRecipes(ListResponderRecipesRequest request, AsyncHandler<ListResponderRecipesRequest,ListResponderRecipesResponse> handler) -
Uses of ListResponderRecipesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListResponderRecipesRequest Modifier and Type Method Description ListResponderRecipesRequestListResponderRecipesRequest.Builder. build()Build the instance of ListResponderRecipesRequest as configured by this builderListResponderRecipesRequestListResponderRecipesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListResponderRecipesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListResponderRecipesRequest Modifier and Type Method Description ListResponderRecipesRequest.BuilderListResponderRecipesRequest.Builder. copy(ListResponderRecipesRequest o)Copy method to populate the builder with values from the given instance.
-