Uses of Class
com.oracle.bmc.waf.responses.ListProtectionCapabilitiesResponse
-
Packages that use ListProtectionCapabilitiesResponse Package Description com.oracle.bmc.waf com.oracle.bmc.waf.responses -
-
Uses of ListProtectionCapabilitiesResponse in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return ListProtectionCapabilitiesResponse Modifier and Type Method Description ListProtectionCapabilitiesResponse
Waf. listProtectionCapabilities(ListProtectionCapabilitiesRequest request)
Lists of protection capabilities filtered by query parameters.ListProtectionCapabilitiesResponse
WafClient. listProtectionCapabilities(ListProtectionCapabilitiesRequest request)
Methods in com.oracle.bmc.waf that return types with arguments of type ListProtectionCapabilitiesResponse Modifier and Type Method Description Future<ListProtectionCapabilitiesResponse>
WafAsync. listProtectionCapabilities(ListProtectionCapabilitiesRequest request, AsyncHandler<ListProtectionCapabilitiesRequest,ListProtectionCapabilitiesResponse> handler)
Lists of protection capabilities filtered by query parameters.Future<ListProtectionCapabilitiesResponse>
WafAsyncClient. listProtectionCapabilities(ListProtectionCapabilitiesRequest request, AsyncHandler<ListProtectionCapabilitiesRequest,ListProtectionCapabilitiesResponse> handler)
Iterable<ListProtectionCapabilitiesResponse>
WafPaginators. listProtectionCapabilitiesResponseIterator(ListProtectionCapabilitiesRequest request)
Creates a new iterable which will iterate over the responses received from the listProtectionCapabilities operation.Method parameters in com.oracle.bmc.waf with type arguments of type ListProtectionCapabilitiesResponse Modifier and Type Method Description Future<ListProtectionCapabilitiesResponse>
WafAsync. listProtectionCapabilities(ListProtectionCapabilitiesRequest request, AsyncHandler<ListProtectionCapabilitiesRequest,ListProtectionCapabilitiesResponse> handler)
Lists of protection capabilities filtered by query parameters.Future<ListProtectionCapabilitiesResponse>
WafAsyncClient. listProtectionCapabilities(ListProtectionCapabilitiesRequest request, AsyncHandler<ListProtectionCapabilitiesRequest,ListProtectionCapabilitiesResponse> handler)
-
Uses of ListProtectionCapabilitiesResponse in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return ListProtectionCapabilitiesResponse Modifier and Type Method Description ListProtectionCapabilitiesResponse
ListProtectionCapabilitiesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waf.responses with parameters of type ListProtectionCapabilitiesResponse Modifier and Type Method Description ListProtectionCapabilitiesResponse.Builder
ListProtectionCapabilitiesResponse.Builder. copy(ListProtectionCapabilitiesResponse o)
Copy method to populate the builder with values from the given instance.
-