Uses of Class
com.oracle.bmc.dataintegration.requests.GetCompositeStateRequest
-
Packages that use GetCompositeStateRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetCompositeStateRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetCompositeStateRequest Modifier and Type Method Description GetCompositeStateResponse
DataIntegration. getCompositeState(GetCompositeStateRequest request)
This endpoint can be used to get composite state for a given aggregatorFuture<GetCompositeStateResponse>
DataIntegrationAsync. getCompositeState(GetCompositeStateRequest request, AsyncHandler<GetCompositeStateRequest,GetCompositeStateResponse> handler)
This endpoint can be used to get composite state for a given aggregatorFuture<GetCompositeStateResponse>
DataIntegrationAsyncClient. getCompositeState(GetCompositeStateRequest request, AsyncHandler<GetCompositeStateRequest,GetCompositeStateResponse> handler)
GetCompositeStateResponse
DataIntegrationClient. getCompositeState(GetCompositeStateRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetCompositeStateRequest Modifier and Type Method Description Future<GetCompositeStateResponse>
DataIntegrationAsync. getCompositeState(GetCompositeStateRequest request, AsyncHandler<GetCompositeStateRequest,GetCompositeStateResponse> handler)
This endpoint can be used to get composite state for a given aggregatorFuture<GetCompositeStateResponse>
DataIntegrationAsyncClient. getCompositeState(GetCompositeStateRequest request, AsyncHandler<GetCompositeStateRequest,GetCompositeStateResponse> handler)
-
Uses of GetCompositeStateRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetCompositeStateRequest Modifier and Type Method Description GetCompositeStateRequest
GetCompositeStateRequest.Builder. build()
Build the instance of GetCompositeStateRequest as configured by this builderGetCompositeStateRequest
GetCompositeStateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCompositeStateRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetCompositeStateRequest Modifier and Type Method Description GetCompositeStateRequest.Builder
GetCompositeStateRequest.Builder. copy(GetCompositeStateRequest o)
Copy method to populate the builder with values from the given instance.
-