Uses of Class
com.oracle.bmc.generativeai.requests.SetApiKeyStateRequest
-
Packages that use SetApiKeyStateRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of SetApiKeyStateRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type SetApiKeyStateRequest Modifier and Type Method Description SetApiKeyStateResponseGenerativeAi. setApiKeyState(SetApiKeyStateRequest request)Set state of the key.Future<SetApiKeyStateResponse>GenerativeAiAsync. setApiKeyState(SetApiKeyStateRequest request, AsyncHandler<SetApiKeyStateRequest,SetApiKeyStateResponse> handler)Set state of the key.Future<SetApiKeyStateResponse>GenerativeAiAsyncClient. setApiKeyState(SetApiKeyStateRequest request, AsyncHandler<SetApiKeyStateRequest,SetApiKeyStateResponse> handler)SetApiKeyStateResponseGenerativeAiClient. setApiKeyState(SetApiKeyStateRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type SetApiKeyStateRequest Modifier and Type Method Description Future<SetApiKeyStateResponse>GenerativeAiAsync. setApiKeyState(SetApiKeyStateRequest request, AsyncHandler<SetApiKeyStateRequest,SetApiKeyStateResponse> handler)Set state of the key.Future<SetApiKeyStateResponse>GenerativeAiAsyncClient. setApiKeyState(SetApiKeyStateRequest request, AsyncHandler<SetApiKeyStateRequest,SetApiKeyStateResponse> handler) -
Uses of SetApiKeyStateRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return SetApiKeyStateRequest Modifier and Type Method Description SetApiKeyStateRequestSetApiKeyStateRequest.Builder. build()Build the instance of SetApiKeyStateRequest as configured by this builderSetApiKeyStateRequestSetApiKeyStateRequest.Builder. buildWithoutInvocationCallback()Build the instance of SetApiKeyStateRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type SetApiKeyStateRequest Modifier and Type Method Description SetApiKeyStateRequest.BuilderSetApiKeyStateRequest.Builder. copy(SetApiKeyStateRequest o)Copy method to populate the builder with values from the given instance.
-