| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball |
AWS Snowball is 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).
|
| Modifier and Type | Method and Description |
|---|---|
default CreateClusterResponse |
SnowballClient.createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)
Creates an empty cluster.
|
default CreateClusterResponse |
SnowballClient.createCluster(CreateClusterRequest createClusterRequest)
Creates an empty cluster.
|
default CreateJobResponse |
SnowballClient.createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
Creates a job to import or export data between Amazon S3 and your on-premises data center.
|
default CreateJobResponse |
SnowballClient.createJob(CreateJobRequest createJobRequest)
Creates a job to the other job attributes are inherited from the cluster.
|
default ListCompatibleImagesResponse |
SnowballClient.listCompatibleImages()
This action returns a list of the different Amazon EC2 Amazon Machine Images (AMIs) that are owned by your AWS
account that would be supported for use on a Snowball Edge device.
|
default ListCompatibleImagesResponse |
SnowballClient.listCompatibleImages(Consumer<ListCompatibleImagesRequest.Builder> listCompatibleImagesRequest)
This action returns a list of the different Amazon EC2 Amazon Machine Images (AMIs) that are owned by your AWS
account that would be supported for use on a Snowball Edge device.
|
default ListCompatibleImagesResponse |
SnowballClient.listCompatibleImages(ListCompatibleImagesRequest listCompatibleImagesRequest)
This action returns a list of the different Amazon EC2 Amazon Machine Images (AMIs) that are owned by your AWS
account that would be supported for use on a Snowball Edge device.
|
default UpdateClusterResponse |
SnowballClient.updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)
While a cluster's
ClusterState value is in the AwaitingQuorum state, you can update
some of the information associated with a cluster. |
default UpdateClusterResponse |
SnowballClient.updateCluster(UpdateClusterRequest updateClusterRequest)
While a cluster's
ClusterState value is in the AwaitingQuorum state, you can update
some of the information associated with a cluster. |
default UpdateJobResponse |
SnowballClient.updateJob(Consumer<UpdateJobRequest.Builder> updateJobRequest)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
default UpdateJobResponse |
SnowballClient.updateJob(UpdateJobRequest updateJobRequest)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
Copyright © 2020. All rights reserved.