Uses of Class
com.oracle.bmc.objectstorage.responses.UpdatePrivateEndpointResponse
-
Packages that use UpdatePrivateEndpointResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of UpdatePrivateEndpointResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse
ObjectStorage. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Performs a partial or full update of a user-defined data associated with the Private Endpoint.UpdatePrivateEndpointResponse
ObjectStorageClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type UpdatePrivateEndpointResponse Modifier and Type Method Description Future<UpdatePrivateEndpointResponse>
ObjectStorageAsync. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
Performs a partial or full update of a user-defined data associated with the Private Endpoint.Future<UpdatePrivateEndpointResponse>
ObjectStorageAsyncClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type UpdatePrivateEndpointResponse Modifier and Type Method Description Future<UpdatePrivateEndpointResponse>
ObjectStorageAsync. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
Performs a partial or full update of a user-defined data associated with the Private Endpoint.Future<UpdatePrivateEndpointResponse>
ObjectStorageAsyncClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
-
Uses of UpdatePrivateEndpointResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse
UpdatePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse.Builder
UpdatePrivateEndpointResponse.Builder. copy(UpdatePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-