Uses of Class
com.oracle.bmc.managementdashboard.responses.ChangeManagementDashboardsCompartmentResponse
-
Packages that use ChangeManagementDashboardsCompartmentResponse Package Description com.oracle.bmc.managementdashboard com.oracle.bmc.managementdashboard.responses -
-
Uses of ChangeManagementDashboardsCompartmentResponse in com.oracle.bmc.managementdashboard
Methods in com.oracle.bmc.managementdashboard that return ChangeManagementDashboardsCompartmentResponse Modifier and Type Method Description ChangeManagementDashboardsCompartmentResponse
DashxApis. changeManagementDashboardsCompartment(ChangeManagementDashboardsCompartmentRequest request)
Moves the dashboard from the existing compartment to a new compartment.ChangeManagementDashboardsCompartmentResponse
DashxApisClient. changeManagementDashboardsCompartment(ChangeManagementDashboardsCompartmentRequest request)
Methods in com.oracle.bmc.managementdashboard that return types with arguments of type ChangeManagementDashboardsCompartmentResponse Modifier and Type Method Description Future<ChangeManagementDashboardsCompartmentResponse>
DashxApisAsync. changeManagementDashboardsCompartment(ChangeManagementDashboardsCompartmentRequest request, AsyncHandler<ChangeManagementDashboardsCompartmentRequest,ChangeManagementDashboardsCompartmentResponse> handler)
Moves the dashboard from the existing compartment to a new compartment.Future<ChangeManagementDashboardsCompartmentResponse>
DashxApisAsyncClient. changeManagementDashboardsCompartment(ChangeManagementDashboardsCompartmentRequest request, AsyncHandler<ChangeManagementDashboardsCompartmentRequest,ChangeManagementDashboardsCompartmentResponse> handler)
Method parameters in com.oracle.bmc.managementdashboard with type arguments of type ChangeManagementDashboardsCompartmentResponse Modifier and Type Method Description Future<ChangeManagementDashboardsCompartmentResponse>
DashxApisAsync. changeManagementDashboardsCompartment(ChangeManagementDashboardsCompartmentRequest request, AsyncHandler<ChangeManagementDashboardsCompartmentRequest,ChangeManagementDashboardsCompartmentResponse> handler)
Moves the dashboard from the existing compartment to a new compartment.Future<ChangeManagementDashboardsCompartmentResponse>
DashxApisAsyncClient. changeManagementDashboardsCompartment(ChangeManagementDashboardsCompartmentRequest request, AsyncHandler<ChangeManagementDashboardsCompartmentRequest,ChangeManagementDashboardsCompartmentResponse> handler)
-
Uses of ChangeManagementDashboardsCompartmentResponse in com.oracle.bmc.managementdashboard.responses
Methods in com.oracle.bmc.managementdashboard.responses that return ChangeManagementDashboardsCompartmentResponse Modifier and Type Method Description ChangeManagementDashboardsCompartmentResponse
ChangeManagementDashboardsCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managementdashboard.responses with parameters of type ChangeManagementDashboardsCompartmentResponse Modifier and Type Method Description ChangeManagementDashboardsCompartmentResponse.Builder
ChangeManagementDashboardsCompartmentResponse.Builder. copy(ChangeManagementDashboardsCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-