Uses of Class
com.oracle.bmc.filestorage.requests.UpdateExportSetRequest
-
Packages that use UpdateExportSetRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of UpdateExportSetRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type UpdateExportSetRequest Modifier and Type Method Description UpdateExportSetResponseFileStorage. updateExportSet(UpdateExportSetRequest request)Updates the specified export set’s information.Future<UpdateExportSetResponse>FileStorageAsync. updateExportSet(UpdateExportSetRequest request, AsyncHandler<UpdateExportSetRequest,UpdateExportSetResponse> handler)Updates the specified export set’s information.Future<UpdateExportSetResponse>FileStorageAsyncClient. updateExportSet(UpdateExportSetRequest request, AsyncHandler<UpdateExportSetRequest,UpdateExportSetResponse> handler)UpdateExportSetResponseFileStorageClient. updateExportSet(UpdateExportSetRequest request)Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateExportSetRequest Modifier and Type Method Description Future<UpdateExportSetResponse>FileStorageAsync. updateExportSet(UpdateExportSetRequest request, AsyncHandler<UpdateExportSetRequest,UpdateExportSetResponse> handler)Updates the specified export set’s information.Future<UpdateExportSetResponse>FileStorageAsyncClient. updateExportSet(UpdateExportSetRequest request, AsyncHandler<UpdateExportSetRequest,UpdateExportSetResponse> handler) -
Uses of UpdateExportSetRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateExportSetRequest Modifier and Type Method Description UpdateExportSetRequestUpdateExportSetRequest.Builder. build()Build the instance of UpdateExportSetRequest as configured by this builderUpdateExportSetRequestUpdateExportSetRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateExportSetRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type UpdateExportSetRequest Modifier and Type Method Description UpdateExportSetRequest.BuilderUpdateExportSetRequest.Builder. copy(UpdateExportSetRequest o)Copy method to populate the builder with values from the given instance.
-