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.managementdashboard
Method 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.requests
Methods in com.oracle.bmc.managementdashboard.requests that return ChangeManagementDashboardsCompartmentRequest Modifier and Type Method Description ChangeManagementDashboardsCompartmentRequest
ChangeManagementDashboardsCompartmentRequest.Builder. build()
Build the instance of ChangeManagementDashboardsCompartmentRequest as configured by this builderChangeManagementDashboardsCompartmentRequest
ChangeManagementDashboardsCompartmentRequest.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.Builder
ChangeManagementDashboardsCompartmentRequest.Builder. copy(ChangeManagementDashboardsCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-