Uses of Class
com.oracle.bmc.identity.requests.UploadApiKeyRequest
-
Packages that use UploadApiKeyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UploadApiKeyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UploadApiKeyRequest Modifier and Type Method Description 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)
UploadApiKeyResponse
IdentityClient. uploadApiKey(UploadApiKeyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UploadApiKeyRequest Modifier and Type Method 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)
-
Uses of UploadApiKeyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UploadApiKeyRequest Modifier and Type Method Description UploadApiKeyRequest
UploadApiKeyRequest.Builder. build()
Build the instance of UploadApiKeyRequest as configured by this builderUploadApiKeyRequest
UploadApiKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UploadApiKeyRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UploadApiKeyRequest Modifier and Type Method Description UploadApiKeyRequest.Builder
UploadApiKeyRequest.Builder. copy(UploadApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
-