Uses of Class
com.oracle.bmc.generativeai.responses.ChangeApiKeyCompartmentResponse
-
Packages that use ChangeApiKeyCompartmentResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of ChangeApiKeyCompartmentResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return ChangeApiKeyCompartmentResponse Modifier and Type Method Description ChangeApiKeyCompartmentResponseGenerativeAi. changeApiKeyCompartment(ChangeApiKeyCompartmentRequest request)Moves an API key into a different compartment within the same tenancy.ChangeApiKeyCompartmentResponseGenerativeAiClient. changeApiKeyCompartment(ChangeApiKeyCompartmentRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type ChangeApiKeyCompartmentResponse Modifier and Type Method Description Future<ChangeApiKeyCompartmentResponse>GenerativeAiAsync. changeApiKeyCompartment(ChangeApiKeyCompartmentRequest request, AsyncHandler<ChangeApiKeyCompartmentRequest,ChangeApiKeyCompartmentResponse> handler)Moves an API key into a different compartment within the same tenancy.Future<ChangeApiKeyCompartmentResponse>GenerativeAiAsyncClient. changeApiKeyCompartment(ChangeApiKeyCompartmentRequest request, AsyncHandler<ChangeApiKeyCompartmentRequest,ChangeApiKeyCompartmentResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type ChangeApiKeyCompartmentResponse Modifier and Type Method Description Future<ChangeApiKeyCompartmentResponse>GenerativeAiAsync. changeApiKeyCompartment(ChangeApiKeyCompartmentRequest request, AsyncHandler<ChangeApiKeyCompartmentRequest,ChangeApiKeyCompartmentResponse> handler)Moves an API key into a different compartment within the same tenancy.Future<ChangeApiKeyCompartmentResponse>GenerativeAiAsyncClient. changeApiKeyCompartment(ChangeApiKeyCompartmentRequest request, AsyncHandler<ChangeApiKeyCompartmentRequest,ChangeApiKeyCompartmentResponse> handler) -
Uses of ChangeApiKeyCompartmentResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return ChangeApiKeyCompartmentResponse Modifier and Type Method Description ChangeApiKeyCompartmentResponseChangeApiKeyCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type ChangeApiKeyCompartmentResponse Modifier and Type Method Description ChangeApiKeyCompartmentResponse.BuilderChangeApiKeyCompartmentResponse.Builder. copy(ChangeApiKeyCompartmentResponse o)Copy method to populate the builder with values from the given instance.
-