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