Uses of Class
com.oracle.bmc.waf.requests.ListProtectionCapabilityGroupTagsRequest
-
Packages that use ListProtectionCapabilityGroupTagsRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of ListProtectionCapabilityGroupTagsRequest in com.oracle.bmc.waf
Method parameters in com.oracle.bmc.waf with type arguments of type ListProtectionCapabilityGroupTagsRequest Modifier and Type Method Description Future<ListProtectionCapabilityGroupTagsResponse>
WafAsync. listProtectionCapabilityGroupTags(ListProtectionCapabilityGroupTagsRequest request, AsyncHandler<ListProtectionCapabilityGroupTagsRequest,ListProtectionCapabilityGroupTagsResponse> handler)
Lists of available group tags filtered by query parameters.Future<ListProtectionCapabilityGroupTagsResponse>
WafAsyncClient. listProtectionCapabilityGroupTags(ListProtectionCapabilityGroupTagsRequest request, AsyncHandler<ListProtectionCapabilityGroupTagsRequest,ListProtectionCapabilityGroupTagsResponse> handler)
-
Uses of ListProtectionCapabilityGroupTagsRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return ListProtectionCapabilityGroupTagsRequest Modifier and Type Method Description ListProtectionCapabilityGroupTagsRequest
ListProtectionCapabilityGroupTagsRequest.Builder. build()
Build the instance of ListProtectionCapabilityGroupTagsRequest as configured by this builderListProtectionCapabilityGroupTagsRequest
ListProtectionCapabilityGroupTagsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListProtectionCapabilityGroupTagsRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type ListProtectionCapabilityGroupTagsRequest Modifier and Type Method Description ListProtectionCapabilityGroupTagsRequest.Builder
ListProtectionCapabilityGroupTagsRequest.Builder. copy(ListProtectionCapabilityGroupTagsRequest o)
Copy method to populate the builder with values from the given instance.
-