Uses of Class
com.oracle.bmc.bds.responses.GetBdsInstanceResponse
-
Packages that use GetBdsInstanceResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of GetBdsInstanceResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return GetBdsInstanceResponse Modifier and Type Method Description GetBdsInstanceResponse
Bds. getBdsInstance(GetBdsInstanceRequest request)
Returns information about the Big Data Service cluster identified by the given ID.GetBdsInstanceResponse
BdsClient. getBdsInstance(GetBdsInstanceRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type GetBdsInstanceResponse Modifier and Type Method Description Future<GetBdsInstanceResponse>
BdsAsync. getBdsInstance(GetBdsInstanceRequest request, AsyncHandler<GetBdsInstanceRequest,GetBdsInstanceResponse> handler)
Returns information about the Big Data Service cluster identified by the given ID.Future<GetBdsInstanceResponse>
BdsAsyncClient. getBdsInstance(GetBdsInstanceRequest request, AsyncHandler<GetBdsInstanceRequest,GetBdsInstanceResponse> handler)
-
Uses of GetBdsInstanceResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return GetBdsInstanceResponse Modifier and Type Method Description GetBdsInstanceResponse
GetBdsInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type GetBdsInstanceResponse Modifier and Type Method Description GetBdsInstanceResponse.Builder
GetBdsInstanceResponse.Builder. copy(GetBdsInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-