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.filestorageMethod 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.requestsMethods in com.oracle.bmc.filestorage.requests that return ChangeFileSystemCompartmentRequest Modifier and Type Method Description ChangeFileSystemCompartmentRequestChangeFileSystemCompartmentRequest.Builder. build()Build the instance of ChangeFileSystemCompartmentRequest as configured by this builderChangeFileSystemCompartmentRequestChangeFileSystemCompartmentRequest.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.BuilderChangeFileSystemCompartmentRequest.Builder. copy(ChangeFileSystemCompartmentRequest o)Copy method to populate the builder with values from the given instance.
 
-