Uses of Class
com.oracle.bmc.identity.model.ApiKey
-
Packages that use ApiKey Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of ApiKey in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return ApiKey Modifier and Type Method Description ApiKey
ApiKey.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type ApiKey Modifier and Type Method Description ApiKey.Builder
ApiKey.Builder. copy(ApiKey model)
-
Uses of ApiKey in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ApiKey Modifier and Type Method Description ApiKey
UploadApiKeyResponse. getApiKey()
The returned ApiKey instance.Methods in com.oracle.bmc.identity.responses that return types with arguments of type ApiKey Modifier and Type Method Description List<ApiKey>
ListApiKeysResponse. getItems()
A list of com.oracle.bmc.identity.model.ApiKey instances.Methods in com.oracle.bmc.identity.responses with parameters of type ApiKey Modifier and Type Method Description UploadApiKeyResponse.Builder
UploadApiKeyResponse.Builder. apiKey(ApiKey apiKey)
The returned ApiKey instance.Method parameters in com.oracle.bmc.identity.responses with type arguments of type ApiKey Modifier and Type Method Description ListApiKeysResponse.Builder
ListApiKeysResponse.Builder. items(List<ApiKey> items)
A list of com.oracle.bmc.identity.model.ApiKey instances.
-