Uses of Class
com.oracle.bmc.resourcemanager.requests.UpdatePrivateEndpointRequest
-
Packages that use UpdatePrivateEndpointRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of UpdatePrivateEndpointRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type UpdatePrivateEndpointRequest Modifier and Type Method Description UpdatePrivateEndpointResponse
ResourceManager. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Updates the specified private endpoint.Future<UpdatePrivateEndpointResponse>
ResourceManagerAsync. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
Updates the specified private endpoint.Future<UpdatePrivateEndpointResponse>
ResourceManagerAsyncClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
UpdatePrivateEndpointResponse
ResourceManagerClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type UpdatePrivateEndpointRequest Modifier and Type Method Description Future<UpdatePrivateEndpointResponse>
ResourceManagerAsync. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
Updates the specified private endpoint.Future<UpdatePrivateEndpointResponse>
ResourceManagerAsyncClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
-
Uses of UpdatePrivateEndpointRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return UpdatePrivateEndpointRequest Modifier and Type Method Description UpdatePrivateEndpointRequest
UpdatePrivateEndpointRequest.Builder. build()
Build the instance of UpdatePrivateEndpointRequest as configured by this builderUpdatePrivateEndpointRequest
UpdatePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type UpdatePrivateEndpointRequest Modifier and Type Method Description UpdatePrivateEndpointRequest.Builder
UpdatePrivateEndpointRequest.Builder. copy(UpdatePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-