Uses of Class
com.oracle.bmc.cloudguard.requests.ListTargetResponderRecipesRequest
-
Packages that use ListTargetResponderRecipesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListTargetResponderRecipesRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListTargetResponderRecipesRequest Modifier and Type Method Description ListTargetResponderRecipesResponseCloudGuard. listTargetResponderRecipes(ListTargetResponderRecipesRequest request)Returns a list of summary information for all responder recipes (TargetResponderRecipeCollection resource, with a page of TargetResponderRecipeSummary resources) attached to a target identified by targetId, located in a compartment identified by compartmentId.Future<ListTargetResponderRecipesResponse>CloudGuardAsync. listTargetResponderRecipes(ListTargetResponderRecipesRequest request, AsyncHandler<ListTargetResponderRecipesRequest,ListTargetResponderRecipesResponse> handler)Returns a list of summary information for all responder recipes (TargetResponderRecipeCollection resource, with a page of TargetResponderRecipeSummary resources) attached to a target identified by targetId, located in a compartment identified by compartmentId.Future<ListTargetResponderRecipesResponse>CloudGuardAsyncClient. listTargetResponderRecipes(ListTargetResponderRecipesRequest request, AsyncHandler<ListTargetResponderRecipesRequest,ListTargetResponderRecipesResponse> handler)ListTargetResponderRecipesResponseCloudGuardClient. listTargetResponderRecipes(ListTargetResponderRecipesRequest request)Iterable<TargetResponderRecipeSummary>CloudGuardPaginators. listTargetResponderRecipesRecordIterator(ListTargetResponderRecipesRequest request)Creates a new iterable which will iterate over theTargetResponderRecipeSummaryobjects contained in responses from the listTargetResponderRecipes operation.Iterable<ListTargetResponderRecipesResponse>CloudGuardPaginators. listTargetResponderRecipesResponseIterator(ListTargetResponderRecipesRequest request)Creates a new iterable which will iterate over the responses received from the listTargetResponderRecipes operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListTargetResponderRecipesRequest Modifier and Type Method Description Future<ListTargetResponderRecipesResponse>CloudGuardAsync. listTargetResponderRecipes(ListTargetResponderRecipesRequest request, AsyncHandler<ListTargetResponderRecipesRequest,ListTargetResponderRecipesResponse> handler)Returns a list of summary information for all responder recipes (TargetResponderRecipeCollection resource, with a page of TargetResponderRecipeSummary resources) attached to a target identified by targetId, located in a compartment identified by compartmentId.Future<ListTargetResponderRecipesResponse>CloudGuardAsyncClient. listTargetResponderRecipes(ListTargetResponderRecipesRequest request, AsyncHandler<ListTargetResponderRecipesRequest,ListTargetResponderRecipesResponse> handler) -
Uses of ListTargetResponderRecipesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListTargetResponderRecipesRequest Modifier and Type Method Description ListTargetResponderRecipesRequestListTargetResponderRecipesRequest.Builder. build()Build the instance of ListTargetResponderRecipesRequest as configured by this builderListTargetResponderRecipesRequestListTargetResponderRecipesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListTargetResponderRecipesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListTargetResponderRecipesRequest Modifier and Type Method Description ListTargetResponderRecipesRequest.BuilderListTargetResponderRecipesRequest.Builder. copy(ListTargetResponderRecipesRequest o)Copy method to populate the builder with values from the given instance.
-