Uses of Class
com.oracle.bmc.bds.requests.CreateBdsApiKeyRequest
-
Packages that use CreateBdsApiKeyRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of CreateBdsApiKeyRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type CreateBdsApiKeyRequest Modifier and Type Method Description CreateBdsApiKeyResponse
Bds. createBdsApiKey(CreateBdsApiKeyRequest request)
Create an API key on behalf of the specified user.Future<CreateBdsApiKeyResponse>
BdsAsync. createBdsApiKey(CreateBdsApiKeyRequest request, AsyncHandler<CreateBdsApiKeyRequest,CreateBdsApiKeyResponse> handler)
Create an API key on behalf of the specified user.Future<CreateBdsApiKeyResponse>
BdsAsyncClient. createBdsApiKey(CreateBdsApiKeyRequest request, AsyncHandler<CreateBdsApiKeyRequest,CreateBdsApiKeyResponse> handler)
CreateBdsApiKeyResponse
BdsClient. createBdsApiKey(CreateBdsApiKeyRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type CreateBdsApiKeyRequest Modifier and Type Method Description Future<CreateBdsApiKeyResponse>
BdsAsync. createBdsApiKey(CreateBdsApiKeyRequest request, AsyncHandler<CreateBdsApiKeyRequest,CreateBdsApiKeyResponse> handler)
Create an API key on behalf of the specified user.Future<CreateBdsApiKeyResponse>
BdsAsyncClient. createBdsApiKey(CreateBdsApiKeyRequest request, AsyncHandler<CreateBdsApiKeyRequest,CreateBdsApiKeyResponse> handler)
-
Uses of CreateBdsApiKeyRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return CreateBdsApiKeyRequest Modifier and Type Method Description CreateBdsApiKeyRequest
CreateBdsApiKeyRequest.Builder. build()
Build the instance of CreateBdsApiKeyRequest as configured by this builderCreateBdsApiKeyRequest
CreateBdsApiKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateBdsApiKeyRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type CreateBdsApiKeyRequest Modifier and Type Method Description CreateBdsApiKeyRequest.Builder
CreateBdsApiKeyRequest.Builder. copy(CreateBdsApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
-