Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateAddressListRequest
-
Packages that use CreateAddressListRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateAddressListRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type CreateAddressListRequest Modifier and Type Method Description CreateAddressListResponse
NetworkFirewall. createAddressList(CreateAddressListRequest request)
Creates a new Address List for the Network Firewall Policy.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)
CreateAddressListResponse
NetworkFirewallClient. createAddressList(CreateAddressListRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateAddressListRequest 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 CreateAddressListRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateAddressListRequest Modifier and Type Method Description CreateAddressListRequest
CreateAddressListRequest.Builder. build()
Build the instance of CreateAddressListRequest as configured by this builderCreateAddressListRequest
CreateAddressListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAddressListRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateAddressListRequest Modifier and Type Method Description CreateAddressListRequest.Builder
CreateAddressListRequest.Builder. copy(CreateAddressListRequest o)
Copy method to populate the builder with values from the given instance.
-