Uses of Class
com.oracle.bmc.objectstorage.requests.UpdatePrivateEndpointRequest
-
Packages that use UpdatePrivateEndpointRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of UpdatePrivateEndpointRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type UpdatePrivateEndpointRequest 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.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)
UpdatePrivateEndpointResponse
ObjectStorageClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type UpdatePrivateEndpointRequest 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 UpdatePrivateEndpointRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.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.objectstorage.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.
-