Uses of Class
com.oracle.bmc.filestorage.responses.CreateFilesystemSnapshotPolicyResponse
-
Packages that use CreateFilesystemSnapshotPolicyResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of CreateFilesystemSnapshotPolicyResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return CreateFilesystemSnapshotPolicyResponse Modifier and Type Method Description CreateFilesystemSnapshotPolicyResponse
FileStorage. createFilesystemSnapshotPolicy(CreateFilesystemSnapshotPolicyRequest request)
Creates a new file system snapshot policy in the specified compartment and availability domain.CreateFilesystemSnapshotPolicyResponse
FileStorageClient. createFilesystemSnapshotPolicy(CreateFilesystemSnapshotPolicyRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type CreateFilesystemSnapshotPolicyResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateFilesystemSnapshotPolicyResponse 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 CreateFilesystemSnapshotPolicyResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return CreateFilesystemSnapshotPolicyResponse Modifier and Type Method Description CreateFilesystemSnapshotPolicyResponse
CreateFilesystemSnapshotPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type CreateFilesystemSnapshotPolicyResponse Modifier and Type Method Description CreateFilesystemSnapshotPolicyResponse.Builder
CreateFilesystemSnapshotPolicyResponse.Builder. copy(CreateFilesystemSnapshotPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-