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 CreateReturnShippingLabelResponse |
SnowballClient.createReturnShippingLabel(Consumer<CreateReturnShippingLabelRequest.Builder> createReturnShippingLabelRequest) |
Creates a shipping label that will be used to return the Snow device to Amazon Web Services.
|
default CreateReturnShippingLabelResponse |
SnowballClient.createReturnShippingLabel(CreateReturnShippingLabelRequest createReturnShippingLabelRequest) |
Creates a shipping label that will be used to return the Snow device to Amazon Web Services.
|
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.
|