Class LustreFileStorageClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.lustrefilestorage.LustreFileStorageClient
 
 
- 
- All Implemented Interfaces:
- LustreFileStorage,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public class LustreFileStorageClient extends BaseSyncClient implements LustreFileStorage
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLustreFileStorageClient.BuilderBuilder class for this client.
 - 
Field SummaryFields Modifier and Type Field Description StringclientCommonLibraryVersionCompatible SDK version, provided by the codegen.Optional<String>minimumClientCommonLibraryVersionFromClientMinimum compatible SDK version, maybe provided by the codegen.static ServiceSERVICEService instance for LustreFileStorage.
 - 
Constructor SummaryConstructors Constructor Description LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.LustreFileStorageClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.LustreFileStorageClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.LustreFileStorageClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LustreFileStorageClient.Builderbuilder()Create a builder for this client.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.voidclose()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.StringgetClientCommonLibraryVersion()protected ClientConfiguratorgetDefaultConfigurator()StringgetEndpoint()GetLustreFileSystemResponsegetLustreFileSystem(GetLustreFileSystemRequest request)Gets information about a Lustre file system.Optional<String>getMinimumClientCommonLibraryVersionFromClient()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.voidpopulateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)Populate the parameters in the endpoint with its corresponding value and update the base endpoint.voidrefreshClient()Rebuild the backingHttpClient.voidsetEndpoint(String endpoint)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.voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.UpdateLustreFileSystemResponseupdateLustreFileSystem(UpdateLustreFileSystemRequest request)Updates a Lustre file system.UpdateObjectStorageLinkResponseupdateObjectStorageLink(UpdateObjectStorageLinkRequest request)Updates an Object Storage link.voiduseRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)This method should be used to enable or disable the use of realm-specific endpoint template.- 
Methods inherited from class com.oracle.bmc.http.internal.BaseSyncClientclientCall
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.AutoCloseableclose
 - 
Methods inherited from interface com.oracle.bmc.lustrefilestorage.LustreFileStoragegetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
LustreFileStorageClient@Deprecated public LustreFileStorageClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- LustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
LustreFileStorageClient@Deprecated public LustreFileStorageClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- LustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
LustreFileStorageClient@Deprecated public LustreFileStorageClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- LustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
LustreFileStorageClient@Deprecated public LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- LustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
LustreFileStorageClient@Deprecated public LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- LustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
LustreFileStorageClient@Deprecated public LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- LustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
 
 - 
LustreFileStorageClient@Deprecated public LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- LustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
 
 - 
LustreFileStorageClient@Deprecated public LustreFileStorageClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- LustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
- executorService-- LustreFileStorageClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static LustreFileStorageClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:LustreFileStorageSets 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.- Specified by:
- setRegionin interface- LustreFileStorage
- Parameters:
- region- The region of the service.
 
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:LustreFileStorageSets 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.- Specified by:
- setRegionin interface- LustreFileStorage
- Parameters:
- regionId- The public region ID.
 
 - 
cancelWorkRequestpublic CancelWorkRequestResponse cancelWorkRequest(CancelWorkRequestRequest request) Description copied from interface:LustreFileStorageCancels a work request.- Specified by:
- cancelWorkRequestin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeLustreFileSystemCompartmentpublic ChangeLustreFileSystemCompartmentResponse changeLustreFileSystemCompartment(ChangeLustreFileSystemCompartmentRequest request) Description copied from interface:LustreFileStorageMoves 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. - Specified by:
- changeLustreFileSystemCompartmentin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeObjectStorageLinkCompartmentpublic ChangeObjectStorageLinkCompartmentResponse changeObjectStorageLinkCompartment(ChangeObjectStorageLinkCompartmentRequest request) Description copied from interface:LustreFileStorageMoves 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. - Specified by:
- changeObjectStorageLinkCompartmentin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createLustreFileSystempublic CreateLustreFileSystemResponse createLustreFileSystem(CreateLustreFileSystemRequest request) Description copied from interface:LustreFileStorageCreates a Lustre file system.- Specified by:
- createLustreFileSystemin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createObjectStorageLinkpublic CreateObjectStorageLinkResponse createObjectStorageLink(CreateObjectStorageLinkRequest request) Description copied from interface:LustreFileStorageCreates an Object Storage link.- Specified by:
- createObjectStorageLinkin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteLustreFileSystempublic DeleteLustreFileSystemResponse deleteLustreFileSystem(DeleteLustreFileSystemRequest request) Description copied from interface:LustreFileStorageDeletes a Lustre file system.- Specified by:
- deleteLustreFileSystemin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteObjectStorageLinkpublic DeleteObjectStorageLinkResponse deleteObjectStorageLink(DeleteObjectStorageLinkRequest request) Description copied from interface:LustreFileStorageDeletes an Object Storage link.- Specified by:
- deleteObjectStorageLinkin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getLustreFileSystempublic GetLustreFileSystemResponse getLustreFileSystem(GetLustreFileSystemRequest request) Description copied from interface:LustreFileStorageGets information about a Lustre file system.- Specified by:
- getLustreFileSystemin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getObjectStorageLinkpublic GetObjectStorageLinkResponse getObjectStorageLink(GetObjectStorageLinkRequest request) Description copied from interface:LustreFileStorageGets information about an Object Storage link.- Specified by:
- getObjectStorageLinkin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getSyncJobpublic GetSyncJobResponse getSyncJob(GetSyncJobRequest request) Description copied from interface:LustreFileStorageGets details of a sync job associated with an Object Storage link whenobjectStorageLinkand a unique ID are provided.- Specified by:
- getSyncJobin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWorkRequestpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Description copied from interface:LustreFileStorageGets the details of a work request.- Specified by:
- getWorkRequestin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listLustreFileSystemspublic ListLustreFileSystemsResponse listLustreFileSystems(ListLustreFileSystemsRequest request) Description copied from interface:LustreFileStorageGets a list of Lustre file systems.- Specified by:
- listLustreFileSystemsin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listObjectStorageLinkspublic ListObjectStorageLinksResponse listObjectStorageLinks(ListObjectStorageLinksRequest request) Description copied from interface:LustreFileStorageGets a list of Object Storage links.- Specified by:
- listObjectStorageLinksin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listSyncJobspublic ListSyncJobsResponse listSyncJobs(ListSyncJobsRequest request) Description copied from interface:LustreFileStorageLists all sync jobs associated with the Object Storage link.Contains a unique ID for each sync job. - Specified by:
- listSyncJobsin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestErrorspublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Description copied from interface:LustreFileStorageLists the errors for a work request.- Specified by:
- listWorkRequestErrorsin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestLogspublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Description copied from interface:LustreFileStorageLists the logs for a work request.- Specified by:
- listWorkRequestLogsin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestspublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Description copied from interface:LustreFileStorageLists the work requests in a compartment.- Specified by:
- listWorkRequestsin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
startExportToObjectpublic StartExportToObjectResponse startExportToObject(StartExportToObjectRequest request) Description copied from interface:LustreFileStorageStarts 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. - Specified by:
- startExportToObjectin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
startImportFromObjectpublic StartImportFromObjectResponse startImportFromObject(StartImportFromObjectRequest request) Description copied from interface:LustreFileStorageStarts 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. - Specified by:
- startImportFromObjectin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
stopExportToObjectpublic StopExportToObjectResponse stopExportToObject(StopExportToObjectRequest request) Description copied from interface:LustreFileStorageStops 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. - Specified by:
- stopExportToObjectin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
stopImportFromObjectpublic StopImportFromObjectResponse stopImportFromObject(StopImportFromObjectRequest request) Description copied from interface:LustreFileStorageStops 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. - Specified by:
- stopImportFromObjectin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateLustreFileSystempublic UpdateLustreFileSystemResponse updateLustreFileSystem(UpdateLustreFileSystemRequest request) Description copied from interface:LustreFileStorageUpdates a Lustre file system.- Specified by:
- updateLustreFileSystemin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateObjectStorageLinkpublic UpdateObjectStorageLinkResponse updateObjectStorageLink(UpdateObjectStorageLinkRequest request) Description copied from interface:LustreFileStorageUpdates an Object Storage link.- Specified by:
- updateObjectStorageLinkin interface- LustreFileStorage
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic LustreFileStorageWaiters getWaiters() Description copied from interface:LustreFileStorageGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- LustreFileStorage
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic LustreFileStoragePaginators getPaginators() Description copied from interface:LustreFileStorageGets 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.- Specified by:
- getPaginatorsin interface- LustreFileStorage
- Returns:
- The service paginators.
 
 - 
getDefaultConfiguratorprotected ClientConfigurator getDefaultConfigurator() 
 - 
useRealmSpecificEndpointTemplatepublic void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled) This method should be used to enable or disable the use of realm-specific endpoint template.The default value is null. To enable the use of endpoint template defined for the realm in use, set the flag to true To disable the use of endpoint template defined for the realm in use, set the flag to false - Parameters:
- useOfRealmSpecificEndpointTemplateEnabled- This flag can be set to true or false to enable or disable the use of realm-specific endpoint template respectively
 
 - 
populateServiceParametersInEndpointpublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap) Populate the parameters in the endpoint with its corresponding value and update the base endpoint.The value will be populated iff the parameter in endpoint is a required request path parameter or a required request query parameter. If not, the parameter in the endpoint will be ignored and left blank. - Parameters:
- endpoint- The endpoint template in use
- requiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
 
 - 
updateBaseEndpointpublic final void updateBaseEndpoint(String endpoint) This method should be used for parameterized endpoint templates only.This does not include {region} and {secondLevelDomain} parameters. - Parameters:
- endpoint- The updated endpoint to use
 
 - 
setEndpointpublic final void setEndpoint(String endpoint) 
 - 
getEndpointpublic final String getEndpoint() 
 - 
refreshClientpublic final void refreshClient() Rebuild the backingHttpClient.This will call ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
 - 
closepublic final void close() - Specified by:
- closein interface- AutoCloseable
 
 - 
getClientCommonLibraryVersionpublic String getClientCommonLibraryVersion() 
 
- 
 
-