Uses of Class
com.oracle.bmc.filestorage.responses.ChangeFileSystemCompartmentResponse
-
Packages that use ChangeFileSystemCompartmentResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ChangeFileSystemCompartmentResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ChangeFileSystemCompartmentResponse Modifier and Type Method Description ChangeFileSystemCompartmentResponse
FileStorage. changeFileSystemCompartment(ChangeFileSystemCompartmentRequest request)
Moves a file system and its associated snapshots into a different compartment within the same tenancy.ChangeFileSystemCompartmentResponse
FileStorageClient. changeFileSystemCompartment(ChangeFileSystemCompartmentRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ChangeFileSystemCompartmentResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type ChangeFileSystemCompartmentResponse 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 ChangeFileSystemCompartmentResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ChangeFileSystemCompartmentResponse Modifier and Type Method Description ChangeFileSystemCompartmentResponse
ChangeFileSystemCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ChangeFileSystemCompartmentResponse Modifier and Type Method Description ChangeFileSystemCompartmentResponse.Builder
ChangeFileSystemCompartmentResponse.Builder. copy(ChangeFileSystemCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-