Uses of Class
com.oracle.bmc.filestorage.requests.ListMountTargetsRequest
-
Packages that use ListMountTargetsRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of ListMountTargetsRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type ListMountTargetsRequest Modifier and Type Method Description ListMountTargetsResponseFileStorage. listMountTargets(ListMountTargetsRequest request)Lists the mount target resources in the specified compartment.Future<ListMountTargetsResponse>FileStorageAsync. listMountTargets(ListMountTargetsRequest request, AsyncHandler<ListMountTargetsRequest,ListMountTargetsResponse> handler)Lists the mount target resources in the specified compartment.Future<ListMountTargetsResponse>FileStorageAsyncClient. listMountTargets(ListMountTargetsRequest request, AsyncHandler<ListMountTargetsRequest,ListMountTargetsResponse> handler)ListMountTargetsResponseFileStorageClient. listMountTargets(ListMountTargetsRequest request)Iterable<MountTargetSummary>FileStoragePaginators. listMountTargetsRecordIterator(ListMountTargetsRequest request)Creates a new iterable which will iterate over theMountTargetSummaryobjects contained in responses from the listMountTargets operation.Iterable<ListMountTargetsResponse>FileStoragePaginators. listMountTargetsResponseIterator(ListMountTargetsRequest request)Creates a new iterable which will iterate over the responses received from the listMountTargets operation.Method parameters in com.oracle.bmc.filestorage with type arguments of type ListMountTargetsRequest Modifier and Type Method Description Future<ListMountTargetsResponse>FileStorageAsync. listMountTargets(ListMountTargetsRequest request, AsyncHandler<ListMountTargetsRequest,ListMountTargetsResponse> handler)Lists the mount target resources in the specified compartment.Future<ListMountTargetsResponse>FileStorageAsyncClient. listMountTargets(ListMountTargetsRequest request, AsyncHandler<ListMountTargetsRequest,ListMountTargetsResponse> handler) -
Uses of ListMountTargetsRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListMountTargetsRequest Modifier and Type Method Description ListMountTargetsRequestListMountTargetsRequest.Builder. build()Build the instance of ListMountTargetsRequest as configured by this builderListMountTargetsRequestListMountTargetsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListMountTargetsRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type ListMountTargetsRequest Modifier and Type Method Description ListMountTargetsRequest.BuilderListMountTargetsRequest.Builder. copy(ListMountTargetsRequest o)Copy method to populate the builder with values from the given instance.
-