Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.ChangePropertyCompartmentRequest
-
Packages that use ChangePropertyCompartmentRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of ChangePropertyCompartmentRequest in com.oracle.bmc.fleetappsmanagement
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ChangePropertyCompartmentRequest Modifier and Type Method Description Future<ChangePropertyCompartmentResponse>
FleetAppsManagementAdminAsync. changePropertyCompartment(ChangePropertyCompartmentRequest request, AsyncHandler<ChangePropertyCompartmentRequest,ChangePropertyCompartmentResponse> handler)
Moves a Property into a different compartment within the same tenancy.Future<ChangePropertyCompartmentResponse>
FleetAppsManagementAdminAsyncClient. changePropertyCompartment(ChangePropertyCompartmentRequest request, AsyncHandler<ChangePropertyCompartmentRequest,ChangePropertyCompartmentResponse> handler)
-
Uses of ChangePropertyCompartmentRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return ChangePropertyCompartmentRequest Modifier and Type Method Description ChangePropertyCompartmentRequest
ChangePropertyCompartmentRequest.Builder. build()
Build the instance of ChangePropertyCompartmentRequest as configured by this builderChangePropertyCompartmentRequest
ChangePropertyCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangePropertyCompartmentRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type ChangePropertyCompartmentRequest Modifier and Type Method Description ChangePropertyCompartmentRequest.Builder
ChangePropertyCompartmentRequest.Builder. copy(ChangePropertyCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-