Uses of Class
com.oracle.bmc.waf.requests.ChangeNetworkAddressListCompartmentRequest
-
Packages that use ChangeNetworkAddressListCompartmentRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of ChangeNetworkAddressListCompartmentRequest in com.oracle.bmc.waf
Method parameters in com.oracle.bmc.waf with type arguments of type ChangeNetworkAddressListCompartmentRequest Modifier and Type Method Description Future<ChangeNetworkAddressListCompartmentResponse>
WafAsync. changeNetworkAddressListCompartment(ChangeNetworkAddressListCompartmentRequest request, AsyncHandler<ChangeNetworkAddressListCompartmentRequest,ChangeNetworkAddressListCompartmentResponse> handler)
Moves a NetworkAddressList resource from one compartment to another.Future<ChangeNetworkAddressListCompartmentResponse>
WafAsyncClient. changeNetworkAddressListCompartment(ChangeNetworkAddressListCompartmentRequest request, AsyncHandler<ChangeNetworkAddressListCompartmentRequest,ChangeNetworkAddressListCompartmentResponse> handler)
-
Uses of ChangeNetworkAddressListCompartmentRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return ChangeNetworkAddressListCompartmentRequest Modifier and Type Method Description ChangeNetworkAddressListCompartmentRequest
ChangeNetworkAddressListCompartmentRequest.Builder. build()
Build the instance of ChangeNetworkAddressListCompartmentRequest as configured by this builderChangeNetworkAddressListCompartmentRequest
ChangeNetworkAddressListCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeNetworkAddressListCompartmentRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type ChangeNetworkAddressListCompartmentRequest Modifier and Type Method Description ChangeNetworkAddressListCompartmentRequest.Builder
ChangeNetworkAddressListCompartmentRequest.Builder. copy(ChangeNetworkAddressListCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-