Uses of Class
com.oracle.bmc.generativeai.model.RenewApiKeyDetails
-
Packages that use RenewApiKeyDetails Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of RenewApiKeyDetails in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return RenewApiKeyDetails Modifier and Type Method Description RenewApiKeyDetailsRenewApiKeyDetails.Builder. build()Methods in com.oracle.bmc.generativeai.model with parameters of type RenewApiKeyDetails Modifier and Type Method Description RenewApiKeyDetails.BuilderRenewApiKeyDetails.Builder. copy(RenewApiKeyDetails model) -
Uses of RenewApiKeyDetails in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return RenewApiKeyDetails Modifier and Type Method Description RenewApiKeyDetailsRenewApiKeyRequest. getBody$()Alternative accessor for the body parameter.RenewApiKeyDetailsRenewApiKeyRequest. getRenewApiKeyDetails()The information to be renewed.Methods in com.oracle.bmc.generativeai.requests with parameters of type RenewApiKeyDetails Modifier and Type Method Description RenewApiKeyRequest.BuilderRenewApiKeyRequest.Builder. body$(RenewApiKeyDetails body)Alternative setter for the body parameter.RenewApiKeyRequest.BuilderRenewApiKeyRequest.Builder. renewApiKeyDetails(RenewApiKeyDetails renewApiKeyDetails)The information to be renewed.
-