Uses of Class
com.oracle.bmc.datacatalog.requests.GetCatalogPrivateEndpointRequest
-
Packages that use GetCatalogPrivateEndpointRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetCatalogPrivateEndpointRequest in com.oracle.bmc.datacatalog
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetCatalogPrivateEndpointRequest Modifier and Type Method Description Future<GetCatalogPrivateEndpointResponse>DataCatalogAsync. getCatalogPrivateEndpoint(GetCatalogPrivateEndpointRequest request, AsyncHandler<GetCatalogPrivateEndpointRequest,GetCatalogPrivateEndpointResponse> handler)Gets a specific private reverse connection by identifier.Future<GetCatalogPrivateEndpointResponse>DataCatalogAsyncClient. getCatalogPrivateEndpoint(GetCatalogPrivateEndpointRequest request, AsyncHandler<GetCatalogPrivateEndpointRequest,GetCatalogPrivateEndpointResponse> handler) -
Uses of GetCatalogPrivateEndpointRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetCatalogPrivateEndpointRequest Modifier and Type Method Description GetCatalogPrivateEndpointRequestGetCatalogPrivateEndpointRequest.Builder. build()Build the instance of GetCatalogPrivateEndpointRequest as configured by this builderGetCatalogPrivateEndpointRequestGetCatalogPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetCatalogPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetCatalogPrivateEndpointRequest Modifier and Type Method Description GetCatalogPrivateEndpointRequest.BuilderGetCatalogPrivateEndpointRequest.Builder. copy(GetCatalogPrivateEndpointRequest o)Copy method to populate the builder with values from the given instance.
-