Uses of Class
com.oracle.bmc.waa.responses.ChangeWebAppAccelerationCompartmentResponse
-
Packages that use ChangeWebAppAccelerationCompartmentResponse Package Description com.oracle.bmc.waa com.oracle.bmc.waa.responses -
-
Uses of ChangeWebAppAccelerationCompartmentResponse in com.oracle.bmc.waa
Methods in com.oracle.bmc.waa that return ChangeWebAppAccelerationCompartmentResponse Modifier and Type Method Description ChangeWebAppAccelerationCompartmentResponse
Waa. changeWebAppAccelerationCompartment(ChangeWebAppAccelerationCompartmentRequest request)
Moves a Web App Acceleration resource from one compartment to another.ChangeWebAppAccelerationCompartmentResponse
WaaClient. changeWebAppAccelerationCompartment(ChangeWebAppAccelerationCompartmentRequest request)
Methods in com.oracle.bmc.waa that return types with arguments of type ChangeWebAppAccelerationCompartmentResponse Modifier and Type Method Description Future<ChangeWebAppAccelerationCompartmentResponse>
WaaAsync. changeWebAppAccelerationCompartment(ChangeWebAppAccelerationCompartmentRequest request, AsyncHandler<ChangeWebAppAccelerationCompartmentRequest,ChangeWebAppAccelerationCompartmentResponse> handler)
Moves a Web App Acceleration resource from one compartment to another.Future<ChangeWebAppAccelerationCompartmentResponse>
WaaAsyncClient. changeWebAppAccelerationCompartment(ChangeWebAppAccelerationCompartmentRequest request, AsyncHandler<ChangeWebAppAccelerationCompartmentRequest,ChangeWebAppAccelerationCompartmentResponse> handler)
Method parameters in com.oracle.bmc.waa with type arguments of type ChangeWebAppAccelerationCompartmentResponse Modifier and Type Method Description Future<ChangeWebAppAccelerationCompartmentResponse>
WaaAsync. changeWebAppAccelerationCompartment(ChangeWebAppAccelerationCompartmentRequest request, AsyncHandler<ChangeWebAppAccelerationCompartmentRequest,ChangeWebAppAccelerationCompartmentResponse> handler)
Moves a Web App Acceleration resource from one compartment to another.Future<ChangeWebAppAccelerationCompartmentResponse>
WaaAsyncClient. changeWebAppAccelerationCompartment(ChangeWebAppAccelerationCompartmentRequest request, AsyncHandler<ChangeWebAppAccelerationCompartmentRequest,ChangeWebAppAccelerationCompartmentResponse> handler)
-
Uses of ChangeWebAppAccelerationCompartmentResponse in com.oracle.bmc.waa.responses
Methods in com.oracle.bmc.waa.responses that return ChangeWebAppAccelerationCompartmentResponse Modifier and Type Method Description ChangeWebAppAccelerationCompartmentResponse
ChangeWebAppAccelerationCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waa.responses with parameters of type ChangeWebAppAccelerationCompartmentResponse Modifier and Type Method Description ChangeWebAppAccelerationCompartmentResponse.Builder
ChangeWebAppAccelerationCompartmentResponse.Builder. copy(ChangeWebAppAccelerationCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-