Uses of Class
com.oracle.bmc.generativeai.requests.ChangeGenerativeAiPrivateEndpointCompartmentRequest
-
Packages that use ChangeGenerativeAiPrivateEndpointCompartmentRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of ChangeGenerativeAiPrivateEndpointCompartmentRequest in com.oracle.bmc.generativeai
Method parameters in com.oracle.bmc.generativeai with type arguments of type ChangeGenerativeAiPrivateEndpointCompartmentRequest 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 ChangeGenerativeAiPrivateEndpointCompartmentRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ChangeGenerativeAiPrivateEndpointCompartmentRequest Modifier and Type Method Description ChangeGenerativeAiPrivateEndpointCompartmentRequest
ChangeGenerativeAiPrivateEndpointCompartmentRequest.Builder. build()
Build the instance of ChangeGenerativeAiPrivateEndpointCompartmentRequest as configured by this builderChangeGenerativeAiPrivateEndpointCompartmentRequest
ChangeGenerativeAiPrivateEndpointCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeGenerativeAiPrivateEndpointCompartmentRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type ChangeGenerativeAiPrivateEndpointCompartmentRequest Modifier and Type Method Description ChangeGenerativeAiPrivateEndpointCompartmentRequest.Builder
ChangeGenerativeAiPrivateEndpointCompartmentRequest.Builder. copy(ChangeGenerativeAiPrivateEndpointCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-