Interface Waf
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- WafClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210930") public interface Waf extends AutoCloseableAPI for the Web Application Firewall service.Use this API to manage regional Web App Firewalls and corresponding policies for protecting HTTP services. This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeNetworkAddressListCompartmentResponsechangeNetworkAddressListCompartment(ChangeNetworkAddressListCompartmentRequest request)Moves a NetworkAddressList resource from one compartment to another.ChangeWebAppFirewallCompartmentResponsechangeWebAppFirewallCompartment(ChangeWebAppFirewallCompartmentRequest request)Moves a Web App Firewall resource from one compartment to another.ChangeWebAppFirewallPolicyCompartmentResponsechangeWebAppFirewallPolicyCompartment(ChangeWebAppFirewallPolicyCompartmentRequest request)Moves a WebAppFirewallfPolicy resource from one compartment to another.CreateNetworkAddressListResponsecreateNetworkAddressList(CreateNetworkAddressListRequest request)Creates a new NetworkAddressList.CreateWebAppFirewallResponsecreateWebAppFirewall(CreateWebAppFirewallRequest request)Creates a new WebAppFirewall.CreateWebAppFirewallPolicyResponsecreateWebAppFirewallPolicy(CreateWebAppFirewallPolicyRequest request)Creates a new WebAppFirewallPolicy.DeleteNetworkAddressListResponsedeleteNetworkAddressList(DeleteNetworkAddressListRequest request)Deletes a NetworkAddressList resource identified by the OCID.DeleteWebAppFirewallResponsedeleteWebAppFirewall(DeleteWebAppFirewallRequest request)Deletes a WebAppFirewall resource identified by the OCID.DeleteWebAppFirewallPolicyResponsedeleteWebAppFirewallPolicy(DeleteWebAppFirewallPolicyRequest request)Deletes a WebAppFirewallPolicy resource identified by the OCID.StringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)GetNetworkAddressListResponsegetNetworkAddressList(GetNetworkAddressListRequest request)Gets a NetworkAddressList by OCID.WafPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.WafWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWebAppFirewallResponsegetWebAppFirewall(GetWebAppFirewallRequest request)Gets a WebAppFirewall by OCID.GetWebAppFirewallPolicyResponsegetWebAppFirewallPolicy(GetWebAppFirewallPolicyRequest request)Gets a WebAppFirewallPolicy with the given OCID.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Gets the status of the WorkRequest with the given OCID.ListNetworkAddressListsResponselistNetworkAddressLists(ListNetworkAddressListsRequest request)Gets a list of all NetworkAddressLists in a compartment.ListProtectionCapabilitiesResponselistProtectionCapabilities(ListProtectionCapabilitiesRequest request)Lists of protection capabilities filtered by query parameters.ListProtectionCapabilityGroupTagsResponselistProtectionCapabilityGroupTags(ListProtectionCapabilityGroupTagsRequest request)Lists of available group tags filtered by query parameters.ListWebAppFirewallPoliciesResponselistWebAppFirewallPolicies(ListWebAppFirewallPoliciesRequest request)Gets a list of all WebAppFirewallPolicies in a compartment.ListWebAppFirewallsResponselistWebAppFirewalls(ListWebAppFirewallsRequest request)Gets a list of all WebAppFirewalls in a compartment.ListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Return a (paginated) list of errors for a given WorkRequest.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Return a (paginated) list of logs for a given WorkRequest.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)Lists the WorkRequests in a compartment.voidrefreshClient()Rebuilds the client from scratch.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).UpdateNetworkAddressListResponseupdateNetworkAddressList(UpdateNetworkAddressListRequest request)Update the NetworkAddressList identified by the OCID.UpdateWebAppFirewallResponseupdateWebAppFirewall(UpdateWebAppFirewallRequest request)Updates the WebAppFirewall identified by the OCID.UpdateWebAppFirewallPolicyResponseupdateWebAppFirewallPolicy(UpdateWebAppFirewallPolicyRequest request)Update the WebAppFirewallPolicy identified by the OCID.voiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
changeNetworkAddressListCompartmentChangeNetworkAddressListCompartmentResponse changeNetworkAddressListCompartment(ChangeNetworkAddressListCompartmentRequest request) Moves a NetworkAddressList resource from one compartment to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ChangeNetworkAddressListCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeNetworkAddressListCompartment API. 
 
 - 
changeWebAppFirewallCompartmentChangeWebAppFirewallCompartmentResponse changeWebAppFirewallCompartment(ChangeWebAppFirewallCompartmentRequest request) Moves a Web App Firewall resource from one compartment to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ChangeWebAppFirewallCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeWebAppFirewallCompartment API. 
 
 - 
changeWebAppFirewallPolicyCompartmentChangeWebAppFirewallPolicyCompartmentResponse changeWebAppFirewallPolicyCompartment(ChangeWebAppFirewallPolicyCompartmentRequest request) Moves a WebAppFirewallfPolicy resource from one compartment to another.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ChangeWebAppFirewallPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeWebAppFirewallPolicyCompartment API. 
 
 - 
createNetworkAddressListCreateNetworkAddressListResponse createNetworkAddressList(CreateNetworkAddressListRequest request) Creates a new NetworkAddressList.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/CreateNetworkAddressListExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateNetworkAddressList API. 
 
 - 
createWebAppFirewallCreateWebAppFirewallResponse createWebAppFirewall(CreateWebAppFirewallRequest request) Creates a new WebAppFirewall.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/CreateWebAppFirewallExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateWebAppFirewall API. 
 
 - 
createWebAppFirewallPolicyCreateWebAppFirewallPolicyResponse createWebAppFirewallPolicy(CreateWebAppFirewallPolicyRequest request) Creates a new WebAppFirewallPolicy.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/CreateWebAppFirewallPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateWebAppFirewallPolicy API. 
 
 - 
deleteNetworkAddressListDeleteNetworkAddressListResponse deleteNetworkAddressList(DeleteNetworkAddressListRequest request) Deletes a NetworkAddressList resource identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/DeleteNetworkAddressListExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteNetworkAddressList API. 
 
 - 
deleteWebAppFirewallDeleteWebAppFirewallResponse deleteWebAppFirewall(DeleteWebAppFirewallRequest request) Deletes a WebAppFirewall resource identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/DeleteWebAppFirewallExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteWebAppFirewall API. 
 
 - 
deleteWebAppFirewallPolicyDeleteWebAppFirewallPolicyResponse deleteWebAppFirewallPolicy(DeleteWebAppFirewallPolicyRequest request) Deletes a WebAppFirewallPolicy resource identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/DeleteWebAppFirewallPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteWebAppFirewallPolicy API. 
 
 - 
getNetworkAddressListGetNetworkAddressListResponse getNetworkAddressList(GetNetworkAddressListRequest request) Gets a NetworkAddressList by OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/GetNetworkAddressListExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetNetworkAddressList API. 
 
 - 
getWebAppFirewallGetWebAppFirewallResponse getWebAppFirewall(GetWebAppFirewallRequest request) Gets a WebAppFirewall by OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/GetWebAppFirewallExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWebAppFirewall API. 
 
 - 
getWebAppFirewallPolicyGetWebAppFirewallPolicyResponse getWebAppFirewallPolicy(GetWebAppFirewallPolicyRequest request) Gets a WebAppFirewallPolicy with the given OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/GetWebAppFirewallPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWebAppFirewallPolicy API. 
 
 - 
getWorkRequestGetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Gets the status of the WorkRequest with the given OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API. 
 
 - 
listNetworkAddressListsListNetworkAddressListsResponse listNetworkAddressLists(ListNetworkAddressListsRequest request) Gets a list of all NetworkAddressLists in a compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ListNetworkAddressListsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNetworkAddressLists API. 
 
 - 
listProtectionCapabilitiesListProtectionCapabilitiesResponse listProtectionCapabilities(ListProtectionCapabilitiesRequest request) Lists of protection capabilities filtered by query parameters.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ListProtectionCapabilitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListProtectionCapabilities API. 
 
 - 
listProtectionCapabilityGroupTagsListProtectionCapabilityGroupTagsResponse listProtectionCapabilityGroupTags(ListProtectionCapabilityGroupTagsRequest request) Lists of available group tags filtered by query parameters.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ListProtectionCapabilityGroupTagsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListProtectionCapabilityGroupTags API. 
 
 - 
listWebAppFirewallPoliciesListWebAppFirewallPoliciesResponse listWebAppFirewallPolicies(ListWebAppFirewallPoliciesRequest request) Gets a list of all WebAppFirewallPolicies in a compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ListWebAppFirewallPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWebAppFirewallPolicies API. 
 
 - 
listWebAppFirewallsListWebAppFirewallsResponse listWebAppFirewalls(ListWebAppFirewallsRequest request) Gets a list of all WebAppFirewalls in a compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ListWebAppFirewallsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWebAppFirewalls API. 
 
 - 
listWorkRequestErrorsListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Return a (paginated) list of errors for a given WorkRequest.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API. 
 
 - 
listWorkRequestLogsListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Return a (paginated) list of logs for a given WorkRequest.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API. 
 
 - 
listWorkRequestsListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Lists the WorkRequests in a compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API. 
 
 - 
updateNetworkAddressListUpdateNetworkAddressListResponse updateNetworkAddressList(UpdateNetworkAddressListRequest request) Update the NetworkAddressList identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/UpdateNetworkAddressListExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateNetworkAddressList API. 
 
 - 
updateWebAppFirewallUpdateWebAppFirewallResponse updateWebAppFirewall(UpdateWebAppFirewallRequest request) Updates the WebAppFirewall identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/UpdateWebAppFirewallExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateWebAppFirewall API. 
 
 - 
updateWebAppFirewallPolicyUpdateWebAppFirewallPolicyResponse updateWebAppFirewallPolicy(UpdateWebAppFirewallPolicyRequest request) Update the WebAppFirewallPolicy identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/waf/UpdateWebAppFirewallPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateWebAppFirewallPolicy API. 
 
 - 
getWaitersWafWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsWafPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-