Uses of Class
com.oracle.bmc.bds.requests.TestBdsObjectStorageConnectionRequest
-
Packages that use TestBdsObjectStorageConnectionRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of TestBdsObjectStorageConnectionRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type TestBdsObjectStorageConnectionRequest Modifier and Type Method Description TestBdsObjectStorageConnectionResponse
Bds. testBdsObjectStorageConnection(TestBdsObjectStorageConnectionRequest request)
Test access to specified Object Storage bucket using the API key.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)
TestBdsObjectStorageConnectionResponse
BdsClient. testBdsObjectStorageConnection(TestBdsObjectStorageConnectionRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type TestBdsObjectStorageConnectionRequest 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 TestBdsObjectStorageConnectionRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return TestBdsObjectStorageConnectionRequest Modifier and Type Method Description TestBdsObjectStorageConnectionRequest
TestBdsObjectStorageConnectionRequest.Builder. build()
Build the instance of TestBdsObjectStorageConnectionRequest as configured by this builderTestBdsObjectStorageConnectionRequest
TestBdsObjectStorageConnectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of TestBdsObjectStorageConnectionRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type TestBdsObjectStorageConnectionRequest Modifier and Type Method Description TestBdsObjectStorageConnectionRequest.Builder
TestBdsObjectStorageConnectionRequest.Builder. copy(TestBdsObjectStorageConnectionRequest o)
Copy method to populate the builder with values from the given instance.
-