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.dataintegrationMethods in com.oracle.bmc.dataintegration that return CreateEntityShapeResponse Modifier and Type Method Description CreateEntityShapeResponseDataIntegration. createEntityShape(CreateEntityShapeRequest request)Creates the data entity shape using the shape from the data asset.CreateEntityShapeResponseDataIntegrationClient. 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.responsesMethods in com.oracle.bmc.dataintegration.responses that return CreateEntityShapeResponse Modifier and Type Method Description CreateEntityShapeResponseCreateEntityShapeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateEntityShapeResponse Modifier and Type Method Description CreateEntityShapeResponse.BuilderCreateEntityShapeResponse.Builder. copy(CreateEntityShapeResponse o)Copy method to populate the builder with values from the given instance.
 
-