Uses of Class
com.oracle.bmc.cloudguard.responses.ListSecurityRecipesResponse
-
Packages that use ListSecurityRecipesResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListSecurityRecipesResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListSecurityRecipesResponse Modifier and Type Method Description ListSecurityRecipesResponseCloudGuard. listSecurityRecipes(ListSecurityRecipesRequest request)Returns a list of security zone recipes (SecurityRecipeSummary resources) in a compartment, identified by compartmentId.ListSecurityRecipesResponseCloudGuardClient. listSecurityRecipes(ListSecurityRecipesRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListSecurityRecipesResponse Modifier and Type Method Description Future<ListSecurityRecipesResponse>CloudGuardAsync. listSecurityRecipes(ListSecurityRecipesRequest request, AsyncHandler<ListSecurityRecipesRequest,ListSecurityRecipesResponse> handler)Returns a list of security zone recipes (SecurityRecipeSummary resources) in a compartment, identified by compartmentId.Future<ListSecurityRecipesResponse>CloudGuardAsyncClient. listSecurityRecipes(ListSecurityRecipesRequest request, AsyncHandler<ListSecurityRecipesRequest,ListSecurityRecipesResponse> handler)Iterable<ListSecurityRecipesResponse>CloudGuardPaginators. listSecurityRecipesResponseIterator(ListSecurityRecipesRequest request)Creates a new iterable which will iterate over the responses received from the listSecurityRecipes operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListSecurityRecipesResponse Modifier and Type Method Description Future<ListSecurityRecipesResponse>CloudGuardAsync. listSecurityRecipes(ListSecurityRecipesRequest request, AsyncHandler<ListSecurityRecipesRequest,ListSecurityRecipesResponse> handler)Returns a list of security zone recipes (SecurityRecipeSummary resources) in a compartment, identified by compartmentId.Future<ListSecurityRecipesResponse>CloudGuardAsyncClient. listSecurityRecipes(ListSecurityRecipesRequest request, AsyncHandler<ListSecurityRecipesRequest,ListSecurityRecipesResponse> handler) -
Uses of ListSecurityRecipesResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListSecurityRecipesResponse Modifier and Type Method Description ListSecurityRecipesResponseListSecurityRecipesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListSecurityRecipesResponse Modifier and Type Method Description ListSecurityRecipesResponse.BuilderListSecurityRecipesResponse.Builder. copy(ListSecurityRecipesResponse o)Copy method to populate the builder with values from the given instance.
-