Uses of Class
com.oracle.bmc.networkfirewall.responses.CreateAddressListResponse
-
Packages that use CreateAddressListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of CreateAddressListResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return CreateAddressListResponse Modifier and Type Method Description CreateAddressListResponse
NetworkFirewall. createAddressList(CreateAddressListRequest request)
Creates a new Address List for the Network Firewall Policy.CreateAddressListResponse
NetworkFirewallClient. createAddressList(CreateAddressListRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type CreateAddressListResponse Modifier and Type Method Description Future<CreateAddressListResponse>
NetworkFirewallAsync. createAddressList(CreateAddressListRequest request, AsyncHandler<CreateAddressListRequest,CreateAddressListResponse> handler)
Creates a new Address List for the Network Firewall Policy.Future<CreateAddressListResponse>
NetworkFirewallAsyncClient. createAddressList(CreateAddressListRequest request, AsyncHandler<CreateAddressListRequest,CreateAddressListResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateAddressListResponse Modifier and Type Method Description Future<CreateAddressListResponse>
NetworkFirewallAsync. createAddressList(CreateAddressListRequest request, AsyncHandler<CreateAddressListRequest,CreateAddressListResponse> handler)
Creates a new Address List for the Network Firewall Policy.Future<CreateAddressListResponse>
NetworkFirewallAsyncClient. createAddressList(CreateAddressListRequest request, AsyncHandler<CreateAddressListRequest,CreateAddressListResponse> handler)
-
Uses of CreateAddressListResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return CreateAddressListResponse Modifier and Type Method Description CreateAddressListResponse
CreateAddressListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateAddressListResponse Modifier and Type Method Description CreateAddressListResponse.Builder
CreateAddressListResponse.Builder. copy(CreateAddressListResponse o)
Copy method to populate the builder with values from the given instance.
-