Uses of Class
com.oracle.bmc.generativeai.responses.ChangeGenerativeAiPrivateEndpointCompartmentResponse
-
Packages that use ChangeGenerativeAiPrivateEndpointCompartmentResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of ChangeGenerativeAiPrivateEndpointCompartmentResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return ChangeGenerativeAiPrivateEndpointCompartmentResponse Modifier and Type Method Description ChangeGenerativeAiPrivateEndpointCompartmentResponse
GenerativeAi. changeGenerativeAiPrivateEndpointCompartment(ChangeGenerativeAiPrivateEndpointCompartmentRequest request)
Moves a Generative AI private endpoint into a different compartment.ChangeGenerativeAiPrivateEndpointCompartmentResponse
GenerativeAiClient. changeGenerativeAiPrivateEndpointCompartment(ChangeGenerativeAiPrivateEndpointCompartmentRequest request)
Methods in com.oracle.bmc.generativeai that return types with arguments of type ChangeGenerativeAiPrivateEndpointCompartmentResponse Modifier and Type Method Description Future<ChangeGenerativeAiPrivateEndpointCompartmentResponse>
GenerativeAiAsync. changeGenerativeAiPrivateEndpointCompartment(ChangeGenerativeAiPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeGenerativeAiPrivateEndpointCompartmentRequest,ChangeGenerativeAiPrivateEndpointCompartmentResponse> handler)
Moves a Generative AI private endpoint into a different compartment.Future<ChangeGenerativeAiPrivateEndpointCompartmentResponse>
GenerativeAiAsyncClient. changeGenerativeAiPrivateEndpointCompartment(ChangeGenerativeAiPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeGenerativeAiPrivateEndpointCompartmentRequest,ChangeGenerativeAiPrivateEndpointCompartmentResponse> handler)
Method parameters in com.oracle.bmc.generativeai with type arguments of type ChangeGenerativeAiPrivateEndpointCompartmentResponse Modifier and Type Method Description Future<ChangeGenerativeAiPrivateEndpointCompartmentResponse>
GenerativeAiAsync. changeGenerativeAiPrivateEndpointCompartment(ChangeGenerativeAiPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeGenerativeAiPrivateEndpointCompartmentRequest,ChangeGenerativeAiPrivateEndpointCompartmentResponse> handler)
Moves a Generative AI private endpoint into a different compartment.Future<ChangeGenerativeAiPrivateEndpointCompartmentResponse>
GenerativeAiAsyncClient. changeGenerativeAiPrivateEndpointCompartment(ChangeGenerativeAiPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeGenerativeAiPrivateEndpointCompartmentRequest,ChangeGenerativeAiPrivateEndpointCompartmentResponse> handler)
-
Uses of ChangeGenerativeAiPrivateEndpointCompartmentResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return ChangeGenerativeAiPrivateEndpointCompartmentResponse Modifier and Type Method Description ChangeGenerativeAiPrivateEndpointCompartmentResponse
ChangeGenerativeAiPrivateEndpointCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type ChangeGenerativeAiPrivateEndpointCompartmentResponse Modifier and Type Method Description ChangeGenerativeAiPrivateEndpointCompartmentResponse.Builder
ChangeGenerativeAiPrivateEndpointCompartmentResponse.Builder. copy(ChangeGenerativeAiPrivateEndpointCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-