Uses of Class
com.oracle.bmc.generativeai.model.ApiKey
-
Packages that use ApiKey Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.responses -
-
Uses of ApiKey in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ApiKey Modifier and Type Method Description ApiKeyApiKey.Builder. build()Methods in com.oracle.bmc.generativeai.model with parameters of type ApiKey Modifier and Type Method Description ApiKey.BuilderApiKey.Builder. copy(ApiKey model) -
Uses of ApiKey in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return ApiKey Modifier and Type Method Description ApiKeyCreateApiKeyResponse. getApiKey()The returned ApiKey instance.ApiKeyGetApiKeyResponse. getApiKey()The returned ApiKey instance.ApiKeyRenewApiKeyResponse. getApiKey()The returned ApiKey instance.ApiKeySetApiKeyStateResponse. getApiKey()The returned ApiKey instance.ApiKeyUpdateApiKeyResponse. getApiKey()The returned ApiKey instance.Methods in com.oracle.bmc.generativeai.responses with parameters of type ApiKey Modifier and Type Method Description CreateApiKeyResponse.BuilderCreateApiKeyResponse.Builder. apiKey(ApiKey apiKey)The returned ApiKey instance.GetApiKeyResponse.BuilderGetApiKeyResponse.Builder. apiKey(ApiKey apiKey)The returned ApiKey instance.RenewApiKeyResponse.BuilderRenewApiKeyResponse.Builder. apiKey(ApiKey apiKey)The returned ApiKey instance.SetApiKeyStateResponse.BuilderSetApiKeyStateResponse.Builder. apiKey(ApiKey apiKey)The returned ApiKey instance.UpdateApiKeyResponse.BuilderUpdateApiKeyResponse.Builder. apiKey(ApiKey apiKey)The returned ApiKey instance.
-