Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.ChangePropertyCompartmentResponse
-
Packages that use ChangePropertyCompartmentResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of ChangePropertyCompartmentResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return ChangePropertyCompartmentResponse Modifier and Type Method Description ChangePropertyCompartmentResponse
FleetAppsManagementAdmin. changePropertyCompartment(ChangePropertyCompartmentRequest request)
Moves a Property into a different compartment within the same tenancy.ChangePropertyCompartmentResponse
FleetAppsManagementAdminClient. changePropertyCompartment(ChangePropertyCompartmentRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type ChangePropertyCompartmentResponse 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)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type ChangePropertyCompartmentResponse 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 ChangePropertyCompartmentResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return ChangePropertyCompartmentResponse Modifier and Type Method Description ChangePropertyCompartmentResponse
ChangePropertyCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type ChangePropertyCompartmentResponse Modifier and Type Method Description ChangePropertyCompartmentResponse.Builder
ChangePropertyCompartmentResponse.Builder. copy(ChangePropertyCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-