Uses of Class
com.oracle.bmc.networkfirewall.responses.GetAddressListResponse
-
Packages that use GetAddressListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of GetAddressListResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return GetAddressListResponse Modifier and Type Method Description GetAddressListResponse
NetworkFirewall. getAddressList(GetAddressListRequest request)
Get Address List by the given name in the context of network firewall policy.GetAddressListResponse
NetworkFirewallClient. getAddressList(GetAddressListRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type GetAddressListResponse Modifier and Type Method Description Future<GetAddressListResponse>
NetworkFirewallAsync. getAddressList(GetAddressListRequest request, AsyncHandler<GetAddressListRequest,GetAddressListResponse> handler)
Get Address List by the given name in the context of network firewall policy.Future<GetAddressListResponse>
NetworkFirewallAsyncClient. getAddressList(GetAddressListRequest request, AsyncHandler<GetAddressListRequest,GetAddressListResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetAddressListResponse Modifier and Type Method Description Future<GetAddressListResponse>
NetworkFirewallAsync. getAddressList(GetAddressListRequest request, AsyncHandler<GetAddressListRequest,GetAddressListResponse> handler)
Get Address List by the given name in the context of network firewall policy.Future<GetAddressListResponse>
NetworkFirewallAsyncClient. getAddressList(GetAddressListRequest request, AsyncHandler<GetAddressListRequest,GetAddressListResponse> handler)
-
Uses of GetAddressListResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return GetAddressListResponse Modifier and Type Method Description GetAddressListResponse
GetAddressListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type GetAddressListResponse Modifier and Type Method Description GetAddressListResponse.Builder
GetAddressListResponse.Builder. copy(GetAddressListResponse o)
Copy method to populate the builder with values from the given instance.
-