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