Uses of Class
com.oracle.bmc.filestorage.requests.ChangeFileSystemCompartmentRequest
-
Packages that use ChangeFileSystemCompartmentRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of ChangeFileSystemCompartmentRequest in com.oracle.bmc.filestorage
Method parameters in com.oracle.bmc.filestorage with type arguments of type ChangeFileSystemCompartmentRequest Modifier and Type Method Description Future<ChangeFileSystemCompartmentResponse>
FileStorageAsync. changeFileSystemCompartment(ChangeFileSystemCompartmentRequest request, AsyncHandler<ChangeFileSystemCompartmentRequest,ChangeFileSystemCompartmentResponse> handler)
Moves a file system and its associated snapshots into a different compartment within the same tenancy.Future<ChangeFileSystemCompartmentResponse>
FileStorageAsyncClient. changeFileSystemCompartment(ChangeFileSystemCompartmentRequest request, AsyncHandler<ChangeFileSystemCompartmentRequest,ChangeFileSystemCompartmentResponse> handler)
-
Uses of ChangeFileSystemCompartmentRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ChangeFileSystemCompartmentRequest Modifier and Type Method Description ChangeFileSystemCompartmentRequest
ChangeFileSystemCompartmentRequest.Builder. build()
Build the instance of ChangeFileSystemCompartmentRequest as configured by this builderChangeFileSystemCompartmentRequest
ChangeFileSystemCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeFileSystemCompartmentRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type ChangeFileSystemCompartmentRequest Modifier and Type Method Description ChangeFileSystemCompartmentRequest.Builder
ChangeFileSystemCompartmentRequest.Builder. copy(ChangeFileSystemCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-