Uses of Class
com.oracle.bmc.bds.responses.TestBdsObjectStorageConnectionResponse
-
Packages that use TestBdsObjectStorageConnectionResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of TestBdsObjectStorageConnectionResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return TestBdsObjectStorageConnectionResponse Modifier and Type Method Description TestBdsObjectStorageConnectionResponse
Bds. testBdsObjectStorageConnection(TestBdsObjectStorageConnectionRequest request)
Test access to specified Object Storage bucket using the API key.TestBdsObjectStorageConnectionResponse
BdsClient. testBdsObjectStorageConnection(TestBdsObjectStorageConnectionRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type TestBdsObjectStorageConnectionResponse Modifier and Type Method Description Future<TestBdsObjectStorageConnectionResponse>
BdsAsync. testBdsObjectStorageConnection(TestBdsObjectStorageConnectionRequest request, AsyncHandler<TestBdsObjectStorageConnectionRequest,TestBdsObjectStorageConnectionResponse> handler)
Test access to specified Object Storage bucket using the API key.Future<TestBdsObjectStorageConnectionResponse>
BdsAsyncClient. testBdsObjectStorageConnection(TestBdsObjectStorageConnectionRequest request, AsyncHandler<TestBdsObjectStorageConnectionRequest,TestBdsObjectStorageConnectionResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type TestBdsObjectStorageConnectionResponse Modifier and Type Method Description Future<TestBdsObjectStorageConnectionResponse>
BdsAsync. testBdsObjectStorageConnection(TestBdsObjectStorageConnectionRequest request, AsyncHandler<TestBdsObjectStorageConnectionRequest,TestBdsObjectStorageConnectionResponse> handler)
Test access to specified Object Storage bucket using the API key.Future<TestBdsObjectStorageConnectionResponse>
BdsAsyncClient. testBdsObjectStorageConnection(TestBdsObjectStorageConnectionRequest request, AsyncHandler<TestBdsObjectStorageConnectionRequest,TestBdsObjectStorageConnectionResponse> handler)
-
Uses of TestBdsObjectStorageConnectionResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return TestBdsObjectStorageConnectionResponse Modifier and Type Method Description TestBdsObjectStorageConnectionResponse
TestBdsObjectStorageConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type TestBdsObjectStorageConnectionResponse Modifier and Type Method Description TestBdsObjectStorageConnectionResponse.Builder
TestBdsObjectStorageConnectionResponse.Builder. copy(TestBdsObjectStorageConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-