Uses of Class
com.oracle.bmc.generativeai.responses.GetGenerativeAiPrivateEndpointResponse
-
Packages that use GetGenerativeAiPrivateEndpointResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of GetGenerativeAiPrivateEndpointResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return GetGenerativeAiPrivateEndpointResponse Modifier and Type Method Description GetGenerativeAiPrivateEndpointResponse
GenerativeAi. getGenerativeAiPrivateEndpoint(GetGenerativeAiPrivateEndpointRequest request)
Retrieves an Generative AI private endpoint using aprivateEndpointId
.GetGenerativeAiPrivateEndpointResponse
GenerativeAiClient. getGenerativeAiPrivateEndpoint(GetGenerativeAiPrivateEndpointRequest request)
Method parameters in com.oracle.bmc.generativeai with type arguments of type GetGenerativeAiPrivateEndpointResponse 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 GetGenerativeAiPrivateEndpointResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return GetGenerativeAiPrivateEndpointResponse Modifier and Type Method Description GetGenerativeAiPrivateEndpointResponse
GetGenerativeAiPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type GetGenerativeAiPrivateEndpointResponse Modifier and Type Method Description GetGenerativeAiPrivateEndpointResponse.Builder
GetGenerativeAiPrivateEndpointResponse.Builder. copy(GetGenerativeAiPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-