Uses of Class
com.oracle.bmc.waas.requests.ChangeAddressListCompartmentRequest
-
Packages that use ChangeAddressListCompartmentRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ChangeAddressListCompartmentRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ChangeAddressListCompartmentRequest Modifier and Type Method Description ChangeAddressListCompartmentResponse
Waas. changeAddressListCompartment(ChangeAddressListCompartmentRequest request)
Moves address list into a different compartment.Future<ChangeAddressListCompartmentResponse>
WaasAsync. changeAddressListCompartment(ChangeAddressListCompartmentRequest request, AsyncHandler<ChangeAddressListCompartmentRequest,ChangeAddressListCompartmentResponse> handler)
Moves address list into a different compartment.Future<ChangeAddressListCompartmentResponse>
WaasAsyncClient. changeAddressListCompartment(ChangeAddressListCompartmentRequest request, AsyncHandler<ChangeAddressListCompartmentRequest,ChangeAddressListCompartmentResponse> handler)
ChangeAddressListCompartmentResponse
WaasClient. changeAddressListCompartment(ChangeAddressListCompartmentRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type ChangeAddressListCompartmentRequest Modifier and Type Method Description Future<ChangeAddressListCompartmentResponse>
WaasAsync. changeAddressListCompartment(ChangeAddressListCompartmentRequest request, AsyncHandler<ChangeAddressListCompartmentRequest,ChangeAddressListCompartmentResponse> handler)
Moves address list into a different compartment.Future<ChangeAddressListCompartmentResponse>
WaasAsyncClient. changeAddressListCompartment(ChangeAddressListCompartmentRequest request, AsyncHandler<ChangeAddressListCompartmentRequest,ChangeAddressListCompartmentResponse> handler)
-
Uses of ChangeAddressListCompartmentRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ChangeAddressListCompartmentRequest Modifier and Type Method Description ChangeAddressListCompartmentRequest
ChangeAddressListCompartmentRequest.Builder. build()
Build the instance of ChangeAddressListCompartmentRequest as configured by this builderChangeAddressListCompartmentRequest
ChangeAddressListCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAddressListCompartmentRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ChangeAddressListCompartmentRequest Modifier and Type Method Description ChangeAddressListCompartmentRequest.Builder
ChangeAddressListCompartmentRequest.Builder. copy(ChangeAddressListCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-