Uses of Class
com.oracle.bmc.filestorage.requests.CreateFilesystemSnapshotPolicyRequest
-
Packages that use CreateFilesystemSnapshotPolicyRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of CreateFilesystemSnapshotPolicyRequest in com.oracle.bmc.filestorage
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateFilesystemSnapshotPolicyRequest Modifier and Type Method Description Future<CreateFilesystemSnapshotPolicyResponse>
FileStorageAsync. createFilesystemSnapshotPolicy(CreateFilesystemSnapshotPolicyRequest request, AsyncHandler<CreateFilesystemSnapshotPolicyRequest,CreateFilesystemSnapshotPolicyResponse> handler)
Creates a new file system snapshot policy in the specified compartment and availability domain.Future<CreateFilesystemSnapshotPolicyResponse>
FileStorageAsyncClient. createFilesystemSnapshotPolicy(CreateFilesystemSnapshotPolicyRequest request, AsyncHandler<CreateFilesystemSnapshotPolicyRequest,CreateFilesystemSnapshotPolicyResponse> handler)
-
Uses of CreateFilesystemSnapshotPolicyRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return CreateFilesystemSnapshotPolicyRequest Modifier and Type Method Description CreateFilesystemSnapshotPolicyRequest
CreateFilesystemSnapshotPolicyRequest.Builder. build()
Build the instance of CreateFilesystemSnapshotPolicyRequest as configured by this builderCreateFilesystemSnapshotPolicyRequest
CreateFilesystemSnapshotPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateFilesystemSnapshotPolicyRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type CreateFilesystemSnapshotPolicyRequest Modifier and Type Method Description CreateFilesystemSnapshotPolicyRequest.Builder
CreateFilesystemSnapshotPolicyRequest.Builder. copy(CreateFilesystemSnapshotPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-