Uses of Class
com.oracle.bmc.generativeai.requests.ChangeEndpointCompartmentRequest
-
Packages that use ChangeEndpointCompartmentRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of ChangeEndpointCompartmentRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type ChangeEndpointCompartmentRequest Modifier and Type Method Description ChangeEndpointCompartmentResponse
GenerativeAi. changeEndpointCompartment(ChangeEndpointCompartmentRequest request)
Moves an endpoint into a different compartment within the same tenancy.Future<ChangeEndpointCompartmentResponse>
GenerativeAiAsync. changeEndpointCompartment(ChangeEndpointCompartmentRequest request, AsyncHandler<ChangeEndpointCompartmentRequest,ChangeEndpointCompartmentResponse> handler)
Moves an endpoint into a different compartment within the same tenancy.Future<ChangeEndpointCompartmentResponse>
GenerativeAiAsyncClient. changeEndpointCompartment(ChangeEndpointCompartmentRequest request, AsyncHandler<ChangeEndpointCompartmentRequest,ChangeEndpointCompartmentResponse> handler)
ChangeEndpointCompartmentResponse
GenerativeAiClient. changeEndpointCompartment(ChangeEndpointCompartmentRequest request)
Method parameters in com.oracle.bmc.generativeai with type arguments of type ChangeEndpointCompartmentRequest Modifier and Type Method Description Future<ChangeEndpointCompartmentResponse>
GenerativeAiAsync. changeEndpointCompartment(ChangeEndpointCompartmentRequest request, AsyncHandler<ChangeEndpointCompartmentRequest,ChangeEndpointCompartmentResponse> handler)
Moves an endpoint into a different compartment within the same tenancy.Future<ChangeEndpointCompartmentResponse>
GenerativeAiAsyncClient. changeEndpointCompartment(ChangeEndpointCompartmentRequest request, AsyncHandler<ChangeEndpointCompartmentRequest,ChangeEndpointCompartmentResponse> handler)
-
Uses of ChangeEndpointCompartmentRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ChangeEndpointCompartmentRequest Modifier and Type Method Description ChangeEndpointCompartmentRequest
ChangeEndpointCompartmentRequest.Builder. build()
Build the instance of ChangeEndpointCompartmentRequest as configured by this builderChangeEndpointCompartmentRequest
ChangeEndpointCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeEndpointCompartmentRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type ChangeEndpointCompartmentRequest Modifier and Type Method Description ChangeEndpointCompartmentRequest.Builder
ChangeEndpointCompartmentRequest.Builder. copy(ChangeEndpointCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-