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