Uses of Class
com.oracle.bmc.waa.requests.ChangeWebAppAccelerationCompartmentRequest
-
Packages that use ChangeWebAppAccelerationCompartmentRequest Package Description com.oracle.bmc.waa com.oracle.bmc.waa.requests -
-
Uses of ChangeWebAppAccelerationCompartmentRequest in com.oracle.bmc.waa
Method parameters in com.oracle.bmc.waa with type arguments of type ChangeWebAppAccelerationCompartmentRequest 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 ChangeWebAppAccelerationCompartmentRequest in com.oracle.bmc.waa.requests
Methods in com.oracle.bmc.waa.requests that return ChangeWebAppAccelerationCompartmentRequest Modifier and Type Method Description ChangeWebAppAccelerationCompartmentRequest
ChangeWebAppAccelerationCompartmentRequest.Builder. build()
Build the instance of ChangeWebAppAccelerationCompartmentRequest as configured by this builderChangeWebAppAccelerationCompartmentRequest
ChangeWebAppAccelerationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeWebAppAccelerationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.waa.requests with parameters of type ChangeWebAppAccelerationCompartmentRequest Modifier and Type Method Description ChangeWebAppAccelerationCompartmentRequest.Builder
ChangeWebAppAccelerationCompartmentRequest.Builder. copy(ChangeWebAppAccelerationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-