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