Uses of Class
com.oracle.bmc.generativeai.requests.GetGenerativeAiPrivateEndpointRequest
- 
Packages that use GetGenerativeAiPrivateEndpointRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests 
- 
- 
Uses of GetGenerativeAiPrivateEndpointRequest in com.oracle.bmc.generativeaiMethod parameters in com.oracle.bmc.generativeai with type arguments of type GetGenerativeAiPrivateEndpointRequest Modifier and Type Method Description Future<GetGenerativeAiPrivateEndpointResponse>GenerativeAiAsync. getGenerativeAiPrivateEndpoint(GetGenerativeAiPrivateEndpointRequest request, AsyncHandler<GetGenerativeAiPrivateEndpointRequest,GetGenerativeAiPrivateEndpointResponse> handler)Retrieves an Generative AI private endpoint using aprivateEndpointId.Future<GetGenerativeAiPrivateEndpointResponse>GenerativeAiAsyncClient. getGenerativeAiPrivateEndpoint(GetGenerativeAiPrivateEndpointRequest request, AsyncHandler<GetGenerativeAiPrivateEndpointRequest,GetGenerativeAiPrivateEndpointResponse> handler)
- 
Uses of GetGenerativeAiPrivateEndpointRequest in com.oracle.bmc.generativeai.requestsMethods in com.oracle.bmc.generativeai.requests that return GetGenerativeAiPrivateEndpointRequest Modifier and Type Method Description GetGenerativeAiPrivateEndpointRequestGetGenerativeAiPrivateEndpointRequest.Builder. build()Build the instance of GetGenerativeAiPrivateEndpointRequest as configured by this builderGetGenerativeAiPrivateEndpointRequestGetGenerativeAiPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetGenerativeAiPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type GetGenerativeAiPrivateEndpointRequest Modifier and Type Method Description GetGenerativeAiPrivateEndpointRequest.BuilderGetGenerativeAiPrivateEndpointRequest.Builder. copy(GetGenerativeAiPrivateEndpointRequest o)Copy method to populate the builder with values from the given instance.
 
-