Uses of Class
com.oracle.bmc.cloudguard.responses.GetDataSourceResponse
-
Packages that use GetDataSourceResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetDataSourceResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetDataSourceResponse Modifier and Type Method Description GetDataSourceResponse
CloudGuard. getDataSource(GetDataSourceRequest request)
Returns a data source (DataSource resource) identified by dataSourceId.GetDataSourceResponse
CloudGuardClient. getDataSource(GetDataSourceRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetDataSourceResponse Modifier and Type Method Description Future<GetDataSourceResponse>
CloudGuardAsync. getDataSource(GetDataSourceRequest request, AsyncHandler<GetDataSourceRequest,GetDataSourceResponse> handler)
Returns a data source (DataSource resource) identified by dataSourceId.Future<GetDataSourceResponse>
CloudGuardAsyncClient. getDataSource(GetDataSourceRequest request, AsyncHandler<GetDataSourceRequest,GetDataSourceResponse> handler)
-
Uses of GetDataSourceResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetDataSourceResponse Modifier and Type Method Description GetDataSourceResponse
GetDataSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetDataSourceResponse Modifier and Type Method Description GetDataSourceResponse.Builder
GetDataSourceResponse.Builder. copy(GetDataSourceResponse o)
Copy method to populate the builder with values from the given instance.
-