Uses of Class
com.oracle.bmc.datacatalog.requests.AttachCatalogPrivateEndpointRequest
-
Packages that use AttachCatalogPrivateEndpointRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of AttachCatalogPrivateEndpointRequest in com.oracle.bmc.datacatalog
Method parameters in com.oracle.bmc.datacatalog with type arguments of type AttachCatalogPrivateEndpointRequest Modifier and Type Method Description Future<AttachCatalogPrivateEndpointResponse>
DataCatalogAsync. attachCatalogPrivateEndpoint(AttachCatalogPrivateEndpointRequest request, AsyncHandler<AttachCatalogPrivateEndpointRequest,AttachCatalogPrivateEndpointResponse> handler)
Attaches a private reverse connection endpoint resource to a data catalog resource.Future<AttachCatalogPrivateEndpointResponse>
DataCatalogAsyncClient. attachCatalogPrivateEndpoint(AttachCatalogPrivateEndpointRequest request, AsyncHandler<AttachCatalogPrivateEndpointRequest,AttachCatalogPrivateEndpointResponse> handler)
-
Uses of AttachCatalogPrivateEndpointRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return AttachCatalogPrivateEndpointRequest Modifier and Type Method Description AttachCatalogPrivateEndpointRequest
AttachCatalogPrivateEndpointRequest.Builder. build()
Build the instance of AttachCatalogPrivateEndpointRequest as configured by this builderAttachCatalogPrivateEndpointRequest
AttachCatalogPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachCatalogPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type AttachCatalogPrivateEndpointRequest Modifier and Type Method Description AttachCatalogPrivateEndpointRequest.Builder
AttachCatalogPrivateEndpointRequest.Builder. copy(AttachCatalogPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-