| Package | Description |
|---|---|
| com.amazonaws.services.snowball |
The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to
transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).
|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateClusterResult> |
AmazonSnowballAsyncClient.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AbstractAmazonSnowballAsync.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AmazonSnowballAsync.createClusterAsync(CreateClusterRequest createClusterRequest,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Creates an empty cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.withAddressId(String addressId)
The ID for the address that you want the cluster shipped to.
|
CreateClusterRequest |
CreateClusterRequest.withDescription(String description)
An optional description of this specific cluster, for example
Environmental Data Cluster-01. |
CreateClusterRequest |
CreateClusterRequest.withForwardingAddressId(String forwardingAddressId)
The forwarding address ID for a cluster.
|
CreateClusterRequest |
CreateClusterRequest.withJobType(JobType jobType)
The type of job for this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withJobType(String jobType)
The type of job for this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withKmsKeyARN(String kmsKeyARN)
The
KmsKeyARN value that you want to associate with this cluster. |
CreateClusterRequest |
CreateClusterRequest.withNotification(Notification notification)
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Specifies the service or services on the Snow Family device that your transferred data will be exported from or
imported into.
|
CreateClusterRequest |
CreateClusterRequest.withRemoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal
network.
|
CreateClusterRequest |
CreateClusterRequest.withRemoteManagement(String remoteManagement)
Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal
network.
|
CreateClusterRequest |
CreateClusterRequest.withResources(JobResource resources)
The resources associated with the cluster job.
|
CreateClusterRequest |
CreateClusterRequest.withRoleARN(String roleARN)
The
RoleARN that you want to associate with this cluster. |
CreateClusterRequest |
CreateClusterRequest.withShippingOption(ShippingOption shippingOption)
The shipping speed for each node in this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withShippingOption(String shippingOption)
The shipping speed for each node in this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSnowballType(SnowballType snowballType)
The type of Snow Family devices to use for this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSnowballType(String snowballType)
The type of Snow Family devices to use for this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withTaxDocuments(TaxDocuments taxDocuments)
The tax documents required in your Amazon Web Services Region.
|
Copyright © 2022. All rights reserved.