Interface DataSyncAsyncClient
- All Superinterfaces:
AutoCloseable
,AwsClient
,SdkAutoCloseable
,SdkClient
builder()
method.
DataSync is an online data movement and discovery service that simplifies data migration and helps you quickly, easily, and securely transfer your file or object data to, from, and between Amazon Web Services storage services.
This API interface reference includes documentation for using DataSync programmatically. For complete information, see the DataSync User Guide .
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value for looking up the service's metadata from theServiceMetadataProvider
.static final String
-
Method Summary
Modifier and TypeMethodDescriptionaddStorageSystem
(Consumer<AddStorageSystemRequest.Builder> addStorageSystemRequest) Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect information about.addStorageSystem
(AddStorageSystemRequest addStorageSystemRequest) Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect information about.static DataSyncAsyncClientBuilder
builder()
Create a builder that can be used to configure and create aDataSyncAsyncClient
.cancelTaskExecution
(Consumer<CancelTaskExecutionRequest.Builder> cancelTaskExecutionRequest) Stops an DataSync task execution that's in progress.cancelTaskExecution
(CancelTaskExecutionRequest cancelTaskExecutionRequest) Stops an DataSync task execution that's in progress.static DataSyncAsyncClient
create()
Create aDataSyncAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
.default CompletableFuture
<CreateAgentResponse> createAgent
(Consumer<CreateAgentRequest.Builder> createAgentRequest) Activates an DataSync agent that you've deployed in your storage environment.default CompletableFuture
<CreateAgentResponse> createAgent
(CreateAgentRequest createAgentRequest) Activates an DataSync agent that you've deployed in your storage environment.createLocationAzureBlob
(Consumer<CreateLocationAzureBlobRequest.Builder> createLocationAzureBlobRequest) Creates an endpoint for a Microsoft Azure Blob Storage container that DataSync can use as a transfer source or destination.createLocationAzureBlob
(CreateLocationAzureBlobRequest createLocationAzureBlobRequest) Creates an endpoint for a Microsoft Azure Blob Storage container that DataSync can use as a transfer source or destination.createLocationEfs
(Consumer<CreateLocationEfsRequest.Builder> createLocationEfsRequest) Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer.createLocationEfs
(CreateLocationEfsRequest createLocationEfsRequest) Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer.createLocationFsxLustre
(Consumer<CreateLocationFsxLustreRequest.Builder> createLocationFsxLustreRequest) Creates an endpoint for an Amazon FSx for Lustre file system.createLocationFsxLustre
(CreateLocationFsxLustreRequest createLocationFsxLustreRequest) Creates an endpoint for an Amazon FSx for Lustre file system.createLocationFsxOntap
(Consumer<CreateLocationFsxOntapRequest.Builder> createLocationFsxOntapRequest) Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer.createLocationFsxOntap
(CreateLocationFsxOntapRequest createLocationFsxOntapRequest) Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer.createLocationFsxOpenZfs
(Consumer<CreateLocationFsxOpenZfsRequest.Builder> createLocationFsxOpenZfsRequest) Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer.createLocationFsxOpenZfs
(CreateLocationFsxOpenZfsRequest createLocationFsxOpenZfsRequest) Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer.createLocationFsxWindows
(Consumer<CreateLocationFsxWindowsRequest.Builder> createLocationFsxWindowsRequest) Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer.createLocationFsxWindows
(CreateLocationFsxWindowsRequest createLocationFsxWindowsRequest) Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer.createLocationHdfs
(Consumer<CreateLocationHdfsRequest.Builder> createLocationHdfsRequest) Creates an endpoint for a Hadoop Distributed File System (HDFS).createLocationHdfs
(CreateLocationHdfsRequest createLocationHdfsRequest) Creates an endpoint for a Hadoop Distributed File System (HDFS).createLocationNfs
(Consumer<CreateLocationNfsRequest.Builder> createLocationNfsRequest) Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.createLocationNfs
(CreateLocationNfsRequest createLocationNfsRequest) Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.createLocationObjectStorage
(Consumer<CreateLocationObjectStorageRequest.Builder> createLocationObjectStorageRequest) Creates an endpoint for an object storage system that DataSync can access for a transfer.createLocationObjectStorage
(CreateLocationObjectStorageRequest createLocationObjectStorageRequest) Creates an endpoint for an object storage system that DataSync can access for a transfer.createLocationS3
(Consumer<CreateLocationS3Request.Builder> createLocationS3Request) A location is an endpoint for an Amazon S3 bucket.createLocationS3
(CreateLocationS3Request createLocationS3Request) A location is an endpoint for an Amazon S3 bucket.createLocationSmb
(Consumer<CreateLocationSmbRequest.Builder> createLocationSmbRequest) Creates an endpoint for a Server Message Block (SMB) file server that DataSync can use for a data transfer.createLocationSmb
(CreateLocationSmbRequest createLocationSmbRequest) Creates an endpoint for a Server Message Block (SMB) file server that DataSync can use for a data transfer.default CompletableFuture
<CreateTaskResponse> createTask
(Consumer<CreateTaskRequest.Builder> createTaskRequest) Configures a transfer task, which defines where and how DataSync moves your data.default CompletableFuture
<CreateTaskResponse> createTask
(CreateTaskRequest createTaskRequest) Configures a transfer task, which defines where and how DataSync moves your data.default CompletableFuture
<DeleteAgentResponse> deleteAgent
(Consumer<DeleteAgentRequest.Builder> deleteAgentRequest) Removes an DataSync agent resource from your Amazon Web Services account.default CompletableFuture
<DeleteAgentResponse> deleteAgent
(DeleteAgentRequest deleteAgentRequest) Removes an DataSync agent resource from your Amazon Web Services account.default CompletableFuture
<DeleteLocationResponse> deleteLocation
(Consumer<DeleteLocationRequest.Builder> deleteLocationRequest) Deletes the configuration of a location used by DataSync.default CompletableFuture
<DeleteLocationResponse> deleteLocation
(DeleteLocationRequest deleteLocationRequest) Deletes the configuration of a location used by DataSync.default CompletableFuture
<DeleteTaskResponse> deleteTask
(Consumer<DeleteTaskRequest.Builder> deleteTaskRequest) Deletes an DataSync transfer task.default CompletableFuture
<DeleteTaskResponse> deleteTask
(DeleteTaskRequest deleteTaskRequest) Deletes an DataSync transfer task.default CompletableFuture
<DescribeAgentResponse> describeAgent
(Consumer<DescribeAgentRequest.Builder> describeAgentRequest) Returns information about an DataSync agent, such as its name, service endpoint type, and status.default CompletableFuture
<DescribeAgentResponse> describeAgent
(DescribeAgentRequest describeAgentRequest) Returns information about an DataSync agent, such as its name, service endpoint type, and status.describeDiscoveryJob
(Consumer<DescribeDiscoveryJobRequest.Builder> describeDiscoveryJobRequest) Returns information about a DataSync discovery job.describeDiscoveryJob
(DescribeDiscoveryJobRequest describeDiscoveryJobRequest) Returns information about a DataSync discovery job.describeLocationAzureBlob
(Consumer<DescribeLocationAzureBlobRequest.Builder> describeLocationAzureBlobRequest) Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.describeLocationAzureBlob
(DescribeLocationAzureBlobRequest describeLocationAzureBlobRequest) Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.describeLocationEfs
(Consumer<DescribeLocationEfsRequest.Builder> describeLocationEfsRequest) Returns metadata about your DataSync location for an Amazon EFS file system.describeLocationEfs
(DescribeLocationEfsRequest describeLocationEfsRequest) Returns metadata about your DataSync location for an Amazon EFS file system.describeLocationFsxLustre
(Consumer<DescribeLocationFsxLustreRequest.Builder> describeLocationFsxLustreRequest) Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.describeLocationFsxLustre
(DescribeLocationFsxLustreRequest describeLocationFsxLustreRequest) Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.describeLocationFsxOntap
(Consumer<DescribeLocationFsxOntapRequest.Builder> describeLocationFsxOntapRequest) Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.describeLocationFsxOntap
(DescribeLocationFsxOntapRequest describeLocationFsxOntapRequest) Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.describeLocationFsxOpenZfs
(Consumer<DescribeLocationFsxOpenZfsRequest.Builder> describeLocationFsxOpenZfsRequest) Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.describeLocationFsxOpenZfs
(DescribeLocationFsxOpenZfsRequest describeLocationFsxOpenZfsRequest) Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.describeLocationFsxWindows
(Consumer<DescribeLocationFsxWindowsRequest.Builder> describeLocationFsxWindowsRequest) Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.describeLocationFsxWindows
(DescribeLocationFsxWindowsRequest describeLocationFsxWindowsRequest) Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.describeLocationHdfs
(Consumer<DescribeLocationHdfsRequest.Builder> describeLocationHdfsRequest) Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.describeLocationHdfs
(DescribeLocationHdfsRequest describeLocationHdfsRequest) Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.describeLocationNfs
(Consumer<DescribeLocationNfsRequest.Builder> describeLocationNfsRequest) Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.describeLocationNfs
(DescribeLocationNfsRequest describeLocationNfsRequest) Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.describeLocationObjectStorage
(Consumer<DescribeLocationObjectStorageRequest.Builder> describeLocationObjectStorageRequest) Returns metadata about your DataSync location for an object storage system.describeLocationObjectStorage
(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest) Returns metadata about your DataSync location for an object storage system.describeLocationS3
(Consumer<DescribeLocationS3Request.Builder> describeLocationS3Request) Returns metadata, such as bucket name, about an Amazon S3 bucket location.describeLocationS3
(DescribeLocationS3Request describeLocationS3Request) Returns metadata, such as bucket name, about an Amazon S3 bucket location.describeLocationSmb
(Consumer<DescribeLocationSmbRequest.Builder> describeLocationSmbRequest) Returns metadata, such as the path and user information about an SMB location.describeLocationSmb
(DescribeLocationSmbRequest describeLocationSmbRequest) Returns metadata, such as the path and user information about an SMB location.describeStorageSystem
(Consumer<DescribeStorageSystemRequest.Builder> describeStorageSystemRequest) Returns information about an on-premises storage system that you're using with DataSync Discovery.describeStorageSystem
(DescribeStorageSystemRequest describeStorageSystemRequest) Returns information about an on-premises storage system that you're using with DataSync Discovery.describeStorageSystemResourceMetrics
(Consumer<DescribeStorageSystemResourceMetricsRequest.Builder> describeStorageSystemResourceMetricsRequest) Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.describeStorageSystemResourceMetrics
(DescribeStorageSystemResourceMetricsRequest describeStorageSystemResourceMetricsRequest) Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.describeStorageSystemResourceMetricsPaginator
(Consumer<DescribeStorageSystemResourceMetricsRequest.Builder> describeStorageSystemResourceMetricsRequest) Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.describeStorageSystemResourceMetricsPaginator
(DescribeStorageSystemResourceMetricsRequest describeStorageSystemResourceMetricsRequest) Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.describeStorageSystemResources
(Consumer<DescribeStorageSystemResourcesRequest.Builder> describeStorageSystemResourcesRequest) Returns information that DataSync Discovery collects about resources in your on-premises storage system.describeStorageSystemResources
(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest) Returns information that DataSync Discovery collects about resources in your on-premises storage system.describeStorageSystemResourcesPaginator
(Consumer<DescribeStorageSystemResourcesRequest.Builder> describeStorageSystemResourcesRequest) Returns information that DataSync Discovery collects about resources in your on-premises storage system.describeStorageSystemResourcesPaginator
(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest) Returns information that DataSync Discovery collects about resources in your on-premises storage system.default CompletableFuture
<DescribeTaskResponse> describeTask
(Consumer<DescribeTaskRequest.Builder> describeTaskRequest) Provides information about an DataSync transfer task.default CompletableFuture
<DescribeTaskResponse> describeTask
(DescribeTaskRequest describeTaskRequest) Provides information about an DataSync transfer task.describeTaskExecution
(Consumer<DescribeTaskExecutionRequest.Builder> describeTaskExecutionRequest) Provides information about an execution of your DataSync task.describeTaskExecution
(DescribeTaskExecutionRequest describeTaskExecutionRequest) Provides information about an execution of your DataSync task.generateRecommendations
(Consumer<GenerateRecommendationsRequest.Builder> generateRecommendationsRequest) Creates recommendations about where to migrate your data to in Amazon Web Services.generateRecommendations
(GenerateRecommendationsRequest generateRecommendationsRequest) Creates recommendations about where to migrate your data to in Amazon Web Services.default CompletableFuture
<ListAgentsResponse> Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.default CompletableFuture
<ListAgentsResponse> listAgents
(Consumer<ListAgentsRequest.Builder> listAgentsRequest) Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.default CompletableFuture
<ListAgentsResponse> listAgents
(ListAgentsRequest listAgentsRequest) Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.default ListAgentsPublisher
Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.default ListAgentsPublisher
listAgentsPaginator
(Consumer<ListAgentsRequest.Builder> listAgentsRequest) Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.default ListAgentsPublisher
listAgentsPaginator
(ListAgentsRequest listAgentsRequest) Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.listDiscoveryJobs
(Consumer<ListDiscoveryJobsRequest.Builder> listDiscoveryJobsRequest) Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account where you're using DataSync Discovery.listDiscoveryJobs
(ListDiscoveryJobsRequest listDiscoveryJobsRequest) Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account where you're using DataSync Discovery.default ListDiscoveryJobsPublisher
listDiscoveryJobsPaginator
(Consumer<ListDiscoveryJobsRequest.Builder> listDiscoveryJobsRequest) Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account where you're using DataSync Discovery.default ListDiscoveryJobsPublisher
listDiscoveryJobsPaginator
(ListDiscoveryJobsRequest listDiscoveryJobsRequest) Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account where you're using DataSync Discovery.default CompletableFuture
<ListLocationsResponse> Returns a list of source and destination locations.default CompletableFuture
<ListLocationsResponse> listLocations
(Consumer<ListLocationsRequest.Builder> listLocationsRequest) Returns a list of source and destination locations.default CompletableFuture
<ListLocationsResponse> listLocations
(ListLocationsRequest listLocationsRequest) Returns a list of source and destination locations.default ListLocationsPublisher
Returns a list of source and destination locations.default ListLocationsPublisher
listLocationsPaginator
(Consumer<ListLocationsRequest.Builder> listLocationsRequest) Returns a list of source and destination locations.default ListLocationsPublisher
listLocationsPaginator
(ListLocationsRequest listLocationsRequest) Returns a list of source and destination locations.listStorageSystems
(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest) Lists the on-premises storage systems that you're using with DataSync Discovery.listStorageSystems
(ListStorageSystemsRequest listStorageSystemsRequest) Lists the on-premises storage systems that you're using with DataSync Discovery.default ListStorageSystemsPublisher
listStorageSystemsPaginator
(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest) Lists the on-premises storage systems that you're using with DataSync Discovery.default ListStorageSystemsPublisher
listStorageSystemsPaginator
(ListStorageSystemsRequest listStorageSystemsRequest) Lists the on-premises storage systems that you're using with DataSync Discovery.listTagsForResource
(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns all the tags associated with an Amazon Web Services resource.listTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) Returns all the tags associated with an Amazon Web Services resource.default ListTagsForResourcePublisher
listTagsForResourcePaginator
(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns all the tags associated with an Amazon Web Services resource.default ListTagsForResourcePublisher
listTagsForResourcePaginator
(ListTagsForResourceRequest listTagsForResourceRequest) Returns all the tags associated with an Amazon Web Services resource.Returns a list of executed tasks.listTaskExecutions
(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest) Returns a list of executed tasks.listTaskExecutions
(ListTaskExecutionsRequest listTaskExecutionsRequest) Returns a list of executed tasks.default ListTaskExecutionsPublisher
Returns a list of executed tasks.default ListTaskExecutionsPublisher
listTaskExecutionsPaginator
(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest) Returns a list of executed tasks.default ListTaskExecutionsPublisher
listTaskExecutionsPaginator
(ListTaskExecutionsRequest listTaskExecutionsRequest) Returns a list of executed tasks.default CompletableFuture
<ListTasksResponse> Returns a list of the DataSync tasks you created.default CompletableFuture
<ListTasksResponse> listTasks
(Consumer<ListTasksRequest.Builder> listTasksRequest) Returns a list of the DataSync tasks you created.default CompletableFuture
<ListTasksResponse> listTasks
(ListTasksRequest listTasksRequest) Returns a list of the DataSync tasks you created.default ListTasksPublisher
Returns a list of the DataSync tasks you created.default ListTasksPublisher
listTasksPaginator
(Consumer<ListTasksRequest.Builder> listTasksRequest) Returns a list of the DataSync tasks you created.default ListTasksPublisher
listTasksPaginator
(ListTasksRequest listTasksRequest) Returns a list of the DataSync tasks you created.removeStorageSystem
(Consumer<RemoveStorageSystemRequest.Builder> removeStorageSystemRequest) Permanently removes a storage system resource from DataSync Discovery, including the associated discovery jobs, collected data, and recommendations.removeStorageSystem
(RemoveStorageSystemRequest removeStorageSystemRequest) Permanently removes a storage system resource from DataSync Discovery, including the associated discovery jobs, collected data, and recommendations.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstartDiscoveryJob
(Consumer<StartDiscoveryJobRequest.Builder> startDiscoveryJobRequest) Runs a DataSync discovery job on your on-premises storage system.startDiscoveryJob
(StartDiscoveryJobRequest startDiscoveryJobRequest) Runs a DataSync discovery job on your on-premises storage system.startTaskExecution
(Consumer<StartTaskExecutionRequest.Builder> startTaskExecutionRequest) Starts an DataSync transfer task.startTaskExecution
(StartTaskExecutionRequest startTaskExecutionRequest) Starts an DataSync transfer task.stopDiscoveryJob
(Consumer<StopDiscoveryJobRequest.Builder> stopDiscoveryJobRequest) Stops a running DataSync discovery job.stopDiscoveryJob
(StopDiscoveryJobRequest stopDiscoveryJobRequest) Stops a running DataSync discovery job.default CompletableFuture
<TagResourceResponse> tagResource
(Consumer<TagResourceRequest.Builder> tagResourceRequest) Applies a tag to an Amazon Web Services resource.default CompletableFuture
<TagResourceResponse> tagResource
(TagResourceRequest tagResourceRequest) Applies a tag to an Amazon Web Services resource.default CompletableFuture
<UntagResourceResponse> untagResource
(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes tags from an Amazon Web Services resource.default CompletableFuture
<UntagResourceResponse> untagResource
(UntagResourceRequest untagResourceRequest) Removes tags from an Amazon Web Services resource.default CompletableFuture
<UpdateAgentResponse> updateAgent
(Consumer<UpdateAgentRequest.Builder> updateAgentRequest) Updates the name of an DataSync agent.default CompletableFuture
<UpdateAgentResponse> updateAgent
(UpdateAgentRequest updateAgentRequest) Updates the name of an DataSync agent.updateDiscoveryJob
(Consumer<UpdateDiscoveryJobRequest.Builder> updateDiscoveryJobRequest) Edits a DataSync discovery job configuration.updateDiscoveryJob
(UpdateDiscoveryJobRequest updateDiscoveryJobRequest) Edits a DataSync discovery job configuration.updateLocationAzureBlob
(Consumer<UpdateLocationAzureBlobRequest.Builder> updateLocationAzureBlobRequest) Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.updateLocationAzureBlob
(UpdateLocationAzureBlobRequest updateLocationAzureBlobRequest) Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.updateLocationHdfs
(Consumer<UpdateLocationHdfsRequest.Builder> updateLocationHdfsRequest) Updates some parameters of a previously created location for a Hadoop Distributed File System cluster.updateLocationHdfs
(UpdateLocationHdfsRequest updateLocationHdfsRequest) Updates some parameters of a previously created location for a Hadoop Distributed File System cluster.updateLocationNfs
(Consumer<UpdateLocationNfsRequest.Builder> updateLocationNfsRequest) Modifies some configurations of the Network File System (NFS) transfer location that you're using with DataSync.updateLocationNfs
(UpdateLocationNfsRequest updateLocationNfsRequest) Modifies some configurations of the Network File System (NFS) transfer location that you're using with DataSync.updateLocationObjectStorage
(Consumer<UpdateLocationObjectStorageRequest.Builder> updateLocationObjectStorageRequest) Updates some parameters of an existing object storage location that DataSync accesses for a transfer.updateLocationObjectStorage
(UpdateLocationObjectStorageRequest updateLocationObjectStorageRequest) Updates some parameters of an existing object storage location that DataSync accesses for a transfer.updateLocationSmb
(Consumer<UpdateLocationSmbRequest.Builder> updateLocationSmbRequest) Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.updateLocationSmb
(UpdateLocationSmbRequest updateLocationSmbRequest) Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.updateStorageSystem
(Consumer<UpdateStorageSystemRequest.Builder> updateStorageSystemRequest) Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.updateStorageSystem
(UpdateStorageSystemRequest updateStorageSystemRequest) Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.default CompletableFuture
<UpdateTaskResponse> updateTask
(Consumer<UpdateTaskRequest.Builder> updateTaskRequest) Updates the configuration of a DataSync transfer task.default CompletableFuture
<UpdateTaskResponse> updateTask
(UpdateTaskRequest updateTaskRequest) Updates the configuration of a DataSync transfer task.updateTaskExecution
(Consumer<UpdateTaskExecutionRequest.Builder> updateTaskExecutionRequest) Updates the configuration of a running DataSync task execution.updateTaskExecution
(UpdateTaskExecutionRequest updateTaskExecutionRequest) Updates the configuration of a running DataSync task execution.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider
.- See Also:
-
-
Method Details
-
addStorageSystem
default CompletableFuture<AddStorageSystemResponse> addStorageSystem(AddStorageSystemRequest addStorageSystemRequest) Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect information about.
- Parameters:
addStorageSystemRequest
-- Returns:
- A Java Future containing the result of the AddStorageSystem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
addStorageSystem
default CompletableFuture<AddStorageSystemResponse> addStorageSystem(Consumer<AddStorageSystemRequest.Builder> addStorageSystemRequest) Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to collect information about.
This is a convenience which creates an instance of the
AddStorageSystemRequest.Builder
avoiding the need to create one manually viaAddStorageSystemRequest.builder()
- Parameters:
addStorageSystemRequest
- AConsumer
that will call methods onAddStorageSystemRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the AddStorageSystem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
cancelTaskExecution
default CompletableFuture<CancelTaskExecutionResponse> cancelTaskExecution(CancelTaskExecutionRequest cancelTaskExecutionRequest) Stops an DataSync task execution that's in progress. The transfer of some files are abruptly interrupted. File contents that're transferred to the destination might be incomplete or inconsistent with the source files.
However, if you start a new task execution using the same task and allow it to finish, file content on the destination will be complete and consistent. This applies to other unexpected failures that interrupt a task execution. In all of these cases, DataSync successfully completes the transfer when you start the next task execution.
- Parameters:
cancelTaskExecutionRequest
- CancelTaskExecutionRequest- Returns:
- A Java Future containing the result of the CancelTaskExecution operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
cancelTaskExecution
default CompletableFuture<CancelTaskExecutionResponse> cancelTaskExecution(Consumer<CancelTaskExecutionRequest.Builder> cancelTaskExecutionRequest) Stops an DataSync task execution that's in progress. The transfer of some files are abruptly interrupted. File contents that're transferred to the destination might be incomplete or inconsistent with the source files.
However, if you start a new task execution using the same task and allow it to finish, file content on the destination will be complete and consistent. This applies to other unexpected failures that interrupt a task execution. In all of these cases, DataSync successfully completes the transfer when you start the next task execution.
This is a convenience which creates an instance of the
CancelTaskExecutionRequest.Builder
avoiding the need to create one manually viaCancelTaskExecutionRequest.builder()
- Parameters:
cancelTaskExecutionRequest
- AConsumer
that will call methods onCancelTaskExecutionRequest.Builder
to create a request. CancelTaskExecutionRequest- Returns:
- A Java Future containing the result of the CancelTaskExecution operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createAgent
Activates an DataSync agent that you've deployed in your storage environment. The activation process associates the agent with your Amazon Web Services account.
If you haven't deployed an agent yet, see the following topics to learn more:
If you're transferring between Amazon Web Services storage services, you don't need a DataSync agent.
- Parameters:
createAgentRequest
- CreateAgentRequest- Returns:
- A Java Future containing the result of the CreateAgent operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createAgent
default CompletableFuture<CreateAgentResponse> createAgent(Consumer<CreateAgentRequest.Builder> createAgentRequest) Activates an DataSync agent that you've deployed in your storage environment. The activation process associates the agent with your Amazon Web Services account.
If you haven't deployed an agent yet, see the following topics to learn more:
If you're transferring between Amazon Web Services storage services, you don't need a DataSync agent.
This is a convenience which creates an instance of the
CreateAgentRequest.Builder
avoiding the need to create one manually viaCreateAgentRequest.builder()
- Parameters:
createAgentRequest
- AConsumer
that will call methods onCreateAgentRequest.Builder
to create a request. CreateAgentRequest- Returns:
- A Java Future containing the result of the CreateAgent operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationAzureBlob
default CompletableFuture<CreateLocationAzureBlobResponse> createLocationAzureBlob(CreateLocationAzureBlobRequest createLocationAzureBlobRequest) Creates an endpoint for a Microsoft Azure Blob Storage container that DataSync can use as a transfer source or destination.
Before you begin, make sure you know how DataSync accesses Azure Blob Storage and works with access tiers and blob types. You also need a DataSync agent that can connect to your container.
- Parameters:
createLocationAzureBlobRequest
-- Returns:
- A Java Future containing the result of the CreateLocationAzureBlob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationAzureBlob
default CompletableFuture<CreateLocationAzureBlobResponse> createLocationAzureBlob(Consumer<CreateLocationAzureBlobRequest.Builder> createLocationAzureBlobRequest) Creates an endpoint for a Microsoft Azure Blob Storage container that DataSync can use as a transfer source or destination.
Before you begin, make sure you know how DataSync accesses Azure Blob Storage and works with access tiers and blob types. You also need a DataSync agent that can connect to your container.
This is a convenience which creates an instance of the
CreateLocationAzureBlobRequest.Builder
avoiding the need to create one manually viaCreateLocationAzureBlobRequest.builder()
- Parameters:
createLocationAzureBlobRequest
- AConsumer
that will call methods onCreateLocationAzureBlobRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateLocationAzureBlob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationEfs
default CompletableFuture<CreateLocationEfsResponse> createLocationEfs(CreateLocationEfsRequest createLocationEfsRequest) Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer. For more information, see Creating a location for Amazon EFS.
- Parameters:
createLocationEfsRequest
- CreateLocationEfsRequest- Returns:
- A Java Future containing the result of the CreateLocationEfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationEfs
default CompletableFuture<CreateLocationEfsResponse> createLocationEfs(Consumer<CreateLocationEfsRequest.Builder> createLocationEfsRequest) Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer. For more information, see Creating a location for Amazon EFS.
This is a convenience which creates an instance of the
CreateLocationEfsRequest.Builder
avoiding the need to create one manually viaCreateLocationEfsRequest.builder()
- Parameters:
createLocationEfsRequest
- AConsumer
that will call methods onCreateLocationEfsRequest.Builder
to create a request. CreateLocationEfsRequest- Returns:
- A Java Future containing the result of the CreateLocationEfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationFsxLustre
default CompletableFuture<CreateLocationFsxLustreResponse> createLocationFsxLustre(CreateLocationFsxLustreRequest createLocationFsxLustreRequest) Creates an endpoint for an Amazon FSx for Lustre file system.
- Parameters:
createLocationFsxLustreRequest
-- Returns:
- A Java Future containing the result of the CreateLocationFsxLustre operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationFsxLustre
default CompletableFuture<CreateLocationFsxLustreResponse> createLocationFsxLustre(Consumer<CreateLocationFsxLustreRequest.Builder> createLocationFsxLustreRequest) Creates an endpoint for an Amazon FSx for Lustre file system.
This is a convenience which creates an instance of the
CreateLocationFsxLustreRequest.Builder
avoiding the need to create one manually viaCreateLocationFsxLustreRequest.builder()
- Parameters:
createLocationFsxLustreRequest
- AConsumer
that will call methods onCreateLocationFsxLustreRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateLocationFsxLustre operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationFsxOntap
default CompletableFuture<CreateLocationFsxOntapResponse> createLocationFsxOntap(CreateLocationFsxOntapRequest createLocationFsxOntapRequest) Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer.
Before you begin, make sure that you understand how DataSync accesses an FSx for ONTAP file system.
- Parameters:
createLocationFsxOntapRequest
-- Returns:
- A Java Future containing the result of the CreateLocationFsxOntap operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationFsxOntap
default CompletableFuture<CreateLocationFsxOntapResponse> createLocationFsxOntap(Consumer<CreateLocationFsxOntapRequest.Builder> createLocationFsxOntapRequest) Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer.
Before you begin, make sure that you understand how DataSync accesses an FSx for ONTAP file system.
This is a convenience which creates an instance of the
CreateLocationFsxOntapRequest.Builder
avoiding the need to create one manually viaCreateLocationFsxOntapRequest.builder()
- Parameters:
createLocationFsxOntapRequest
- AConsumer
that will call methods onCreateLocationFsxOntapRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateLocationFsxOntap operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationFsxOpenZfs
default CompletableFuture<CreateLocationFsxOpenZfsResponse> createLocationFsxOpenZfs(CreateLocationFsxOpenZfsRequest createLocationFsxOpenZfsRequest) Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer. For more information, see Creating a location for FSx for OpenZFS.
Request parameters related to
SMB
aren't supported with theCreateLocationFsxOpenZfs
operation.- Parameters:
createLocationFsxOpenZfsRequest
-- Returns:
- A Java Future containing the result of the CreateLocationFsxOpenZfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationFsxOpenZfs
default CompletableFuture<CreateLocationFsxOpenZfsResponse> createLocationFsxOpenZfs(Consumer<CreateLocationFsxOpenZfsRequest.Builder> createLocationFsxOpenZfsRequest) Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer. For more information, see Creating a location for FSx for OpenZFS.
Request parameters related to
SMB
aren't supported with theCreateLocationFsxOpenZfs
operation.
This is a convenience which creates an instance of the
CreateLocationFsxOpenZfsRequest.Builder
avoiding the need to create one manually viaCreateLocationFsxOpenZfsRequest.builder()
- Parameters:
createLocationFsxOpenZfsRequest
- AConsumer
that will call methods onCreateLocationFsxOpenZfsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateLocationFsxOpenZfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationFsxWindows
default CompletableFuture<CreateLocationFsxWindowsResponse> createLocationFsxWindows(CreateLocationFsxWindowsRequest createLocationFsxWindowsRequest) Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer.
Before you begin, make sure that you understand how DataSync accesses an FSx for Windows File Server.
- Parameters:
createLocationFsxWindowsRequest
-- Returns:
- A Java Future containing the result of the CreateLocationFsxWindows operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationFsxWindows
default CompletableFuture<CreateLocationFsxWindowsResponse> createLocationFsxWindows(Consumer<CreateLocationFsxWindowsRequest.Builder> createLocationFsxWindowsRequest) Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer.
Before you begin, make sure that you understand how DataSync accesses an FSx for Windows File Server.
This is a convenience which creates an instance of the
CreateLocationFsxWindowsRequest.Builder
avoiding the need to create one manually viaCreateLocationFsxWindowsRequest.builder()
- Parameters:
createLocationFsxWindowsRequest
- AConsumer
that will call methods onCreateLocationFsxWindowsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateLocationFsxWindows operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationHdfs
default CompletableFuture<CreateLocationHdfsResponse> createLocationHdfs(CreateLocationHdfsRequest createLocationHdfsRequest) Creates an endpoint for a Hadoop Distributed File System (HDFS).
- Parameters:
createLocationHdfsRequest
-- Returns:
- A Java Future containing the result of the CreateLocationHdfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationHdfs
default CompletableFuture<CreateLocationHdfsResponse> createLocationHdfs(Consumer<CreateLocationHdfsRequest.Builder> createLocationHdfsRequest) Creates an endpoint for a Hadoop Distributed File System (HDFS).
This is a convenience which creates an instance of the
CreateLocationHdfsRequest.Builder
avoiding the need to create one manually viaCreateLocationHdfsRequest.builder()
- Parameters:
createLocationHdfsRequest
- AConsumer
that will call methods onCreateLocationHdfsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the CreateLocationHdfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationNfs
default CompletableFuture<CreateLocationNfsResponse> createLocationNfs(CreateLocationNfsRequest createLocationNfsRequest) Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.
For more information, see Configuring transfers to or from an NFS file server.
If you're copying data to or from an Snowcone device, you can also use
CreateLocationNfs
to create your transfer location. For more information, see Configuring transfers with Snowcone.- Parameters:
createLocationNfsRequest
- CreateLocationNfsRequest- Returns:
- A Java Future containing the result of the CreateLocationNfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationNfs
default CompletableFuture<CreateLocationNfsResponse> createLocationNfs(Consumer<CreateLocationNfsRequest.Builder> createLocationNfsRequest) Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.
For more information, see Configuring transfers to or from an NFS file server.
If you're copying data to or from an Snowcone device, you can also use
CreateLocationNfs
to create your transfer location. For more information, see Configuring transfers with Snowcone.
This is a convenience which creates an instance of the
CreateLocationNfsRequest.Builder
avoiding the need to create one manually viaCreateLocationNfsRequest.builder()
- Parameters:
createLocationNfsRequest
- AConsumer
that will call methods onCreateLocationNfsRequest.Builder
to create a request. CreateLocationNfsRequest- Returns:
- A Java Future containing the result of the CreateLocationNfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationObjectStorage
default CompletableFuture<CreateLocationObjectStorageResponse> createLocationObjectStorage(CreateLocationObjectStorageRequest createLocationObjectStorageRequest) Creates an endpoint for an object storage system that DataSync can access for a transfer. For more information, see Creating a location for object storage.
- Parameters:
createLocationObjectStorageRequest
- CreateLocationObjectStorageRequest- Returns:
- A Java Future containing the result of the CreateLocationObjectStorage operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationObjectStorage
default CompletableFuture<CreateLocationObjectStorageResponse> createLocationObjectStorage(Consumer<CreateLocationObjectStorageRequest.Builder> createLocationObjectStorageRequest) Creates an endpoint for an object storage system that DataSync can access for a transfer. For more information, see Creating a location for object storage.
This is a convenience which creates an instance of the
CreateLocationObjectStorageRequest.Builder
avoiding the need to create one manually viaCreateLocationObjectStorageRequest.builder()
- Parameters:
createLocationObjectStorageRequest
- AConsumer
that will call methods onCreateLocationObjectStorageRequest.Builder
to create a request. CreateLocationObjectStorageRequest- Returns:
- A Java Future containing the result of the CreateLocationObjectStorage operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationS3
default CompletableFuture<CreateLocationS3Response> createLocationS3(CreateLocationS3Request createLocationS3Request) A location is an endpoint for an Amazon S3 bucket. DataSync can use the location as a source or destination for copying data.
Before you create your location, make sure that you read the following sections:
For more information, see Creating an Amazon S3 location.
- Parameters:
createLocationS3Request
- CreateLocationS3Request- Returns:
- A Java Future containing the result of the CreateLocationS3 operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationS3
default CompletableFuture<CreateLocationS3Response> createLocationS3(Consumer<CreateLocationS3Request.Builder> createLocationS3Request) A location is an endpoint for an Amazon S3 bucket. DataSync can use the location as a source or destination for copying data.
Before you create your location, make sure that you read the following sections:
For more information, see Creating an Amazon S3 location.
This is a convenience which creates an instance of the
CreateLocationS3Request.Builder
avoiding the need to create one manually viaCreateLocationS3Request.builder()
- Parameters:
createLocationS3Request
- AConsumer
that will call methods onCreateLocationS3Request.Builder
to create a request. CreateLocationS3Request- Returns:
- A Java Future containing the result of the CreateLocationS3 operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationSmb
default CompletableFuture<CreateLocationSmbResponse> createLocationSmb(CreateLocationSmbRequest createLocationSmbRequest) Creates an endpoint for a Server Message Block (SMB) file server that DataSync can use for a data transfer.
Before you begin, make sure that you understand how DataSync accesses an SMB file server.
- Parameters:
createLocationSmbRequest
- CreateLocationSmbRequest- Returns:
- A Java Future containing the result of the CreateLocationSmb operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createLocationSmb
default CompletableFuture<CreateLocationSmbResponse> createLocationSmb(Consumer<CreateLocationSmbRequest.Builder> createLocationSmbRequest) Creates an endpoint for a Server Message Block (SMB) file server that DataSync can use for a data transfer.
Before you begin, make sure that you understand how DataSync accesses an SMB file server.
This is a convenience which creates an instance of the
CreateLocationSmbRequest.Builder
avoiding the need to create one manually viaCreateLocationSmbRequest.builder()
- Parameters:
createLocationSmbRequest
- AConsumer
that will call methods onCreateLocationSmbRequest.Builder
to create a request. CreateLocationSmbRequest- Returns:
- A Java Future containing the result of the CreateLocationSmb operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createTask
Configures a transfer task, which defines where and how DataSync moves your data.
A task includes a source location, destination location, and the options for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).
If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
- Parameters:
createTaskRequest
- CreateTaskRequest- Returns:
- A Java Future containing the result of the CreateTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
createTask
default CompletableFuture<CreateTaskResponse> createTask(Consumer<CreateTaskRequest.Builder> createTaskRequest) Configures a transfer task, which defines where and how DataSync moves your data.
A task includes a source location, destination location, and the options for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).
If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
This is a convenience which creates an instance of the
CreateTaskRequest.Builder
avoiding the need to create one manually viaCreateTaskRequest.builder()
- Parameters:
createTaskRequest
- AConsumer
that will call methods onCreateTaskRequest.Builder
to create a request. CreateTaskRequest- Returns:
- A Java Future containing the result of the CreateTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteAgent
Removes an DataSync agent resource from your Amazon Web Services account.
Keep in mind that this operation (which can't be undone) doesn't remove the agent's virtual machine (VM) or Amazon EC2 instance from your storage environment. For next steps, you can delete the VM or instance from your storage environment or reuse it to activate a new agent.
- Parameters:
deleteAgentRequest
- DeleteAgentRequest- Returns:
- A Java Future containing the result of the DeleteAgent operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteAgent
default CompletableFuture<DeleteAgentResponse> deleteAgent(Consumer<DeleteAgentRequest.Builder> deleteAgentRequest) Removes an DataSync agent resource from your Amazon Web Services account.
Keep in mind that this operation (which can't be undone) doesn't remove the agent's virtual machine (VM) or Amazon EC2 instance from your storage environment. For next steps, you can delete the VM or instance from your storage environment or reuse it to activate a new agent.
This is a convenience which creates an instance of the
DeleteAgentRequest.Builder
avoiding the need to create one manually viaDeleteAgentRequest.builder()
- Parameters:
deleteAgentRequest
- AConsumer
that will call methods onDeleteAgentRequest.Builder
to create a request. DeleteAgentRequest- Returns:
- A Java Future containing the result of the DeleteAgent operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteLocation
default CompletableFuture<DeleteLocationResponse> deleteLocation(DeleteLocationRequest deleteLocationRequest) Deletes the configuration of a location used by DataSync.
- Parameters:
deleteLocationRequest
- DeleteLocation- Returns:
- A Java Future containing the result of the DeleteLocation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteLocation
default CompletableFuture<DeleteLocationResponse> deleteLocation(Consumer<DeleteLocationRequest.Builder> deleteLocationRequest) Deletes the configuration of a location used by DataSync.
This is a convenience which creates an instance of the
DeleteLocationRequest.Builder
avoiding the need to create one manually viaDeleteLocationRequest.builder()
- Parameters:
deleteLocationRequest
- AConsumer
that will call methods onDeleteLocationRequest.Builder
to create a request. DeleteLocation- Returns:
- A Java Future containing the result of the DeleteLocation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteTask
Deletes an DataSync transfer task.
- Parameters:
deleteTaskRequest
- DeleteTask- Returns:
- A Java Future containing the result of the DeleteTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
deleteTask
default CompletableFuture<DeleteTaskResponse> deleteTask(Consumer<DeleteTaskRequest.Builder> deleteTaskRequest) Deletes an DataSync transfer task.
This is a convenience which creates an instance of the
DeleteTaskRequest.Builder
avoiding the need to create one manually viaDeleteTaskRequest.builder()
- Parameters:
deleteTaskRequest
- AConsumer
that will call methods onDeleteTaskRequest.Builder
to create a request. DeleteTask- Returns:
- A Java Future containing the result of the DeleteTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeAgent
default CompletableFuture<DescribeAgentResponse> describeAgent(DescribeAgentRequest describeAgentRequest) Returns information about an DataSync agent, such as its name, service endpoint type, and status.
- Parameters:
describeAgentRequest
- DescribeAgent- Returns:
- A Java Future containing the result of the DescribeAgent operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeAgent
default CompletableFuture<DescribeAgentResponse> describeAgent(Consumer<DescribeAgentRequest.Builder> describeAgentRequest) Returns information about an DataSync agent, such as its name, service endpoint type, and status.
This is a convenience which creates an instance of the
DescribeAgentRequest.Builder
avoiding the need to create one manually viaDescribeAgentRequest.builder()
- Parameters:
describeAgentRequest
- AConsumer
that will call methods onDescribeAgentRequest.Builder
to create a request. DescribeAgent- Returns:
- A Java Future containing the result of the DescribeAgent operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeDiscoveryJob
default CompletableFuture<DescribeDiscoveryJobResponse> describeDiscoveryJob(DescribeDiscoveryJobRequest describeDiscoveryJobRequest) Returns information about a DataSync discovery job.
- Parameters:
describeDiscoveryJobRequest
-- Returns:
- A Java Future containing the result of the DescribeDiscoveryJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeDiscoveryJob
default CompletableFuture<DescribeDiscoveryJobResponse> describeDiscoveryJob(Consumer<DescribeDiscoveryJobRequest.Builder> describeDiscoveryJobRequest) Returns information about a DataSync discovery job.
This is a convenience which creates an instance of the
DescribeDiscoveryJobRequest.Builder
avoiding the need to create one manually viaDescribeDiscoveryJobRequest.builder()
- Parameters:
describeDiscoveryJobRequest
- AConsumer
that will call methods onDescribeDiscoveryJobRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeDiscoveryJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationAzureBlob
default CompletableFuture<DescribeLocationAzureBlobResponse> describeLocationAzureBlob(DescribeLocationAzureBlobRequest describeLocationAzureBlobRequest) Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.
- Parameters:
describeLocationAzureBlobRequest
-- Returns:
- A Java Future containing the result of the DescribeLocationAzureBlob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationAzureBlob
default CompletableFuture<DescribeLocationAzureBlobResponse> describeLocationAzureBlob(Consumer<DescribeLocationAzureBlobRequest.Builder> describeLocationAzureBlobRequest) Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.
This is a convenience which creates an instance of the
DescribeLocationAzureBlobRequest.Builder
avoiding the need to create one manually viaDescribeLocationAzureBlobRequest.builder()
- Parameters:
describeLocationAzureBlobRequest
- AConsumer
that will call methods onDescribeLocationAzureBlobRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeLocationAzureBlob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationEfs
default CompletableFuture<DescribeLocationEfsResponse> describeLocationEfs(DescribeLocationEfsRequest describeLocationEfsRequest) Returns metadata about your DataSync location for an Amazon EFS file system.
- Parameters:
describeLocationEfsRequest
- DescribeLocationEfsRequest- Returns:
- A Java Future containing the result of the DescribeLocationEfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationEfs
default CompletableFuture<DescribeLocationEfsResponse> describeLocationEfs(Consumer<DescribeLocationEfsRequest.Builder> describeLocationEfsRequest) Returns metadata about your DataSync location for an Amazon EFS file system.
This is a convenience which creates an instance of the
DescribeLocationEfsRequest.Builder
avoiding the need to create one manually viaDescribeLocationEfsRequest.builder()
- Parameters:
describeLocationEfsRequest
- AConsumer
that will call methods onDescribeLocationEfsRequest.Builder
to create a request. DescribeLocationEfsRequest- Returns:
- A Java Future containing the result of the DescribeLocationEfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationFsxLustre
default CompletableFuture<DescribeLocationFsxLustreResponse> describeLocationFsxLustre(DescribeLocationFsxLustreRequest describeLocationFsxLustreRequest) Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.
- Parameters:
describeLocationFsxLustreRequest
-- Returns:
- A Java Future containing the result of the DescribeLocationFsxLustre operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationFsxLustre
default CompletableFuture<DescribeLocationFsxLustreResponse> describeLocationFsxLustre(Consumer<DescribeLocationFsxLustreRequest.Builder> describeLocationFsxLustreRequest) Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.
This is a convenience which creates an instance of the
DescribeLocationFsxLustreRequest.Builder
avoiding the need to create one manually viaDescribeLocationFsxLustreRequest.builder()
- Parameters:
describeLocationFsxLustreRequest
- AConsumer
that will call methods onDescribeLocationFsxLustreRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeLocationFsxLustre operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationFsxOntap
default CompletableFuture<DescribeLocationFsxOntapResponse> describeLocationFsxOntap(DescribeLocationFsxOntapRequest describeLocationFsxOntapRequest) Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.
If your location uses SMB, the
DescribeLocationFsxOntap
operation doesn't actually return aPassword
.- Parameters:
describeLocationFsxOntapRequest
-- Returns:
- A Java Future containing the result of the DescribeLocationFsxOntap operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationFsxOntap
default CompletableFuture<DescribeLocationFsxOntapResponse> describeLocationFsxOntap(Consumer<DescribeLocationFsxOntapRequest.Builder> describeLocationFsxOntapRequest) Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.
If your location uses SMB, the
DescribeLocationFsxOntap
operation doesn't actually return aPassword
.
This is a convenience which creates an instance of the
DescribeLocationFsxOntapRequest.Builder
avoiding the need to create one manually viaDescribeLocationFsxOntapRequest.builder()
- Parameters:
describeLocationFsxOntapRequest
- AConsumer
that will call methods onDescribeLocationFsxOntapRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeLocationFsxOntap operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationFsxOpenZfs
default CompletableFuture<DescribeLocationFsxOpenZfsResponse> describeLocationFsxOpenZfs(DescribeLocationFsxOpenZfsRequest describeLocationFsxOpenZfsRequest) Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.
Response elements related to
SMB
aren't supported with theDescribeLocationFsxOpenZfs
operation.- Parameters:
describeLocationFsxOpenZfsRequest
-- Returns:
- A Java Future containing the result of the DescribeLocationFsxOpenZfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationFsxOpenZfs
default CompletableFuture<DescribeLocationFsxOpenZfsResponse> describeLocationFsxOpenZfs(Consumer<DescribeLocationFsxOpenZfsRequest.Builder> describeLocationFsxOpenZfsRequest) Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.
Response elements related to
SMB
aren't supported with theDescribeLocationFsxOpenZfs
operation.
This is a convenience which creates an instance of the
DescribeLocationFsxOpenZfsRequest.Builder
avoiding the need to create one manually viaDescribeLocationFsxOpenZfsRequest.builder()
- Parameters:
describeLocationFsxOpenZfsRequest
- AConsumer
that will call methods onDescribeLocationFsxOpenZfsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeLocationFsxOpenZfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationFsxWindows
default CompletableFuture<DescribeLocationFsxWindowsResponse> describeLocationFsxWindows(DescribeLocationFsxWindowsRequest describeLocationFsxWindowsRequest) Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.
- Parameters:
describeLocationFsxWindowsRequest
-- Returns:
- A Java Future containing the result of the DescribeLocationFsxWindows operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationFsxWindows
default CompletableFuture<DescribeLocationFsxWindowsResponse> describeLocationFsxWindows(Consumer<DescribeLocationFsxWindowsRequest.Builder> describeLocationFsxWindowsRequest) Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.
This is a convenience which creates an instance of the
DescribeLocationFsxWindowsRequest.Builder
avoiding the need to create one manually viaDescribeLocationFsxWindowsRequest.builder()
- Parameters:
describeLocationFsxWindowsRequest
- AConsumer
that will call methods onDescribeLocationFsxWindowsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeLocationFsxWindows operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationHdfs
default CompletableFuture<DescribeLocationHdfsResponse> describeLocationHdfs(DescribeLocationHdfsRequest describeLocationHdfsRequest) Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.
- Parameters:
describeLocationHdfsRequest
-- Returns:
- A Java Future containing the result of the DescribeLocationHdfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationHdfs
default CompletableFuture<DescribeLocationHdfsResponse> describeLocationHdfs(Consumer<DescribeLocationHdfsRequest.Builder> describeLocationHdfsRequest) Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.
This is a convenience which creates an instance of the
DescribeLocationHdfsRequest.Builder
avoiding the need to create one manually viaDescribeLocationHdfsRequest.builder()
- Parameters:
describeLocationHdfsRequest
- AConsumer
that will call methods onDescribeLocationHdfsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeLocationHdfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationNfs
default CompletableFuture<DescribeLocationNfsResponse> describeLocationNfs(DescribeLocationNfsRequest describeLocationNfsRequest) Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.
- Parameters:
describeLocationNfsRequest
- DescribeLocationNfsRequest- Returns:
- A Java Future containing the result of the DescribeLocationNfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationNfs
default CompletableFuture<DescribeLocationNfsResponse> describeLocationNfs(Consumer<DescribeLocationNfsRequest.Builder> describeLocationNfsRequest) Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.
This is a convenience which creates an instance of the
DescribeLocationNfsRequest.Builder
avoiding the need to create one manually viaDescribeLocationNfsRequest.builder()
- Parameters:
describeLocationNfsRequest
- AConsumer
that will call methods onDescribeLocationNfsRequest.Builder
to create a request. DescribeLocationNfsRequest- Returns:
- A Java Future containing the result of the DescribeLocationNfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationObjectStorage
default CompletableFuture<DescribeLocationObjectStorageResponse> describeLocationObjectStorage(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest) Returns metadata about your DataSync location for an object storage system.
- Parameters:
describeLocationObjectStorageRequest
- DescribeLocationObjectStorageRequest- Returns:
- A Java Future containing the result of the DescribeLocationObjectStorage operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationObjectStorage
default CompletableFuture<DescribeLocationObjectStorageResponse> describeLocationObjectStorage(Consumer<DescribeLocationObjectStorageRequest.Builder> describeLocationObjectStorageRequest) Returns metadata about your DataSync location for an object storage system.
This is a convenience which creates an instance of the
DescribeLocationObjectStorageRequest.Builder
avoiding the need to create one manually viaDescribeLocationObjectStorageRequest.builder()
- Parameters:
describeLocationObjectStorageRequest
- AConsumer
that will call methods onDescribeLocationObjectStorageRequest.Builder
to create a request. DescribeLocationObjectStorageRequest- Returns:
- A Java Future containing the result of the DescribeLocationObjectStorage operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationS3
default CompletableFuture<DescribeLocationS3Response> describeLocationS3(DescribeLocationS3Request describeLocationS3Request) Returns metadata, such as bucket name, about an Amazon S3 bucket location.
- Parameters:
describeLocationS3Request
- DescribeLocationS3Request- Returns:
- A Java Future containing the result of the DescribeLocationS3 operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationS3
default CompletableFuture<DescribeLocationS3Response> describeLocationS3(Consumer<DescribeLocationS3Request.Builder> describeLocationS3Request) Returns metadata, such as bucket name, about an Amazon S3 bucket location.
This is a convenience which creates an instance of the
DescribeLocationS3Request.Builder
avoiding the need to create one manually viaDescribeLocationS3Request.builder()
- Parameters:
describeLocationS3Request
- AConsumer
that will call methods onDescribeLocationS3Request.Builder
to create a request. DescribeLocationS3Request- Returns:
- A Java Future containing the result of the DescribeLocationS3 operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationSmb
default CompletableFuture<DescribeLocationSmbResponse> describeLocationSmb(DescribeLocationSmbRequest describeLocationSmbRequest) Returns metadata, such as the path and user information about an SMB location.
- Parameters:
describeLocationSmbRequest
- DescribeLocationSmbRequest- Returns:
- A Java Future containing the result of the DescribeLocationSmb operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeLocationSmb
default CompletableFuture<DescribeLocationSmbResponse> describeLocationSmb(Consumer<DescribeLocationSmbRequest.Builder> describeLocationSmbRequest) Returns metadata, such as the path and user information about an SMB location.
This is a convenience which creates an instance of the
DescribeLocationSmbRequest.Builder
avoiding the need to create one manually viaDescribeLocationSmbRequest.builder()
- Parameters:
describeLocationSmbRequest
- AConsumer
that will call methods onDescribeLocationSmbRequest.Builder
to create a request. DescribeLocationSmbRequest- Returns:
- A Java Future containing the result of the DescribeLocationSmb operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystem
default CompletableFuture<DescribeStorageSystemResponse> describeStorageSystem(DescribeStorageSystemRequest describeStorageSystemRequest) Returns information about an on-premises storage system that you're using with DataSync Discovery.
- Parameters:
describeStorageSystemRequest
-- Returns:
- A Java Future containing the result of the DescribeStorageSystem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystem
default CompletableFuture<DescribeStorageSystemResponse> describeStorageSystem(Consumer<DescribeStorageSystemRequest.Builder> describeStorageSystemRequest) Returns information about an on-premises storage system that you're using with DataSync Discovery.
This is a convenience which creates an instance of the
DescribeStorageSystemRequest.Builder
avoiding the need to create one manually viaDescribeStorageSystemRequest.builder()
- Parameters:
describeStorageSystemRequest
- AConsumer
that will call methods onDescribeStorageSystemRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeStorageSystem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystemResourceMetrics
default CompletableFuture<DescribeStorageSystemResourceMetricsResponse> describeStorageSystemResourceMetrics(DescribeStorageSystemResourceMetricsRequest describeStorageSystemResourceMetricsRequest) Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.
- Parameters:
describeStorageSystemResourceMetricsRequest
-- Returns:
- A Java Future containing the result of the DescribeStorageSystemResourceMetrics operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystemResourceMetrics
default CompletableFuture<DescribeStorageSystemResourceMetricsResponse> describeStorageSystemResourceMetrics(Consumer<DescribeStorageSystemResourceMetricsRequest.Builder> describeStorageSystemResourceMetricsRequest) Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.
This is a convenience which creates an instance of the
DescribeStorageSystemResourceMetricsRequest.Builder
avoiding the need to create one manually viaDescribeStorageSystemResourceMetricsRequest.builder()
- Parameters:
describeStorageSystemResourceMetricsRequest
- AConsumer
that will call methods onDescribeStorageSystemResourceMetricsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeStorageSystemResourceMetrics operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystemResourceMetricsPaginator
default DescribeStorageSystemResourceMetricsPublisher describeStorageSystemResourceMetricsPaginator(DescribeStorageSystemResourceMetricsRequest describeStorageSystemResourceMetricsRequest) Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.
This is a variant of
describeStorageSystemResourceMetrics(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.DescribeStorageSystemResourceMetricsPublisher publisher = client.describeStorageSystemResourceMetricsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.DescribeStorageSystemResourceMetricsPublisher publisher = client.describeStorageSystemResourceMetricsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describeStorageSystemResourceMetrics(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsRequest)
operation.- Parameters:
describeStorageSystemResourceMetricsRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystemResourceMetricsPaginator
default DescribeStorageSystemResourceMetricsPublisher describeStorageSystemResourceMetricsPaginator(Consumer<DescribeStorageSystemResourceMetricsRequest.Builder> describeStorageSystemResourceMetricsRequest) Returns information, including performance data and capacity usage, which DataSync Discovery collects about a specific resource in your-premises storage system.
This is a variant of
describeStorageSystemResourceMetrics(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.DescribeStorageSystemResourceMetricsPublisher publisher = client.describeStorageSystemResourceMetricsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.DescribeStorageSystemResourceMetricsPublisher publisher = client.describeStorageSystemResourceMetricsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describeStorageSystemResourceMetrics(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourceMetricsRequest)
operation.This is a convenience which creates an instance of the
DescribeStorageSystemResourceMetricsRequest.Builder
avoiding the need to create one manually viaDescribeStorageSystemResourceMetricsRequest.builder()
- Parameters:
describeStorageSystemResourceMetricsRequest
- AConsumer
that will call methods onDescribeStorageSystemResourceMetricsRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystemResources
default CompletableFuture<DescribeStorageSystemResourcesResponse> describeStorageSystemResources(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest) Returns information that DataSync Discovery collects about resources in your on-premises storage system.
- Parameters:
describeStorageSystemResourcesRequest
-- Returns:
- A Java Future containing the result of the DescribeStorageSystemResources operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystemResources
default CompletableFuture<DescribeStorageSystemResourcesResponse> describeStorageSystemResources(Consumer<DescribeStorageSystemResourcesRequest.Builder> describeStorageSystemResourcesRequest) Returns information that DataSync Discovery collects about resources in your on-premises storage system.
This is a convenience which creates an instance of the
DescribeStorageSystemResourcesRequest.Builder
avoiding the need to create one manually viaDescribeStorageSystemResourcesRequest.builder()
- Parameters:
describeStorageSystemResourcesRequest
- AConsumer
that will call methods onDescribeStorageSystemResourcesRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the DescribeStorageSystemResources operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystemResourcesPaginator
default DescribeStorageSystemResourcesPublisher describeStorageSystemResourcesPaginator(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest) Returns information that DataSync Discovery collects about resources in your on-premises storage system.
This is a variant of
describeStorageSystemResources(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.DescribeStorageSystemResourcesPublisher publisher = client.describeStorageSystemResourcesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.DescribeStorageSystemResourcesPublisher publisher = client.describeStorageSystemResourcesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describeStorageSystemResources(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesRequest)
operation.- Parameters:
describeStorageSystemResourcesRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeStorageSystemResourcesPaginator
default DescribeStorageSystemResourcesPublisher describeStorageSystemResourcesPaginator(Consumer<DescribeStorageSystemResourcesRequest.Builder> describeStorageSystemResourcesRequest) Returns information that DataSync Discovery collects about resources in your on-premises storage system.
This is a variant of
describeStorageSystemResources(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.DescribeStorageSystemResourcesPublisher publisher = client.describeStorageSystemResourcesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.DescribeStorageSystemResourcesPublisher publisher = client.describeStorageSystemResourcesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describeStorageSystemResources(software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesRequest)
operation.This is a convenience which creates an instance of the
DescribeStorageSystemResourcesRequest.Builder
avoiding the need to create one manually viaDescribeStorageSystemResourcesRequest.builder()
- Parameters:
describeStorageSystemResourcesRequest
- AConsumer
that will call methods onDescribeStorageSystemResourcesRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeTask
default CompletableFuture<DescribeTaskResponse> describeTask(DescribeTaskRequest describeTaskRequest) Provides information about an DataSync transfer task.
- Parameters:
describeTaskRequest
- DescribeTaskRequest- Returns:
- A Java Future containing the result of the DescribeTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeTask
default CompletableFuture<DescribeTaskResponse> describeTask(Consumer<DescribeTaskRequest.Builder> describeTaskRequest) Provides information about an DataSync transfer task.
This is a convenience which creates an instance of the
DescribeTaskRequest.Builder
avoiding the need to create one manually viaDescribeTaskRequest.builder()
- Parameters:
describeTaskRequest
- AConsumer
that will call methods onDescribeTaskRequest.Builder
to create a request. DescribeTaskRequest- Returns:
- A Java Future containing the result of the DescribeTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeTaskExecution
default CompletableFuture<DescribeTaskExecutionResponse> describeTaskExecution(DescribeTaskExecutionRequest describeTaskExecutionRequest) Provides information about an execution of your DataSync task. You can use this operation to help monitor the progress of an ongoing transfer or check the results of the transfer.
- Parameters:
describeTaskExecutionRequest
- DescribeTaskExecutionRequest- Returns:
- A Java Future containing the result of the DescribeTaskExecution operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
describeTaskExecution
default CompletableFuture<DescribeTaskExecutionResponse> describeTaskExecution(Consumer<DescribeTaskExecutionRequest.Builder> describeTaskExecutionRequest) Provides information about an execution of your DataSync task. You can use this operation to help monitor the progress of an ongoing transfer or check the results of the transfer.
This is a convenience which creates an instance of the
DescribeTaskExecutionRequest.Builder
avoiding the need to create one manually viaDescribeTaskExecutionRequest.builder()
- Parameters:
describeTaskExecutionRequest
- AConsumer
that will call methods onDescribeTaskExecutionRequest.Builder
to create a request. DescribeTaskExecutionRequest- Returns:
- A Java Future containing the result of the DescribeTaskExecution operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
generateRecommendations
default CompletableFuture<GenerateRecommendationsResponse> generateRecommendations(GenerateRecommendationsRequest generateRecommendationsRequest) Creates recommendations about where to migrate your data to in Amazon Web Services. Recommendations are generated based on information that DataSync Discovery collects about your on-premises storage system's resources. For more information, see Recommendations provided by DataSync Discovery.
Once generated, you can view your recommendations by using the DescribeStorageSystemResources operation.
- Parameters:
generateRecommendationsRequest
-- Returns:
- A Java Future containing the result of the GenerateRecommendations operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
generateRecommendations
default CompletableFuture<GenerateRecommendationsResponse> generateRecommendations(Consumer<GenerateRecommendationsRequest.Builder> generateRecommendationsRequest) Creates recommendations about where to migrate your data to in Amazon Web Services. Recommendations are generated based on information that DataSync Discovery collects about your on-premises storage system's resources. For more information, see Recommendations provided by DataSync Discovery.
Once generated, you can view your recommendations by using the DescribeStorageSystemResources operation.
This is a convenience which creates an instance of the
GenerateRecommendationsRequest.Builder
avoiding the need to create one manually viaGenerateRecommendationsRequest.builder()
- Parameters:
generateRecommendationsRequest
- AConsumer
that will call methods onGenerateRecommendationsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the GenerateRecommendations operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listAgents
Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.
With pagination, you can reduce the number of agents returned in a response. If you get a truncated list of agents in a response, the response contains a marker that you can specify in your next request to fetch the next page of agents.
ListAgents
is eventually consistent. This means the result of running the operation might not reflect that you just created or deleted an agent. For example, if you create an agent with CreateAgent and then immediately runListAgents
, that agent might not show up in the list right away. In situations like this, you can always confirm whether an agent has been created (or deleted) by using DescribeAgent.- Parameters:
listAgentsRequest
- ListAgentsRequest- Returns:
- A Java Future containing the result of the ListAgents operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listAgents
default CompletableFuture<ListAgentsResponse> listAgents(Consumer<ListAgentsRequest.Builder> listAgentsRequest) Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.
With pagination, you can reduce the number of agents returned in a response. If you get a truncated list of agents in a response, the response contains a marker that you can specify in your next request to fetch the next page of agents.
ListAgents
is eventually consistent. This means the result of running the operation might not reflect that you just created or deleted an agent. For example, if you create an agent with CreateAgent and then immediately runListAgents
, that agent might not show up in the list right away. In situations like this, you can always confirm whether an agent has been created (or deleted) by using DescribeAgent.
This is a convenience which creates an instance of the
ListAgentsRequest.Builder
avoiding the need to create one manually viaListAgentsRequest.builder()
- Parameters:
listAgentsRequest
- AConsumer
that will call methods onListAgentsRequest.Builder
to create a request. ListAgentsRequest- Returns:
- A Java Future containing the result of the ListAgents operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listAgents
Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.
With pagination, you can reduce the number of agents returned in a response. If you get a truncated list of agents in a response, the response contains a marker that you can specify in your next request to fetch the next page of agents.
ListAgents
is eventually consistent. This means the result of running the operation might not reflect that you just created or deleted an agent. For example, if you create an agent with CreateAgent and then immediately runListAgents
, that agent might not show up in the list right away. In situations like this, you can always confirm whether an agent has been created (or deleted) by using DescribeAgent.- Returns:
- A Java Future containing the result of the ListAgents operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listAgentsPaginator
Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.
With pagination, you can reduce the number of agents returned in a response. If you get a truncated list of agents in a response, the response contains a marker that you can specify in your next request to fetch the next page of agents.
ListAgents
is eventually consistent. This means the result of running the operation might not reflect that you just created or deleted an agent. For example, if you create an agent with CreateAgent and then immediately runListAgents
, that agent might not show up in the list right away. In situations like this, you can always confirm whether an agent has been created (or deleted) by using DescribeAgent.
This is a variant of
listAgents(software.amazon.awssdk.services.datasync.model.ListAgentsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListAgentsPublisher publisher = client.listAgentsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListAgentsPublisher publisher = client.listAgentsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListAgentsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListAgentsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAgents(software.amazon.awssdk.services.datasync.model.ListAgentsRequest)
operation.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listAgentsPaginator
Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.
With pagination, you can reduce the number of agents returned in a response. If you get a truncated list of agents in a response, the response contains a marker that you can specify in your next request to fetch the next page of agents.
ListAgents
is eventually consistent. This means the result of running the operation might not reflect that you just created or deleted an agent. For example, if you create an agent with CreateAgent and then immediately runListAgents
, that agent might not show up in the list right away. In situations like this, you can always confirm whether an agent has been created (or deleted) by using DescribeAgent.
This is a variant of
listAgents(software.amazon.awssdk.services.datasync.model.ListAgentsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListAgentsPublisher publisher = client.listAgentsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListAgentsPublisher publisher = client.listAgentsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListAgentsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListAgentsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAgents(software.amazon.awssdk.services.datasync.model.ListAgentsRequest)
operation.- Parameters:
listAgentsRequest
- ListAgentsRequest- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listAgentsPaginator
default ListAgentsPublisher listAgentsPaginator(Consumer<ListAgentsRequest.Builder> listAgentsRequest) Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.
With pagination, you can reduce the number of agents returned in a response. If you get a truncated list of agents in a response, the response contains a marker that you can specify in your next request to fetch the next page of agents.
ListAgents
is eventually consistent. This means the result of running the operation might not reflect that you just created or deleted an agent. For example, if you create an agent with CreateAgent and then immediately runListAgents
, that agent might not show up in the list right away. In situations like this, you can always confirm whether an agent has been created (or deleted) by using DescribeAgent.
This is a variant of
listAgents(software.amazon.awssdk.services.datasync.model.ListAgentsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListAgentsPublisher publisher = client.listAgentsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListAgentsPublisher publisher = client.listAgentsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListAgentsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListAgentsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAgents(software.amazon.awssdk.services.datasync.model.ListAgentsRequest)
operation.This is a convenience which creates an instance of the
ListAgentsRequest.Builder
avoiding the need to create one manually viaListAgentsRequest.builder()
- Parameters:
listAgentsRequest
- AConsumer
that will call methods onListAgentsRequest.Builder
to create a request. ListAgentsRequest- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDiscoveryJobs
default CompletableFuture<ListDiscoveryJobsResponse> listDiscoveryJobs(ListDiscoveryJobsRequest listDiscoveryJobsRequest) Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account where you're using DataSync Discovery.
- Parameters:
listDiscoveryJobsRequest
-- Returns:
- A Java Future containing the result of the ListDiscoveryJobs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDiscoveryJobs
default CompletableFuture<ListDiscoveryJobsResponse> listDiscoveryJobs(Consumer<ListDiscoveryJobsRequest.Builder> listDiscoveryJobsRequest) Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account where you're using DataSync Discovery.
This is a convenience which creates an instance of the
ListDiscoveryJobsRequest.Builder
avoiding the need to create one manually viaListDiscoveryJobsRequest.builder()
- Parameters:
listDiscoveryJobsRequest
- AConsumer
that will call methods onListDiscoveryJobsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListDiscoveryJobs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDiscoveryJobsPaginator
default ListDiscoveryJobsPublisher listDiscoveryJobsPaginator(ListDiscoveryJobsRequest listDiscoveryJobsRequest) Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account where you're using DataSync Discovery.
This is a variant of
listDiscoveryJobs(software.amazon.awssdk.services.datasync.model.ListDiscoveryJobsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListDiscoveryJobsPublisher publisher = client.listDiscoveryJobsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListDiscoveryJobsPublisher publisher = client.listDiscoveryJobsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListDiscoveryJobsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListDiscoveryJobsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDiscoveryJobs(software.amazon.awssdk.services.datasync.model.ListDiscoveryJobsRequest)
operation.- Parameters:
listDiscoveryJobsRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listDiscoveryJobsPaginator
default ListDiscoveryJobsPublisher listDiscoveryJobsPaginator(Consumer<ListDiscoveryJobsRequest.Builder> listDiscoveryJobsRequest) Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account where you're using DataSync Discovery.
This is a variant of
listDiscoveryJobs(software.amazon.awssdk.services.datasync.model.ListDiscoveryJobsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListDiscoveryJobsPublisher publisher = client.listDiscoveryJobsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListDiscoveryJobsPublisher publisher = client.listDiscoveryJobsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListDiscoveryJobsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListDiscoveryJobsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDiscoveryJobs(software.amazon.awssdk.services.datasync.model.ListDiscoveryJobsRequest)
operation.This is a convenience which creates an instance of the
ListDiscoveryJobsRequest.Builder
avoiding the need to create one manually viaListDiscoveryJobsRequest.builder()
- Parameters:
listDiscoveryJobsRequest
- AConsumer
that will call methods onListDiscoveryJobsRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLocations
default CompletableFuture<ListLocationsResponse> listLocations(ListLocationsRequest listLocationsRequest) Returns a list of source and destination locations.
If you have more locations than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a token that you can specify in your next request to fetch the next page of locations.
- Parameters:
listLocationsRequest
- ListLocationsRequest- Returns:
- A Java Future containing the result of the ListLocations operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLocations
default CompletableFuture<ListLocationsResponse> listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest) Returns a list of source and destination locations.
If you have more locations than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a token that you can specify in your next request to fetch the next page of locations.
This is a convenience which creates an instance of the
ListLocationsRequest.Builder
avoiding the need to create one manually viaListLocationsRequest.builder()
- Parameters:
listLocationsRequest
- AConsumer
that will call methods onListLocationsRequest.Builder
to create a request. ListLocationsRequest- Returns:
- A Java Future containing the result of the ListLocations operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLocations
Returns a list of source and destination locations.
If you have more locations than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a token that you can specify in your next request to fetch the next page of locations.
- Returns:
- A Java Future containing the result of the ListLocations operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLocationsPaginator
Returns a list of source and destination locations.
If you have more locations than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a token that you can specify in your next request to fetch the next page of locations.
This is a variant of
listLocations(software.amazon.awssdk.services.datasync.model.ListLocationsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListLocationsPublisher publisher = client.listLocationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListLocationsPublisher publisher = client.listLocationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListLocationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListLocationsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLocations(software.amazon.awssdk.services.datasync.model.ListLocationsRequest)
operation.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLocationsPaginator
Returns a list of source and destination locations.
If you have more locations than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a token that you can specify in your next request to fetch the next page of locations.
This is a variant of
listLocations(software.amazon.awssdk.services.datasync.model.ListLocationsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListLocationsPublisher publisher = client.listLocationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListLocationsPublisher publisher = client.listLocationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListLocationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListLocationsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLocations(software.amazon.awssdk.services.datasync.model.ListLocationsRequest)
operation.- Parameters:
listLocationsRequest
- ListLocationsRequest- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listLocationsPaginator
default ListLocationsPublisher listLocationsPaginator(Consumer<ListLocationsRequest.Builder> listLocationsRequest) Returns a list of source and destination locations.
If you have more locations than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a token that you can specify in your next request to fetch the next page of locations.
This is a variant of
listLocations(software.amazon.awssdk.services.datasync.model.ListLocationsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListLocationsPublisher publisher = client.listLocationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListLocationsPublisher publisher = client.listLocationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListLocationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListLocationsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLocations(software.amazon.awssdk.services.datasync.model.ListLocationsRequest)
operation.This is a convenience which creates an instance of the
ListLocationsRequest.Builder
avoiding the need to create one manually viaListLocationsRequest.builder()
- Parameters:
listLocationsRequest
- AConsumer
that will call methods onListLocationsRequest.Builder
to create a request. ListLocationsRequest- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listStorageSystems
default CompletableFuture<ListStorageSystemsResponse> listStorageSystems(ListStorageSystemsRequest listStorageSystemsRequest) Lists the on-premises storage systems that you're using with DataSync Discovery.
- Parameters:
listStorageSystemsRequest
-- Returns:
- A Java Future containing the result of the ListStorageSystems operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listStorageSystems
default CompletableFuture<ListStorageSystemsResponse> listStorageSystems(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest) Lists the on-premises storage systems that you're using with DataSync Discovery.
This is a convenience which creates an instance of the
ListStorageSystemsRequest.Builder
avoiding the need to create one manually viaListStorageSystemsRequest.builder()
- Parameters:
listStorageSystemsRequest
- AConsumer
that will call methods onListStorageSystemsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the ListStorageSystems operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listStorageSystemsPaginator
default ListStorageSystemsPublisher listStorageSystemsPaginator(ListStorageSystemsRequest listStorageSystemsRequest) Lists the on-premises storage systems that you're using with DataSync Discovery.
This is a variant of
listStorageSystems(software.amazon.awssdk.services.datasync.model.ListStorageSystemsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListStorageSystemsPublisher publisher = client.listStorageSystemsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListStorageSystemsPublisher publisher = client.listStorageSystemsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListStorageSystemsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListStorageSystemsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listStorageSystems(software.amazon.awssdk.services.datasync.model.ListStorageSystemsRequest)
operation.- Parameters:
listStorageSystemsRequest
-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listStorageSystemsPaginator
default ListStorageSystemsPublisher listStorageSystemsPaginator(Consumer<ListStorageSystemsRequest.Builder> listStorageSystemsRequest) Lists the on-premises storage systems that you're using with DataSync Discovery.
This is a variant of
listStorageSystems(software.amazon.awssdk.services.datasync.model.ListStorageSystemsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListStorageSystemsPublisher publisher = client.listStorageSystemsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListStorageSystemsPublisher publisher = client.listStorageSystemsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListStorageSystemsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListStorageSystemsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listStorageSystems(software.amazon.awssdk.services.datasync.model.ListStorageSystemsRequest)
operation.This is a convenience which creates an instance of the
ListStorageSystemsRequest.Builder
avoiding the need to create one manually viaListStorageSystemsRequest.builder()
- Parameters:
listStorageSystemsRequest
- AConsumer
that will call methods onListStorageSystemsRequest.Builder
to create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Returns all the tags associated with an Amazon Web Services resource.
- Parameters:
listTagsForResourceRequest
- ListTagsForResourceRequest- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns all the tags associated with an Amazon Web Services resource.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builder
avoiding the need to create one manually viaListTagsForResourceRequest.builder()
- Parameters:
listTagsForResourceRequest
- AConsumer
that will call methods onListTagsForResourceRequest.Builder
to create a request. ListTagsForResourceRequest- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTagsForResourcePaginator
default ListTagsForResourcePublisher listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest) Returns all the tags associated with an Amazon Web Services resource.
This is a variant of
listTagsForResource(software.amazon.awssdk.services.datasync.model.ListTagsForResourceRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListTagsForResourcePublisher publisher = client.listTagsForResourcePaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListTagsForResourcePublisher publisher = client.listTagsForResourcePaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListTagsForResourceResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListTagsForResourceResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTagsForResource(software.amazon.awssdk.services.datasync.model.ListTagsForResourceRequest)
operation.- Parameters:
listTagsForResourceRequest
- ListTagsForResourceRequest- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTagsForResourcePaginator
default ListTagsForResourcePublisher listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns all the tags associated with an Amazon Web Services resource.
This is a variant of
listTagsForResource(software.amazon.awssdk.services.datasync.model.ListTagsForResourceRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListTagsForResourcePublisher publisher = client.listTagsForResourcePaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListTagsForResourcePublisher publisher = client.listTagsForResourcePaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListTagsForResourceResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListTagsForResourceResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTagsForResource(software.amazon.awssdk.services.datasync.model.ListTagsForResourceRequest)
operation.This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builder
avoiding the need to create one manually viaListTagsForResourceRequest.builder()
- Parameters:
listTagsForResourceRequest
- AConsumer
that will call methods onListTagsForResourceRequest.Builder
to create a request. ListTagsForResourceRequest- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTaskExecutions
default CompletableFuture<ListTaskExecutionsResponse> listTaskExecutions(ListTaskExecutionsRequest listTaskExecutionsRequest) Returns a list of executed tasks.
- Parameters:
listTaskExecutionsRequest
- ListTaskExecutions- Returns:
- A Java Future containing the result of the ListTaskExecutions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTaskExecutions
default CompletableFuture<ListTaskExecutionsResponse> listTaskExecutions(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest) Returns a list of executed tasks.
This is a convenience which creates an instance of the
ListTaskExecutionsRequest.Builder
avoiding the need to create one manually viaListTaskExecutionsRequest.builder()
- Parameters:
listTaskExecutionsRequest
- AConsumer
that will call methods onListTaskExecutionsRequest.Builder
to create a request. ListTaskExecutions- Returns:
- A Java Future containing the result of the ListTaskExecutions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTaskExecutions
Returns a list of executed tasks.
- Returns:
- A Java Future containing the result of the ListTaskExecutions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTaskExecutionsPaginator
Returns a list of executed tasks.
This is a variant of
listTaskExecutions(software.amazon.awssdk.services.datasync.model.ListTaskExecutionsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListTaskExecutionsPublisher publisher = client.listTaskExecutionsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListTaskExecutionsPublisher publisher = client.listTaskExecutionsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListTaskExecutionsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListTaskExecutionsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTaskExecutions(software.amazon.awssdk.services.datasync.model.ListTaskExecutionsRequest)
operation.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTaskExecutionsPaginator
default ListTaskExecutionsPublisher listTaskExecutionsPaginator(ListTaskExecutionsRequest listTaskExecutionsRequest) Returns a list of executed tasks.
This is a variant of
listTaskExecutions(software.amazon.awssdk.services.datasync.model.ListTaskExecutionsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListTaskExecutionsPublisher publisher = client.listTaskExecutionsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListTaskExecutionsPublisher publisher = client.listTaskExecutionsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListTaskExecutionsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListTaskExecutionsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTaskExecutions(software.amazon.awssdk.services.datasync.model.ListTaskExecutionsRequest)
operation.- Parameters:
listTaskExecutionsRequest
- ListTaskExecutions- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTaskExecutionsPaginator
default ListTaskExecutionsPublisher listTaskExecutionsPaginator(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest) Returns a list of executed tasks.
This is a variant of
listTaskExecutions(software.amazon.awssdk.services.datasync.model.ListTaskExecutionsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListTaskExecutionsPublisher publisher = client.listTaskExecutionsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListTaskExecutionsPublisher publisher = client.listTaskExecutionsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListTaskExecutionsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListTaskExecutionsResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTaskExecutions(software.amazon.awssdk.services.datasync.model.ListTaskExecutionsRequest)
operation.This is a convenience which creates an instance of the
ListTaskExecutionsRequest.Builder
avoiding the need to create one manually viaListTaskExecutionsRequest.builder()
- Parameters:
listTaskExecutionsRequest
- AConsumer
that will call methods onListTaskExecutionsRequest.Builder
to create a request. ListTaskExecutions- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTasks
Returns a list of the DataSync tasks you created.
- Parameters:
listTasksRequest
- ListTasksRequest- Returns:
- A Java Future containing the result of the ListTasks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTasks
default CompletableFuture<ListTasksResponse> listTasks(Consumer<ListTasksRequest.Builder> listTasksRequest) Returns a list of the DataSync tasks you created.
This is a convenience which creates an instance of the
ListTasksRequest.Builder
avoiding the need to create one manually viaListTasksRequest.builder()
- Parameters:
listTasksRequest
- AConsumer
that will call methods onListTasksRequest.Builder
to create a request. ListTasksRequest- Returns:
- A Java Future containing the result of the ListTasks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTasks
Returns a list of the DataSync tasks you created.
- Returns:
- A Java Future containing the result of the ListTasks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTasksPaginator
Returns a list of the DataSync tasks you created.
This is a variant of
listTasks(software.amazon.awssdk.services.datasync.model.ListTasksRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListTasksPublisher publisher = client.listTasksPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListTasksPublisher publisher = client.listTasksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListTasksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListTasksResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTasks(software.amazon.awssdk.services.datasync.model.ListTasksRequest)
operation.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTasksPaginator
Returns a list of the DataSync tasks you created.
This is a variant of
listTasks(software.amazon.awssdk.services.datasync.model.ListTasksRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListTasksPublisher publisher = client.listTasksPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListTasksPublisher publisher = client.listTasksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListTasksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListTasksResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTasks(software.amazon.awssdk.services.datasync.model.ListTasksRequest)
operation.- Parameters:
listTasksRequest
- ListTasksRequest- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
listTasksPaginator
Returns a list of the DataSync tasks you created.
This is a variant of
listTasks(software.amazon.awssdk.services.datasync.model.ListTasksRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber)
. Each call to the subscribe method will result in a newSubscription
i.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper methodsoftware.amazon.awssdk.services.datasync.paginators.ListTasksPublisher publisher = client.listTasksPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
software.amazon.awssdk.services.datasync.paginators.ListTasksPublisher publisher = client.listTasksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.datasync.model.ListTasksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.datasync.model.ListTasksResponse response) { //... }; });
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTasks(software.amazon.awssdk.services.datasync.model.ListTasksRequest)
operation.This is a convenience which creates an instance of the
ListTasksRequest.Builder
avoiding the need to create one manually viaListTasksRequest.builder()
- Parameters:
listTasksRequest
- AConsumer
that will call methods onListTasksRequest.Builder
to create a request. ListTasksRequest- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
removeStorageSystem
default CompletableFuture<RemoveStorageSystemResponse> removeStorageSystem(RemoveStorageSystemRequest removeStorageSystemRequest) Permanently removes a storage system resource from DataSync Discovery, including the associated discovery jobs, collected data, and recommendations.
- Parameters:
removeStorageSystemRequest
-- Returns:
- A Java Future containing the result of the RemoveStorageSystem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
removeStorageSystem
default CompletableFuture<RemoveStorageSystemResponse> removeStorageSystem(Consumer<RemoveStorageSystemRequest.Builder> removeStorageSystemRequest) Permanently removes a storage system resource from DataSync Discovery, including the associated discovery jobs, collected data, and recommendations.
This is a convenience which creates an instance of the
RemoveStorageSystemRequest.Builder
avoiding the need to create one manually viaRemoveStorageSystemRequest.builder()
- Parameters:
removeStorageSystemRequest
- AConsumer
that will call methods onRemoveStorageSystemRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the RemoveStorageSystem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
startDiscoveryJob
default CompletableFuture<StartDiscoveryJobResponse> startDiscoveryJob(StartDiscoveryJobRequest startDiscoveryJobRequest) Runs a DataSync discovery job on your on-premises storage system. If you haven't added the storage system to DataSync Discovery yet, do this first by using the AddStorageSystem operation.
- Parameters:
startDiscoveryJobRequest
-- Returns:
- A Java Future containing the result of the StartDiscoveryJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
startDiscoveryJob
default CompletableFuture<StartDiscoveryJobResponse> startDiscoveryJob(Consumer<StartDiscoveryJobRequest.Builder> startDiscoveryJobRequest) Runs a DataSync discovery job on your on-premises storage system. If you haven't added the storage system to DataSync Discovery yet, do this first by using the AddStorageSystem operation.
This is a convenience which creates an instance of the
StartDiscoveryJobRequest.Builder
avoiding the need to create one manually viaStartDiscoveryJobRequest.builder()
- Parameters:
startDiscoveryJobRequest
- AConsumer
that will call methods onStartDiscoveryJobRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the StartDiscoveryJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
startTaskExecution
default CompletableFuture<StartTaskExecutionResponse> startTaskExecution(StartTaskExecutionRequest startTaskExecutionRequest) Starts an DataSync transfer task. For each task, you can only run one task execution at a time.
There are several phases to a task execution. For more information, see Task execution statuses.
If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
- Parameters:
startTaskExecutionRequest
- StartTaskExecutionRequest- Returns:
- A Java Future containing the result of the StartTaskExecution operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
startTaskExecution
default CompletableFuture<StartTaskExecutionResponse> startTaskExecution(Consumer<StartTaskExecutionRequest.Builder> startTaskExecutionRequest) Starts an DataSync transfer task. For each task, you can only run one task execution at a time.
There are several phases to a task execution. For more information, see Task execution statuses.
If you're planning to transfer data to or from an Amazon S3 location, review how DataSync can affect your S3 request charges and the DataSync pricing page before you begin.
This is a convenience which creates an instance of the
StartTaskExecutionRequest.Builder
avoiding the need to create one manually viaStartTaskExecutionRequest.builder()
- Parameters:
startTaskExecutionRequest
- AConsumer
that will call methods onStartTaskExecutionRequest.Builder
to create a request. StartTaskExecutionRequest- Returns:
- A Java Future containing the result of the StartTaskExecution operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
stopDiscoveryJob
default CompletableFuture<StopDiscoveryJobResponse> stopDiscoveryJob(StopDiscoveryJobRequest stopDiscoveryJobRequest) Stops a running DataSync discovery job.
You can stop a discovery job anytime. A job that's stopped before it's scheduled to end likely will provide you some information about your on-premises storage system resources. To get recommendations for a stopped job, you must use the GenerateRecommendations operation.
- Parameters:
stopDiscoveryJobRequest
-- Returns:
- A Java Future containing the result of the StopDiscoveryJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
stopDiscoveryJob
default CompletableFuture<StopDiscoveryJobResponse> stopDiscoveryJob(Consumer<StopDiscoveryJobRequest.Builder> stopDiscoveryJobRequest) Stops a running DataSync discovery job.
You can stop a discovery job anytime. A job that's stopped before it's scheduled to end likely will provide you some information about your on-premises storage system resources. To get recommendations for a stopped job, you must use the GenerateRecommendations operation.
This is a convenience which creates an instance of the
StopDiscoveryJobRequest.Builder
avoiding the need to create one manually viaStopDiscoveryJobRequest.builder()
- Parameters:
stopDiscoveryJobRequest
- AConsumer
that will call methods onStopDiscoveryJobRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the StopDiscoveryJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
tagResource
Applies a tag to an Amazon Web Services resource. Tags are key-value pairs that can help you manage, filter, and search for your resources.
These include DataSync resources, such as locations, tasks, and task executions.
- Parameters:
tagResourceRequest
- TagResourceRequest- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
tagResource
default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Applies a tag to an Amazon Web Services resource. Tags are key-value pairs that can help you manage, filter, and search for your resources.
These include DataSync resources, such as locations, tasks, and task executions.
This is a convenience which creates an instance of the
TagResourceRequest.Builder
avoiding the need to create one manually viaTagResourceRequest.builder()
- Parameters:
tagResourceRequest
- AConsumer
that will call methods onTagResourceRequest.Builder
to create a request. TagResourceRequest- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest) Removes tags from an Amazon Web Services resource.
- Parameters:
untagResourceRequest
- UntagResourceRequest- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes tags from an Amazon Web Services resource.
This is a convenience which creates an instance of the
UntagResourceRequest.Builder
avoiding the need to create one manually viaUntagResourceRequest.builder()
- Parameters:
untagResourceRequest
- AConsumer
that will call methods onUntagResourceRequest.Builder
to create a request. UntagResourceRequest- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateAgent
Updates the name of an DataSync agent.
- Parameters:
updateAgentRequest
- UpdateAgentRequest- Returns:
- A Java Future containing the result of the UpdateAgent operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateAgent
default CompletableFuture<UpdateAgentResponse> updateAgent(Consumer<UpdateAgentRequest.Builder> updateAgentRequest) Updates the name of an DataSync agent.
This is a convenience which creates an instance of the
UpdateAgentRequest.Builder
avoiding the need to create one manually viaUpdateAgentRequest.builder()
- Parameters:
updateAgentRequest
- AConsumer
that will call methods onUpdateAgentRequest.Builder
to create a request. UpdateAgentRequest- Returns:
- A Java Future containing the result of the UpdateAgent operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateDiscoveryJob
default CompletableFuture<UpdateDiscoveryJobResponse> updateDiscoveryJob(UpdateDiscoveryJobRequest updateDiscoveryJobRequest) Edits a DataSync discovery job configuration.
- Parameters:
updateDiscoveryJobRequest
-- Returns:
- A Java Future containing the result of the UpdateDiscoveryJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateDiscoveryJob
default CompletableFuture<UpdateDiscoveryJobResponse> updateDiscoveryJob(Consumer<UpdateDiscoveryJobRequest.Builder> updateDiscoveryJobRequest) Edits a DataSync discovery job configuration.
This is a convenience which creates an instance of the
UpdateDiscoveryJobRequest.Builder
avoiding the need to create one manually viaUpdateDiscoveryJobRequest.builder()
- Parameters:
updateDiscoveryJobRequest
- AConsumer
that will call methods onUpdateDiscoveryJobRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateDiscoveryJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationAzureBlob
default CompletableFuture<UpdateLocationAzureBlobResponse> updateLocationAzureBlob(UpdateLocationAzureBlobRequest updateLocationAzureBlobRequest) Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.
- Parameters:
updateLocationAzureBlobRequest
-- Returns:
- A Java Future containing the result of the UpdateLocationAzureBlob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationAzureBlob
default CompletableFuture<UpdateLocationAzureBlobResponse> updateLocationAzureBlob(Consumer<UpdateLocationAzureBlobRequest.Builder> updateLocationAzureBlobRequest) Modifies some configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.
This is a convenience which creates an instance of the
UpdateLocationAzureBlobRequest.Builder
avoiding the need to create one manually viaUpdateLocationAzureBlobRequest.builder()
- Parameters:
updateLocationAzureBlobRequest
- AConsumer
that will call methods onUpdateLocationAzureBlobRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateLocationAzureBlob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationHdfs
default CompletableFuture<UpdateLocationHdfsResponse> updateLocationHdfs(UpdateLocationHdfsRequest updateLocationHdfsRequest) Updates some parameters of a previously created location for a Hadoop Distributed File System cluster.
- Parameters:
updateLocationHdfsRequest
-- Returns:
- A Java Future containing the result of the UpdateLocationHdfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationHdfs
default CompletableFuture<UpdateLocationHdfsResponse> updateLocationHdfs(Consumer<UpdateLocationHdfsRequest.Builder> updateLocationHdfsRequest) Updates some parameters of a previously created location for a Hadoop Distributed File System cluster.
This is a convenience which creates an instance of the
UpdateLocationHdfsRequest.Builder
avoiding the need to create one manually viaUpdateLocationHdfsRequest.builder()
- Parameters:
updateLocationHdfsRequest
- AConsumer
that will call methods onUpdateLocationHdfsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateLocationHdfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationNfs
default CompletableFuture<UpdateLocationNfsResponse> updateLocationNfs(UpdateLocationNfsRequest updateLocationNfsRequest) Modifies some configurations of the Network File System (NFS) transfer location that you're using with DataSync.
For more information, see Configuring transfers to or from an NFS file server.
- Parameters:
updateLocationNfsRequest
-- Returns:
- A Java Future containing the result of the UpdateLocationNfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationNfs
default CompletableFuture<UpdateLocationNfsResponse> updateLocationNfs(Consumer<UpdateLocationNfsRequest.Builder> updateLocationNfsRequest) Modifies some configurations of the Network File System (NFS) transfer location that you're using with DataSync.
For more information, see Configuring transfers to or from an NFS file server.
This is a convenience which creates an instance of the
UpdateLocationNfsRequest.Builder
avoiding the need to create one manually viaUpdateLocationNfsRequest.builder()
- Parameters:
updateLocationNfsRequest
- AConsumer
that will call methods onUpdateLocationNfsRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateLocationNfs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationObjectStorage
default CompletableFuture<UpdateLocationObjectStorageResponse> updateLocationObjectStorage(UpdateLocationObjectStorageRequest updateLocationObjectStorageRequest) Updates some parameters of an existing object storage location that DataSync accesses for a transfer. For information about creating a self-managed object storage location, see Creating a location for object storage.
- Parameters:
updateLocationObjectStorageRequest
-- Returns:
- A Java Future containing the result of the UpdateLocationObjectStorage operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationObjectStorage
default CompletableFuture<UpdateLocationObjectStorageResponse> updateLocationObjectStorage(Consumer<UpdateLocationObjectStorageRequest.Builder> updateLocationObjectStorageRequest) Updates some parameters of an existing object storage location that DataSync accesses for a transfer. For information about creating a self-managed object storage location, see Creating a location for object storage.
This is a convenience which creates an instance of the
UpdateLocationObjectStorageRequest.Builder
avoiding the need to create one manually viaUpdateLocationObjectStorageRequest.builder()
- Parameters:
updateLocationObjectStorageRequest
- AConsumer
that will call methods onUpdateLocationObjectStorageRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateLocationObjectStorage operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationSmb
default CompletableFuture<UpdateLocationSmbResponse> updateLocationSmb(UpdateLocationSmbRequest updateLocationSmbRequest) Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.
- Parameters:
updateLocationSmbRequest
-- Returns:
- A Java Future containing the result of the UpdateLocationSmb operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateLocationSmb
default CompletableFuture<UpdateLocationSmbResponse> updateLocationSmb(Consumer<UpdateLocationSmbRequest.Builder> updateLocationSmbRequest) Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.
This is a convenience which creates an instance of the
UpdateLocationSmbRequest.Builder
avoiding the need to create one manually viaUpdateLocationSmbRequest.builder()
- Parameters:
updateLocationSmbRequest
- AConsumer
that will call methods onUpdateLocationSmbRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateLocationSmb operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateStorageSystem
default CompletableFuture<UpdateStorageSystemResponse> updateStorageSystem(UpdateStorageSystemRequest updateStorageSystemRequest) Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.
- Parameters:
updateStorageSystemRequest
-- Returns:
- A Java Future containing the result of the UpdateStorageSystem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateStorageSystem
default CompletableFuture<UpdateStorageSystemResponse> updateStorageSystem(Consumer<UpdateStorageSystemRequest.Builder> updateStorageSystemRequest) Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.
This is a convenience which creates an instance of the
UpdateStorageSystemRequest.Builder
avoiding the need to create one manually viaUpdateStorageSystemRequest.builder()
- Parameters:
updateStorageSystemRequest
- AConsumer
that will call methods onUpdateStorageSystemRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateStorageSystem operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateTask
Updates the configuration of a DataSync transfer task.
- Parameters:
updateTaskRequest
- UpdateTaskResponse- Returns:
- A Java Future containing the result of the UpdateTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateTask
default CompletableFuture<UpdateTaskResponse> updateTask(Consumer<UpdateTaskRequest.Builder> updateTaskRequest) Updates the configuration of a DataSync transfer task.
This is a convenience which creates an instance of the
UpdateTaskRequest.Builder
avoiding the need to create one manually viaUpdateTaskRequest.builder()
- Parameters:
updateTaskRequest
- AConsumer
that will call methods onUpdateTaskRequest.Builder
to create a request. UpdateTaskResponse- Returns:
- A Java Future containing the result of the UpdateTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateTaskExecution
default CompletableFuture<UpdateTaskExecutionResponse> updateTaskExecution(UpdateTaskExecutionRequest updateTaskExecutionRequest) Updates the configuration of a running DataSync task execution.
Currently, the only
Option
that you can modify withUpdateTaskExecution
isBytesPerSecond
, which throttles bandwidth for a running or queued task execution.- Parameters:
updateTaskExecutionRequest
-- Returns:
- A Java Future containing the result of the UpdateTaskExecution operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
updateTaskExecution
default CompletableFuture<UpdateTaskExecutionResponse> updateTaskExecution(Consumer<UpdateTaskExecutionRequest.Builder> updateTaskExecutionRequest) Updates the configuration of a running DataSync task execution.
Currently, the only
Option
that you can modify withUpdateTaskExecution
isBytesPerSecond
, which throttles bandwidth for a running or queued task execution.
This is a convenience which creates an instance of the
UpdateTaskExecutionRequest.Builder
avoiding the need to create one manually viaUpdateTaskExecutionRequest.builder()
- Parameters:
updateTaskExecutionRequest
- AConsumer
that will call methods onUpdateTaskExecutionRequest.Builder
to create a request.- Returns:
- A Java Future containing the result of the UpdateTaskExecution operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InvalidRequestException This exception is thrown when the client submits a malformed request.
- InternalException This exception is thrown when an error occurs in the DataSync service.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- DataSyncException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
-
serviceClientConfiguration
Description copied from interface:SdkClient
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfiguration
in interfaceAwsClient
- Specified by:
serviceClientConfiguration
in interfaceSdkClient
- Returns:
- SdkServiceClientConfiguration
-
create
Create aDataSyncAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
builder
Create a builder that can be used to configure and create aDataSyncAsyncClient
.
-