Uses of Class
com.oracle.bmc.datacatalog.requests.ChangeMetastoreCompartmentRequest
-
Packages that use ChangeMetastoreCompartmentRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ChangeMetastoreCompartmentRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ChangeMetastoreCompartmentRequest Modifier and Type Method Description ChangeMetastoreCompartmentResponse
DataCatalog. changeMetastoreCompartment(ChangeMetastoreCompartmentRequest request)
Moves a resource into a different compartment.Future<ChangeMetastoreCompartmentResponse>
DataCatalogAsync. changeMetastoreCompartment(ChangeMetastoreCompartmentRequest request, AsyncHandler<ChangeMetastoreCompartmentRequest,ChangeMetastoreCompartmentResponse> handler)
Moves a resource into a different compartment.Future<ChangeMetastoreCompartmentResponse>
DataCatalogAsyncClient. changeMetastoreCompartment(ChangeMetastoreCompartmentRequest request, AsyncHandler<ChangeMetastoreCompartmentRequest,ChangeMetastoreCompartmentResponse> handler)
ChangeMetastoreCompartmentResponse
DataCatalogClient. changeMetastoreCompartment(ChangeMetastoreCompartmentRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type ChangeMetastoreCompartmentRequest Modifier and Type Method Description Future<ChangeMetastoreCompartmentResponse>
DataCatalogAsync. changeMetastoreCompartment(ChangeMetastoreCompartmentRequest request, AsyncHandler<ChangeMetastoreCompartmentRequest,ChangeMetastoreCompartmentResponse> handler)
Moves a resource into a different compartment.Future<ChangeMetastoreCompartmentResponse>
DataCatalogAsyncClient. changeMetastoreCompartment(ChangeMetastoreCompartmentRequest request, AsyncHandler<ChangeMetastoreCompartmentRequest,ChangeMetastoreCompartmentResponse> handler)
-
Uses of ChangeMetastoreCompartmentRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ChangeMetastoreCompartmentRequest Modifier and Type Method Description ChangeMetastoreCompartmentRequest
ChangeMetastoreCompartmentRequest.Builder. build()
Build the instance of ChangeMetastoreCompartmentRequest as configured by this builderChangeMetastoreCompartmentRequest
ChangeMetastoreCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeMetastoreCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ChangeMetastoreCompartmentRequest Modifier and Type Method Description ChangeMetastoreCompartmentRequest.Builder
ChangeMetastoreCompartmentRequest.Builder. copy(ChangeMetastoreCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-