Uses of Class
com.oracle.bmc.bds.responses.DeleteBdsApiKeyResponse
-
Packages that use DeleteBdsApiKeyResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of DeleteBdsApiKeyResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return DeleteBdsApiKeyResponse Modifier and Type Method Description DeleteBdsApiKeyResponse
Bds. deleteBdsApiKey(DeleteBdsApiKeyRequest request)
Deletes the user’s API key represented by the provided ID.DeleteBdsApiKeyResponse
BdsClient. deleteBdsApiKey(DeleteBdsApiKeyRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type DeleteBdsApiKeyResponse Modifier and Type Method Description Future<DeleteBdsApiKeyResponse>
BdsAsync. deleteBdsApiKey(DeleteBdsApiKeyRequest request, AsyncHandler<DeleteBdsApiKeyRequest,DeleteBdsApiKeyResponse> handler)
Deletes the user’s API key represented by the provided ID.Future<DeleteBdsApiKeyResponse>
BdsAsyncClient. deleteBdsApiKey(DeleteBdsApiKeyRequest request, AsyncHandler<DeleteBdsApiKeyRequest,DeleteBdsApiKeyResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type DeleteBdsApiKeyResponse Modifier and Type Method Description Future<DeleteBdsApiKeyResponse>
BdsAsync. deleteBdsApiKey(DeleteBdsApiKeyRequest request, AsyncHandler<DeleteBdsApiKeyRequest,DeleteBdsApiKeyResponse> handler)
Deletes the user’s API key represented by the provided ID.Future<DeleteBdsApiKeyResponse>
BdsAsyncClient. deleteBdsApiKey(DeleteBdsApiKeyRequest request, AsyncHandler<DeleteBdsApiKeyRequest,DeleteBdsApiKeyResponse> handler)
-
Uses of DeleteBdsApiKeyResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return DeleteBdsApiKeyResponse Modifier and Type Method Description DeleteBdsApiKeyResponse
DeleteBdsApiKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type DeleteBdsApiKeyResponse Modifier and Type Method Description DeleteBdsApiKeyResponse.Builder
DeleteBdsApiKeyResponse.Builder. copy(DeleteBdsApiKeyResponse o)
Copy method to populate the builder with values from the given instance.
-