Uses of Class
com.oracle.bmc.datasafe.requests.ChangeReportDefinitionCompartmentRequest
- 
Packages that use ChangeReportDefinitionCompartmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests 
- 
- 
Uses of ChangeReportDefinitionCompartmentRequest in com.oracle.bmc.datasafeMethod parameters in com.oracle.bmc.datasafe with type arguments of type ChangeReportDefinitionCompartmentRequest Modifier and Type Method Description Future<ChangeReportDefinitionCompartmentResponse>DataSafeAsync. changeReportDefinitionCompartment(ChangeReportDefinitionCompartmentRequest request, AsyncHandler<ChangeReportDefinitionCompartmentRequest,ChangeReportDefinitionCompartmentResponse> handler)Moves a resource into a different compartment.Future<ChangeReportDefinitionCompartmentResponse>DataSafeAsyncClient. changeReportDefinitionCompartment(ChangeReportDefinitionCompartmentRequest request, AsyncHandler<ChangeReportDefinitionCompartmentRequest,ChangeReportDefinitionCompartmentResponse> handler)
- 
Uses of ChangeReportDefinitionCompartmentRequest in com.oracle.bmc.datasafe.requestsMethods in com.oracle.bmc.datasafe.requests that return ChangeReportDefinitionCompartmentRequest Modifier and Type Method Description ChangeReportDefinitionCompartmentRequestChangeReportDefinitionCompartmentRequest.Builder. build()Build the instance of ChangeReportDefinitionCompartmentRequest as configured by this builderChangeReportDefinitionCompartmentRequestChangeReportDefinitionCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeReportDefinitionCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ChangeReportDefinitionCompartmentRequest Modifier and Type Method Description ChangeReportDefinitionCompartmentRequest.BuilderChangeReportDefinitionCompartmentRequest.Builder. copy(ChangeReportDefinitionCompartmentRequest o)Copy method to populate the builder with values from the given instance.
 
-