Uses of Class
com.oracle.bmc.datacatalog.model.ChangeMetastoreCompartmentDetails
-
Packages that use ChangeMetastoreCompartmentDetails Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of ChangeMetastoreCompartmentDetails in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return ChangeMetastoreCompartmentDetails Modifier and Type Method Description ChangeMetastoreCompartmentDetails
ChangeMetastoreCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type ChangeMetastoreCompartmentDetails Modifier and Type Method Description ChangeMetastoreCompartmentDetails.Builder
ChangeMetastoreCompartmentDetails.Builder. copy(ChangeMetastoreCompartmentDetails model)
-
Uses of ChangeMetastoreCompartmentDetails in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ChangeMetastoreCompartmentDetails Modifier and Type Method Description ChangeMetastoreCompartmentDetails
ChangeMetastoreCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeMetastoreCompartmentDetails
ChangeMetastoreCompartmentRequest. getChangeMetastoreCompartmentDetails()
Information about a change in metastore compartment.Methods in com.oracle.bmc.datacatalog.requests with parameters of type ChangeMetastoreCompartmentDetails Modifier and Type Method Description ChangeMetastoreCompartmentRequest.Builder
ChangeMetastoreCompartmentRequest.Builder. body$(ChangeMetastoreCompartmentDetails body)
Alternative setter for the body parameter.ChangeMetastoreCompartmentRequest.Builder
ChangeMetastoreCompartmentRequest.Builder. changeMetastoreCompartmentDetails(ChangeMetastoreCompartmentDetails changeMetastoreCompartmentDetails)
Information about a change in metastore compartment.
-