Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
UploadApiKeyResponse |
IdentityClient.uploadApiKey(UploadApiKeyRequest request) |
UploadApiKeyResponse |
Identity.uploadApiKey(UploadApiKeyRequest request)
Uploads an API signing key for the specified user.
|
Future<UploadApiKeyResponse> |
IdentityAsync.uploadApiKey(UploadApiKeyRequest request,
AsyncHandler<UploadApiKeyRequest,UploadApiKeyResponse> handler)
Uploads an API signing key for the specified user.
|
Future<UploadApiKeyResponse> |
IdentityAsyncClient.uploadApiKey(UploadApiKeyRequest request,
AsyncHandler<UploadApiKeyRequest,UploadApiKeyResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<UploadApiKeyResponse> |
IdentityAsync.uploadApiKey(UploadApiKeyRequest request,
AsyncHandler<UploadApiKeyRequest,UploadApiKeyResponse> handler)
Uploads an API signing key for the specified user.
|
Future<UploadApiKeyResponse> |
IdentityAsyncClient.uploadApiKey(UploadApiKeyRequest request,
AsyncHandler<UploadApiKeyRequest,UploadApiKeyResponse> handler) |
Modifier and Type | Method and Description |
---|---|
UploadApiKeyRequest |
UploadApiKeyRequest.Builder.build()
Build the instance of UploadApiKeyRequest as configured by this builder
|
UploadApiKeyRequest |
UploadApiKeyRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UploadApiKeyRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UploadApiKeyRequest.Builder |
UploadApiKeyRequest.Builder.copy(UploadApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.