Interface LustreFileStorage
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- LustreFileStorageClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public interface LustreFileStorage extends AutoCloseableUse the File Storage with Lustre API to manage Lustre file systems and related resources.For more information, see File Storage with Lustre. This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelWorkRequestResponsecancelWorkRequest(CancelWorkRequestRequest request)Cancels a work request.ChangeLustreFileSystemCompartmentResponsechangeLustreFileSystemCompartment(ChangeLustreFileSystemCompartmentRequest request)Moves a Lustre file system into a different compartment within the same tenancy.ChangeObjectStorageLinkCompartmentResponsechangeObjectStorageLinkCompartment(ChangeObjectStorageLinkCompartmentRequest request)Moves an Object Storage link into a different compartment within the same tenancy.CreateLustreFileSystemResponsecreateLustreFileSystem(CreateLustreFileSystemRequest request)Creates a Lustre file system.CreateObjectStorageLinkResponsecreateObjectStorageLink(CreateObjectStorageLinkRequest request)Creates an Object Storage link.DeleteLustreFileSystemResponsedeleteLustreFileSystem(DeleteLustreFileSystemRequest request)Deletes a Lustre file system.DeleteObjectStorageLinkResponsedeleteObjectStorageLink(DeleteObjectStorageLinkRequest request)Deletes an Object Storage link.StringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)GetLustreFileSystemResponsegetLustreFileSystem(GetLustreFileSystemRequest request)Gets information about a Lustre file system.GetObjectStorageLinkResponsegetObjectStorageLink(GetObjectStorageLinkRequest request)Gets information about an Object Storage link.LustreFileStoragePaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetSyncJobResponsegetSyncJob(GetSyncJobRequest request)Gets details of a sync job associated with an Object Storage link whenobjectStorageLinkand a unique ID are provided.LustreFileStorageWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Gets the details of a work request.ListLustreFileSystemsResponselistLustreFileSystems(ListLustreFileSystemsRequest request)Gets a list of Lustre file systems.ListObjectStorageLinksResponselistObjectStorageLinks(ListObjectStorageLinksRequest request)Gets a list of Object Storage links.ListSyncJobsResponselistSyncJobs(ListSyncJobsRequest request)Lists all sync jobs associated with the Object Storage link.ListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Lists the errors for a work request.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Lists the logs for a work request.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)Lists the work requests in a compartment.voidrefreshClient()Rebuilds the client from scratch.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).StartExportToObjectResponsestartExportToObject(StartExportToObjectRequest request)Starts the export of data from the Lustre file system to Object Storage.StartImportFromObjectResponsestartImportFromObject(StartImportFromObjectRequest request)Starts the import of data from Object Storage to the Lustre file system.StopExportToObjectResponsestopExportToObject(StopExportToObjectRequest request)Stops the export of data from the Lustre file system to Object Storage.StopImportFromObjectResponsestopImportFromObject(StopImportFromObjectRequest request)Stops the import of data from Object Storage to the Lustre file system.UpdateLustreFileSystemResponseupdateLustreFileSystem(UpdateLustreFileSystemRequest request)Updates a Lustre file system.UpdateObjectStorageLinkResponseupdateObjectStorageLink(UpdateObjectStorageLinkRequest request)Updates an Object Storage link.voiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
cancelWorkRequestCancelWorkRequestResponse cancelWorkRequest(CancelWorkRequestRequest request) Cancels a work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/CancelWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelWorkRequest API. 
 
 - 
changeLustreFileSystemCompartmentChangeLustreFileSystemCompartmentResponse changeLustreFileSystemCompartment(ChangeLustreFileSystemCompartmentRequest request) Moves a Lustre file system into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ChangeLustreFileSystemCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeLustreFileSystemCompartment API. 
 
 - 
changeObjectStorageLinkCompartmentChangeObjectStorageLinkCompartmentResponse changeObjectStorageLinkCompartment(ChangeObjectStorageLinkCompartmentRequest request) Moves an Object Storage link into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ChangeObjectStorageLinkCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeObjectStorageLinkCompartment API. 
 
 - 
createLustreFileSystemCreateLustreFileSystemResponse createLustreFileSystem(CreateLustreFileSystemRequest request) Creates a Lustre file system.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/CreateLustreFileSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateLustreFileSystem API. 
 
 - 
createObjectStorageLinkCreateObjectStorageLinkResponse createObjectStorageLink(CreateObjectStorageLinkRequest request) Creates an Object Storage link.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/CreateObjectStorageLinkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateObjectStorageLink API. 
 
 - 
deleteLustreFileSystemDeleteLustreFileSystemResponse deleteLustreFileSystem(DeleteLustreFileSystemRequest request) Deletes a Lustre file system.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/DeleteLustreFileSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteLustreFileSystem API. 
 
 - 
deleteObjectStorageLinkDeleteObjectStorageLinkResponse deleteObjectStorageLink(DeleteObjectStorageLinkRequest request) Deletes an Object Storage link.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/DeleteObjectStorageLinkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteObjectStorageLink API. 
 
 - 
getLustreFileSystemGetLustreFileSystemResponse getLustreFileSystem(GetLustreFileSystemRequest request) Gets information about a Lustre file system.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/GetLustreFileSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetLustreFileSystem API. 
 
 - 
getObjectStorageLinkGetObjectStorageLinkResponse getObjectStorageLink(GetObjectStorageLinkRequest request) Gets information about an Object Storage link.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/GetObjectStorageLinkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetObjectStorageLink API. 
 
 - 
getSyncJobGetSyncJobResponse getSyncJob(GetSyncJobRequest request) Gets details of a sync job associated with an Object Storage link whenobjectStorageLinkand a unique ID are provided.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/GetSyncJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSyncJob API. 
 
 - 
getWorkRequestGetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Gets the details of a work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API. 
 
 - 
listLustreFileSystemsListLustreFileSystemsResponse listLustreFileSystems(ListLustreFileSystemsRequest request) Gets a list of Lustre file systems.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListLustreFileSystemsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListLustreFileSystems API. 
 
 - 
listObjectStorageLinksListObjectStorageLinksResponse listObjectStorageLinks(ListObjectStorageLinksRequest request) Gets a list of Object Storage links.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListObjectStorageLinksExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListObjectStorageLinks API. 
 
 - 
listSyncJobsListSyncJobsResponse listSyncJobs(ListSyncJobsRequest request) Lists all sync jobs associated with the Object Storage link.Contains a unique ID for each sync job. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListSyncJobsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSyncJobs API. 
 
 - 
listWorkRequestErrorsListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Lists the errors for a work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API. 
 
 - 
listWorkRequestLogsListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Lists the logs for a work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API. 
 
 - 
listWorkRequestsListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Lists the work requests in a compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API. 
 
 - 
startExportToObjectStartExportToObjectResponse startExportToObject(StartExportToObjectRequest request) Starts the export of data from the Lustre file system to Object Storage.The Lustre file system path and Object Storage object prefix are defined in the Object Storage link resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/StartExportToObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartExportToObject API. 
 
 - 
startImportFromObjectStartImportFromObjectResponse startImportFromObject(StartImportFromObjectRequest request) Starts the import of data from Object Storage to the Lustre file system.The Lustre file system path and Object Storage object prefix are defined in the Object Storage link resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/StartImportFromObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartImportFromObject API. 
 
 - 
stopExportToObjectStopExportToObjectResponse stopExportToObject(StopExportToObjectRequest request) Stops the export of data from the Lustre file system to Object Storage.The Lustre file system path and Object Storage object prefix are defined in the Object Storage link resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/StopExportToObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopExportToObject API. 
 
 - 
stopImportFromObjectStopImportFromObjectResponse stopImportFromObject(StopImportFromObjectRequest request) Stops the import of data from Object Storage to the Lustre file system.The Lustre file system path and Object Storage object prefix are defined in the Object Storage link resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/StopImportFromObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopImportFromObject API. 
 
 - 
updateLustreFileSystemUpdateLustreFileSystemResponse updateLustreFileSystem(UpdateLustreFileSystemRequest request) Updates a Lustre file system.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/UpdateLustreFileSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateLustreFileSystem API. 
 
 - 
updateObjectStorageLinkUpdateObjectStorageLinkResponse updateObjectStorageLink(UpdateObjectStorageLinkRequest request) Updates an Object Storage link.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/UpdateObjectStorageLinkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateObjectStorageLink API. 
 
 - 
getWaitersLustreFileStorageWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsLustreFileStoragePaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-