Uses of Class
com.oracle.bmc.bds.requests.DeleteBdsApiKeyRequest
-
Packages that use DeleteBdsApiKeyRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of DeleteBdsApiKeyRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type DeleteBdsApiKeyRequest Modifier and Type Method Description DeleteBdsApiKeyResponse
Bds. deleteBdsApiKey(DeleteBdsApiKeyRequest request)
Deletes the user’s API key represented by the provided ID.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)
DeleteBdsApiKeyResponse
BdsClient. deleteBdsApiKey(DeleteBdsApiKeyRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type DeleteBdsApiKeyRequest 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 DeleteBdsApiKeyRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return DeleteBdsApiKeyRequest Modifier and Type Method Description DeleteBdsApiKeyRequest
DeleteBdsApiKeyRequest.Builder. build()
Build the instance of DeleteBdsApiKeyRequest as configured by this builderDeleteBdsApiKeyRequest
DeleteBdsApiKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteBdsApiKeyRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type DeleteBdsApiKeyRequest Modifier and Type Method Description DeleteBdsApiKeyRequest.Builder
DeleteBdsApiKeyRequest.Builder. copy(DeleteBdsApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
-