Uses of Class
com.oracle.bmc.generativeai.requests.RenewApiKeyRequest
-
Packages that use RenewApiKeyRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of RenewApiKeyRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type RenewApiKeyRequest Modifier and Type Method Description RenewApiKeyResponseGenerativeAi. renewApiKey(RenewApiKeyRequest request)Renew the primary or secondary key.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)RenewApiKeyResponseGenerativeAiClient. renewApiKey(RenewApiKeyRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type RenewApiKeyRequest 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 RenewApiKeyRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return RenewApiKeyRequest Modifier and Type Method Description RenewApiKeyRequestRenewApiKeyRequest.Builder. build()Build the instance of RenewApiKeyRequest as configured by this builderRenewApiKeyRequestRenewApiKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of RenewApiKeyRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type RenewApiKeyRequest Modifier and Type Method Description RenewApiKeyRequest.BuilderRenewApiKeyRequest.Builder. copy(RenewApiKeyRequest o)Copy method to populate the builder with values from the given instance.
-