default CancelClusterResponse |
SnowballClient.cancelCluster(Consumer<CancelClusterRequest.Builder> cancelClusterRequest) |
Cancels a cluster job.
|
default CancelClusterResponse |
SnowballClient.cancelCluster(CancelClusterRequest cancelClusterRequest) |
Cancels a cluster job.
|
default CancelJobResponse |
SnowballClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest) |
Cancels the specified job.
|
default CancelJobResponse |
SnowballClient.cancelJob(CancelJobRequest cancelJobRequest) |
Cancels the specified job.
|
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 DescribeReturnShippingLabelResponse |
SnowballClient.describeReturnShippingLabel(Consumer<DescribeReturnShippingLabelRequest.Builder> describeReturnShippingLabelRequest) |
Information on the shipping label of a Snow device that is being returned to Amazon Web Services.
|
default DescribeReturnShippingLabelResponse |
SnowballClient.describeReturnShippingLabel(DescribeReturnShippingLabelRequest describeReturnShippingLabelRequest) |
Information on the shipping label of a Snow device that is being returned to Amazon Web Services.
|
default GetJobManifestResponse |
SnowballClient.getJobManifest(Consumer<GetJobManifestRequest.Builder> getJobManifestRequest) |
Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified
JobId value.
|
default GetJobManifestResponse |
SnowballClient.getJobManifest(GetJobManifestRequest getJobManifestRequest) |
Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified
JobId value.
|
default GetJobUnlockCodeResponse |
SnowballClient.getJobUnlockCode(Consumer<GetJobUnlockCodeRequest.Builder> getJobUnlockCodeRequest) |
Returns the UnlockCode code value for the specified job.
|
default GetJobUnlockCodeResponse |
SnowballClient.getJobUnlockCode(GetJobUnlockCodeRequest getJobUnlockCodeRequest) |
Returns the UnlockCode code value for the specified job.
|
default GetSoftwareUpdatesResponse |
SnowballClient.getSoftwareUpdates(Consumer<GetSoftwareUpdatesRequest.Builder> getSoftwareUpdatesRequest) |
Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.
|
default GetSoftwareUpdatesResponse |
SnowballClient.getSoftwareUpdates(GetSoftwareUpdatesRequest getSoftwareUpdatesRequest) |
Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.
|
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.
|
default UpdateJobShipmentStateResponse |
SnowballClient.updateJobShipmentState(Consumer<UpdateJobShipmentStateRequest.Builder> updateJobShipmentStateRequest) |
Updates the state when a shipment state changes to a different state.
|
default UpdateJobShipmentStateResponse |
SnowballClient.updateJobShipmentState(UpdateJobShipmentStateRequest updateJobShipmentStateRequest) |
Updates the state when a shipment state changes to a different state.
|