Uses of Class
com.oracle.bmc.waf.requests.CreateNetworkAddressListRequest
-
Packages that use CreateNetworkAddressListRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of CreateNetworkAddressListRequest in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf with parameters of type CreateNetworkAddressListRequest Modifier and Type Method Description CreateNetworkAddressListResponse
Waf. createNetworkAddressList(CreateNetworkAddressListRequest request)
Creates a new NetworkAddressList.Future<CreateNetworkAddressListResponse>
WafAsync. createNetworkAddressList(CreateNetworkAddressListRequest request, AsyncHandler<CreateNetworkAddressListRequest,CreateNetworkAddressListResponse> handler)
Creates a new NetworkAddressList.Future<CreateNetworkAddressListResponse>
WafAsyncClient. createNetworkAddressList(CreateNetworkAddressListRequest request, AsyncHandler<CreateNetworkAddressListRequest,CreateNetworkAddressListResponse> handler)
CreateNetworkAddressListResponse
WafClient. createNetworkAddressList(CreateNetworkAddressListRequest request)
Method parameters in com.oracle.bmc.waf with type arguments of type CreateNetworkAddressListRequest Modifier and Type Method Description Future<CreateNetworkAddressListResponse>
WafAsync. createNetworkAddressList(CreateNetworkAddressListRequest request, AsyncHandler<CreateNetworkAddressListRequest,CreateNetworkAddressListResponse> handler)
Creates a new NetworkAddressList.Future<CreateNetworkAddressListResponse>
WafAsyncClient. createNetworkAddressList(CreateNetworkAddressListRequest request, AsyncHandler<CreateNetworkAddressListRequest,CreateNetworkAddressListResponse> handler)
-
Uses of CreateNetworkAddressListRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return CreateNetworkAddressListRequest Modifier and Type Method Description CreateNetworkAddressListRequest
CreateNetworkAddressListRequest.Builder. build()
Build the instance of CreateNetworkAddressListRequest as configured by this builderCreateNetworkAddressListRequest
CreateNetworkAddressListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateNetworkAddressListRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type CreateNetworkAddressListRequest Modifier and Type Method Description CreateNetworkAddressListRequest.Builder
CreateNetworkAddressListRequest.Builder. copy(CreateNetworkAddressListRequest o)
Copy method to populate the builder with values from the given instance.
-