Uses of Class
com.oracle.bmc.dataintegration.responses.CreateEntityShapeResponse
-
Packages that use CreateEntityShapeResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateEntityShapeResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateEntityShapeResponse Modifier and Type Method Description CreateEntityShapeResponse
DataIntegration. createEntityShape(CreateEntityShapeRequest request)
Creates the data entity shape using the shape from the data asset.CreateEntityShapeResponse
DataIntegrationClient. createEntityShape(CreateEntityShapeRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateEntityShapeResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateEntityShapeResponse 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 CreateEntityShapeResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateEntityShapeResponse Modifier and Type Method Description CreateEntityShapeResponse
CreateEntityShapeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateEntityShapeResponse Modifier and Type Method Description CreateEntityShapeResponse.Builder
CreateEntityShapeResponse.Builder. copy(CreateEntityShapeResponse o)
Copy method to populate the builder with values from the given instance.
-