Uses of Class
com.oracle.bmc.identitydomains.requests.CreateApiKeyRequest
-
Packages that use CreateApiKeyRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateApiKeyRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateApiKeyRequest Modifier and Type Method Description CreateApiKeyResponse
IdentityDomains. createApiKey(CreateApiKeyRequest request)
Create a user’s API key.Future<CreateApiKeyResponse>
IdentityDomainsAsync. createApiKey(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest,CreateApiKeyResponse> handler)
Create a user’s API key.Future<CreateApiKeyResponse>
IdentityDomainsAsyncClient. createApiKey(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest,CreateApiKeyResponse> handler)
CreateApiKeyResponse
IdentityDomainsClient. createApiKey(CreateApiKeyRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateApiKeyRequest Modifier and Type Method Description Future<CreateApiKeyResponse>
IdentityDomainsAsync. createApiKey(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest,CreateApiKeyResponse> handler)
Create a user’s API key.Future<CreateApiKeyResponse>
IdentityDomainsAsyncClient. createApiKey(CreateApiKeyRequest request, AsyncHandler<CreateApiKeyRequest,CreateApiKeyResponse> handler)
-
Uses of CreateApiKeyRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateApiKeyRequest Modifier and Type Method Description CreateApiKeyRequest
CreateApiKeyRequest.Builder. build()
Build the instance of CreateApiKeyRequest as configured by this builderCreateApiKeyRequest
CreateApiKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateApiKeyRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateApiKeyRequest Modifier and Type Method Description CreateApiKeyRequest.Builder
CreateApiKeyRequest.Builder. copy(CreateApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
-