Uses of Class
com.oracle.bmc.dataintegration.requests.StopWorkspaceRequest
-
Packages that use StopWorkspaceRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of StopWorkspaceRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type StopWorkspaceRequest Modifier and Type Method Description StopWorkspaceResponse
DataIntegration. stopWorkspace(StopWorkspaceRequest request)
Stops a workspace.Future<StopWorkspaceResponse>
DataIntegrationAsync. stopWorkspace(StopWorkspaceRequest request, AsyncHandler<StopWorkspaceRequest,StopWorkspaceResponse> handler)
Stops a workspace.Future<StopWorkspaceResponse>
DataIntegrationAsyncClient. stopWorkspace(StopWorkspaceRequest request, AsyncHandler<StopWorkspaceRequest,StopWorkspaceResponse> handler)
StopWorkspaceResponse
DataIntegrationClient. stopWorkspace(StopWorkspaceRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type StopWorkspaceRequest Modifier and Type Method Description Future<StopWorkspaceResponse>
DataIntegrationAsync. stopWorkspace(StopWorkspaceRequest request, AsyncHandler<StopWorkspaceRequest,StopWorkspaceResponse> handler)
Stops a workspace.Future<StopWorkspaceResponse>
DataIntegrationAsyncClient. stopWorkspace(StopWorkspaceRequest request, AsyncHandler<StopWorkspaceRequest,StopWorkspaceResponse> handler)
-
Uses of StopWorkspaceRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return StopWorkspaceRequest Modifier and Type Method Description StopWorkspaceRequest
StopWorkspaceRequest.Builder. build()
Build the instance of StopWorkspaceRequest as configured by this builderStopWorkspaceRequest
StopWorkspaceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopWorkspaceRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type StopWorkspaceRequest Modifier and Type Method Description StopWorkspaceRequest.Builder
StopWorkspaceRequest.Builder. copy(StopWorkspaceRequest o)
Copy method to populate the builder with values from the given instance.
-