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.generativeai
Method 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.requests
Methods in com.oracle.bmc.generativeai.requests that return GetGenerativeAiPrivateEndpointRequest Modifier and Type Method Description GetGenerativeAiPrivateEndpointRequest
GetGenerativeAiPrivateEndpointRequest.Builder. build()
Build the instance of GetGenerativeAiPrivateEndpointRequest as configured by this builderGetGenerativeAiPrivateEndpointRequest
GetGenerativeAiPrivateEndpointRequest.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.Builder
GetGenerativeAiPrivateEndpointRequest.Builder. copy(GetGenerativeAiPrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-