Uses of Class
com.oracle.bmc.dataintegration.requests.CreateEntityShapeRequest
-
Packages that use CreateEntityShapeRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateEntityShapeRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateEntityShapeRequest Modifier and Type Method Description CreateEntityShapeResponse
DataIntegration. createEntityShape(CreateEntityShapeRequest request)
Creates the data entity shape using the shape from the data asset.Future<CreateEntityShapeResponse>
DataIntegrationAsync. createEntityShape(CreateEntityShapeRequest request, AsyncHandler<CreateEntityShapeRequest,CreateEntityShapeResponse> handler)
Creates the data entity shape using the shape from the data asset.Future<CreateEntityShapeResponse>
DataIntegrationAsyncClient. createEntityShape(CreateEntityShapeRequest request, AsyncHandler<CreateEntityShapeRequest,CreateEntityShapeResponse> handler)
CreateEntityShapeResponse
DataIntegrationClient. createEntityShape(CreateEntityShapeRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateEntityShapeRequest Modifier and Type Method Description Future<CreateEntityShapeResponse>
DataIntegrationAsync. createEntityShape(CreateEntityShapeRequest request, AsyncHandler<CreateEntityShapeRequest,CreateEntityShapeResponse> handler)
Creates the data entity shape using the shape from the data asset.Future<CreateEntityShapeResponse>
DataIntegrationAsyncClient. createEntityShape(CreateEntityShapeRequest request, AsyncHandler<CreateEntityShapeRequest,CreateEntityShapeResponse> handler)
-
Uses of CreateEntityShapeRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateEntityShapeRequest Modifier and Type Method Description CreateEntityShapeRequest
CreateEntityShapeRequest.Builder. build()
Build the instance of CreateEntityShapeRequest as configured by this builderCreateEntityShapeRequest
CreateEntityShapeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateEntityShapeRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreateEntityShapeRequest Modifier and Type Method Description CreateEntityShapeRequest.Builder
CreateEntityShapeRequest.Builder. copy(CreateEntityShapeRequest o)
Copy method to populate the builder with values from the given instance.
-