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