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 import or export data between Amazon S3 and your on-premises data center.
|
default ListCompatibleImagesResponse |
SnowballClient.listCompatibleImages() |
This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by
your Amazon Web Services accountthat would be supported for use on a Snow device.
|
default ListCompatibleImagesResponse |
SnowballClient.listCompatibleImages(Consumer<ListCompatibleImagesRequest.Builder> listCompatibleImagesRequest) |
This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by
your Amazon Web Services accountthat would be supported for use on a Snow device.
|
default ListCompatibleImagesResponse |
SnowballClient.listCompatibleImages(ListCompatibleImagesRequest listCompatibleImagesRequest) |
This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by
your Amazon Web Services accountthat would be supported for use on a Snow device.
|
default ListCompatibleImagesIterable |
SnowballClient.listCompatibleImagesPaginator() |
|
default ListCompatibleImagesIterable |
SnowballClient.listCompatibleImagesPaginator(Consumer<ListCompatibleImagesRequest.Builder> listCompatibleImagesRequest) |
|
default ListCompatibleImagesIterable |
SnowballClient.listCompatibleImagesPaginator(ListCompatibleImagesRequest listCompatibleImagesRequest) |
|
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.
|