Uses of Class
com.oracle.bmc.waf.responses.CreateNetworkAddressListResponse
-
Packages that use CreateNetworkAddressListResponse Package Description com.oracle.bmc.waf com.oracle.bmc.waf.responses -
-
Uses of CreateNetworkAddressListResponse in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return CreateNetworkAddressListResponse Modifier and Type Method Description CreateNetworkAddressListResponse
Waf. createNetworkAddressList(CreateNetworkAddressListRequest request)
Creates a new NetworkAddressList.CreateNetworkAddressListResponse
WafClient. createNetworkAddressList(CreateNetworkAddressListRequest request)
Methods in com.oracle.bmc.waf that return types with arguments of type CreateNetworkAddressListResponse 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)
Method parameters in com.oracle.bmc.waf with type arguments of type CreateNetworkAddressListResponse 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 CreateNetworkAddressListResponse in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return CreateNetworkAddressListResponse Modifier and Type Method Description CreateNetworkAddressListResponse
CreateNetworkAddressListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waf.responses with parameters of type CreateNetworkAddressListResponse Modifier and Type Method Description CreateNetworkAddressListResponse.Builder
CreateNetworkAddressListResponse.Builder. copy(CreateNetworkAddressListResponse o)
Copy method to populate the builder with values from the given instance.
-