Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.requests |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemResponse |
FileStorageClient.createFileSystem(CreateFileSystemRequest request) |
CreateFileSystemResponse |
FileStorage.createFileSystem(CreateFileSystemRequest request)
Creates a new file system in the specified compartment and availability domain.
|
Future<CreateFileSystemResponse> |
FileStorageAsync.createFileSystem(CreateFileSystemRequest request,
AsyncHandler<CreateFileSystemRequest,CreateFileSystemResponse> handler)
Creates a new file system in the specified compartment and availability domain.
|
Future<CreateFileSystemResponse> |
FileStorageAsyncClient.createFileSystem(CreateFileSystemRequest request,
AsyncHandler<CreateFileSystemRequest,CreateFileSystemResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateFileSystemResponse> |
FileStorageAsync.createFileSystem(CreateFileSystemRequest request,
AsyncHandler<CreateFileSystemRequest,CreateFileSystemResponse> handler)
Creates a new file system in the specified compartment and availability domain.
|
Future<CreateFileSystemResponse> |
FileStorageAsyncClient.createFileSystem(CreateFileSystemRequest request,
AsyncHandler<CreateFileSystemRequest,CreateFileSystemResponse> handler) |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemRequest |
CreateFileSystemRequest.Builder.build()
Build the instance of CreateFileSystemRequest as configured by this builder
|
CreateFileSystemRequest |
CreateFileSystemRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateFileSystemRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.copy(CreateFileSystemRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.