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