Uses of Class
com.oracle.bmc.generativeai.requests.ChangeApiKeyCompartmentRequest
-
Packages that use ChangeApiKeyCompartmentRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of ChangeApiKeyCompartmentRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type ChangeApiKeyCompartmentRequest Modifier and Type Method Description ChangeApiKeyCompartmentResponseGenerativeAi. changeApiKeyCompartment(ChangeApiKeyCompartmentRequest request)Moves an API key into a different compartment within the same tenancy.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)ChangeApiKeyCompartmentResponseGenerativeAiClient. changeApiKeyCompartment(ChangeApiKeyCompartmentRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type ChangeApiKeyCompartmentRequest 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 ChangeApiKeyCompartmentRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ChangeApiKeyCompartmentRequest Modifier and Type Method Description ChangeApiKeyCompartmentRequestChangeApiKeyCompartmentRequest.Builder. build()Build the instance of ChangeApiKeyCompartmentRequest as configured by this builderChangeApiKeyCompartmentRequestChangeApiKeyCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeApiKeyCompartmentRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type ChangeApiKeyCompartmentRequest Modifier and Type Method Description ChangeApiKeyCompartmentRequest.BuilderChangeApiKeyCompartmentRequest.Builder. copy(ChangeApiKeyCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-