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 Summary
Nested Classes Modifier and Type Class Description static classLustreFileStorageClient.BuilderBuilder class for this client.
-
Field Summary
Fields 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 Summary
Constructors 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 Summary
All 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.BaseSyncClient
clientCall
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.AutoCloseable
close
-
Methods inherited from interface com.oracle.bmc.lustrefilestorage.LustreFileStorage
getEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
-
-
-
-
Constructor Detail
-
LustreFileStorageClient
@Deprecated public LustreFileStorageClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
authenticationDetailsProvider- The authentication details (seeLustreFileStorageClient.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 (seeLustreFileStorageClient.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 (seeLustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-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 (seeLustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-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 (seeLustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)defaultRequestSignerFactory-ClientBuilderBase.requestSignerFactoryadditionalClientConfigurators-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 (seeLustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)defaultRequestSignerFactory-ClientBuilderBase.requestSignerFactoryadditionalClientConfigurators-ClientBuilderBase.additionalClientConfiguratorsendpoint-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 (seeLustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)defaultRequestSignerFactory-ClientBuilderBase.requestSignerFactoryadditionalClientConfigurators-ClientBuilderBase.additionalClientConfiguratorsendpoint-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 (seeLustreFileStorageClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)defaultRequestSignerFactory-ClientBuilderBase.requestSignerFactoryadditionalClientConfigurators-ClientBuilderBase.additionalClientConfiguratorsendpoint-ClientBuilderBase.endpoint(java.lang.String)signingStrategyRequestSignerFactories-ClientBuilderBase.signingStrategyRequestSignerFactoriesexecutorService-LustreFileStorageClient.Builder.executorService
-
-
Method Detail
-
builder
public static LustreFileStorageClient.Builder builder()
Create a builder for this client.- Returns:
- builder
-
setRegion
public 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 interfaceLustreFileStorage- Parameters:
region- The region of the service.
-
setRegion
public 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 interfaceLustreFileStorage- Parameters:
regionId- The public region ID.
-
cancelWorkRequest
public CancelWorkRequestResponse cancelWorkRequest(CancelWorkRequestRequest request)
Description copied from interface:LustreFileStorageCancels a work request.- Specified by:
cancelWorkRequestin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
changeLustreFileSystemCompartment
public 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 interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
changeObjectStorageLinkCompartment
public 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 interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
createLustreFileSystem
public CreateLustreFileSystemResponse createLustreFileSystem(CreateLustreFileSystemRequest request)
Description copied from interface:LustreFileStorageCreates a Lustre file system.- Specified by:
createLustreFileSystemin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
createObjectStorageLink
public CreateObjectStorageLinkResponse createObjectStorageLink(CreateObjectStorageLinkRequest request)
Description copied from interface:LustreFileStorageCreates an Object Storage link.- Specified by:
createObjectStorageLinkin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
deleteLustreFileSystem
public DeleteLustreFileSystemResponse deleteLustreFileSystem(DeleteLustreFileSystemRequest request)
Description copied from interface:LustreFileStorageDeletes a Lustre file system.- Specified by:
deleteLustreFileSystemin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
deleteObjectStorageLink
public DeleteObjectStorageLinkResponse deleteObjectStorageLink(DeleteObjectStorageLinkRequest request)
Description copied from interface:LustreFileStorageDeletes an Object Storage link.- Specified by:
deleteObjectStorageLinkin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
getLustreFileSystem
public GetLustreFileSystemResponse getLustreFileSystem(GetLustreFileSystemRequest request)
Description copied from interface:LustreFileStorageGets information about a Lustre file system.- Specified by:
getLustreFileSystemin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
getObjectStorageLink
public GetObjectStorageLinkResponse getObjectStorageLink(GetObjectStorageLinkRequest request)
Description copied from interface:LustreFileStorageGets information about an Object Storage link.- Specified by:
getObjectStorageLinkin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
getSyncJob
public 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 interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
getWorkRequest
public GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
Description copied from interface:LustreFileStorageGets the details of a work request.- Specified by:
getWorkRequestin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
listLustreFileSystems
public ListLustreFileSystemsResponse listLustreFileSystems(ListLustreFileSystemsRequest request)
Description copied from interface:LustreFileStorageGets a list of Lustre file systems.- Specified by:
listLustreFileSystemsin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
listObjectStorageLinks
public ListObjectStorageLinksResponse listObjectStorageLinks(ListObjectStorageLinksRequest request)
Description copied from interface:LustreFileStorageGets a list of Object Storage links.- Specified by:
listObjectStorageLinksin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
listSyncJobs
public 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 interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
listWorkRequestErrors
public ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Description copied from interface:LustreFileStorageLists the errors for a work request.- Specified by:
listWorkRequestErrorsin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
listWorkRequestLogs
public ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
Description copied from interface:LustreFileStorageLists the logs for a work request.- Specified by:
listWorkRequestLogsin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
listWorkRequests
public ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
Description copied from interface:LustreFileStorageLists the work requests in a compartment.- Specified by:
listWorkRequestsin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
startExportToObject
public 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 interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
startImportFromObject
public 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 interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
stopExportToObject
public 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 interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
stopImportFromObject
public 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 interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
updateLustreFileSystem
public UpdateLustreFileSystemResponse updateLustreFileSystem(UpdateLustreFileSystemRequest request)
Description copied from interface:LustreFileStorageUpdates a Lustre file system.- Specified by:
updateLustreFileSystemin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
updateObjectStorageLink
public UpdateObjectStorageLinkResponse updateObjectStorageLink(UpdateObjectStorageLinkRequest request)
Description copied from interface:LustreFileStorageUpdates an Object Storage link.- Specified by:
updateObjectStorageLinkin interfaceLustreFileStorage- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
getWaiters
public LustreFileStorageWaiters getWaiters()
Description copied from interface:LustreFileStorageGets the pre-configured waiters available for resources for this service.- Specified by:
getWaitersin interfaceLustreFileStorage- Returns:
- The service waiters.
-
getPaginators
public 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 interfaceLustreFileStorage- Returns:
- The service paginators.
-
getDefaultConfigurator
protected ClientConfigurator getDefaultConfigurator()
-
useRealmSpecificEndpointTemplate
public 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
-
populateServiceParametersInEndpoint
public 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 userequiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
-
updateBaseEndpoint
public 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
-
setEndpoint
public final void setEndpoint(String endpoint)
-
getEndpoint
public final String getEndpoint()
-
refreshClient
public final void refreshClient()
Rebuild the backingHttpClient.This will call
ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
-
close
public final void close()
- Specified by:
closein interfaceAutoCloseable
-
getClientCommonLibraryVersion
public String getClientCommonLibraryVersion()
-
-