Uses of Class
com.oracle.bmc.identitydomains.responses.GetApiKeyResponse
-
Packages that use GetApiKeyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetApiKeyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetApiKeyResponse Modifier and Type Method Description GetApiKeyResponse
IdentityDomains. getApiKey(GetApiKeyRequest request)
Get a user’s API key.GetApiKeyResponse
IdentityDomainsClient. getApiKey(GetApiKeyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetApiKeyResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetApiKeyResponse 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 GetApiKeyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetApiKeyResponse Modifier and Type Method Description GetApiKeyResponse
GetApiKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetApiKeyResponse Modifier and Type Method Description GetApiKeyResponse.Builder
GetApiKeyResponse.Builder. copy(GetApiKeyResponse o)
Copy method to populate the builder with values from the given instance.
-