Uses of Class
com.oracle.bmc.generativeai.responses.RenewApiKeyResponse
-
Packages that use RenewApiKeyResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of RenewApiKeyResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return RenewApiKeyResponse Modifier and Type Method Description RenewApiKeyResponseGenerativeAi. renewApiKey(RenewApiKeyRequest request)Renew the primary or secondary key.RenewApiKeyResponseGenerativeAiClient. renewApiKey(RenewApiKeyRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type RenewApiKeyResponse Modifier and Type Method Description Future<RenewApiKeyResponse>GenerativeAiAsync. renewApiKey(RenewApiKeyRequest request, AsyncHandler<RenewApiKeyRequest,RenewApiKeyResponse> handler)Renew the primary or secondary key.Future<RenewApiKeyResponse>GenerativeAiAsyncClient. renewApiKey(RenewApiKeyRequest request, AsyncHandler<RenewApiKeyRequest,RenewApiKeyResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type RenewApiKeyResponse Modifier and Type Method Description Future<RenewApiKeyResponse>GenerativeAiAsync. renewApiKey(RenewApiKeyRequest request, AsyncHandler<RenewApiKeyRequest,RenewApiKeyResponse> handler)Renew the primary or secondary key.Future<RenewApiKeyResponse>GenerativeAiAsyncClient. renewApiKey(RenewApiKeyRequest request, AsyncHandler<RenewApiKeyRequest,RenewApiKeyResponse> handler) -
Uses of RenewApiKeyResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return RenewApiKeyResponse Modifier and Type Method Description RenewApiKeyResponseRenewApiKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type RenewApiKeyResponse Modifier and Type Method Description RenewApiKeyResponse.BuilderRenewApiKeyResponse.Builder. copy(RenewApiKeyResponse o)Copy method to populate the builder with values from the given instance.
-