| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball |
AWS Snow Family 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 CancelClusterResponse |
SnowballClient.cancelCluster(CancelClusterRequest cancelClusterRequest)
Cancels a cluster job.
|
default CancelClusterResponse |
SnowballClient.cancelCluster(Consumer<CancelClusterRequest.Builder> cancelClusterRequest)
Cancels a cluster job.
|
default CancelJobResponse |
SnowballClient.cancelJob(CancelJobRequest cancelJobRequest)
Cancels the specified job.
|
default CancelJobResponse |
SnowballClient.cancelJob(Consumer<CancelJobRequest.Builder> cancelJobRequest)
Cancels the specified job.
|
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 CreateReturnShippingLabelResponse |
SnowballClient.createReturnShippingLabel(Consumer<CreateReturnShippingLabelRequest.Builder> createReturnShippingLabelRequest)
Creates a shipping label that will be used to return the Snow device to AWS.
|
default CreateReturnShippingLabelResponse |
SnowballClient.createReturnShippingLabel(CreateReturnShippingLabelRequest createReturnShippingLabelRequest)
Creates a shipping label that will be used to return the Snow device to AWS.
|
default DescribeAddressResponse |
SnowballClient.describeAddress(Consumer<DescribeAddressRequest.Builder> describeAddressRequest)
Takes an
AddressId and returns specific details about that address in the form of an
Address object. |
default DescribeAddressResponse |
SnowballClient.describeAddress(DescribeAddressRequest describeAddressRequest)
Takes an
AddressId and returns specific details about that address in the form of an
Address object. |
default DescribeAddressesResponse |
SnowballClient.describeAddresses()
Returns a specified number of
ADDRESS objects. |
default DescribeAddressesResponse |
SnowballClient.describeAddresses(Consumer<DescribeAddressesRequest.Builder> describeAddressesRequest)
Returns a specified number of
ADDRESS objects. |
default DescribeAddressesResponse |
SnowballClient.describeAddresses(DescribeAddressesRequest describeAddressesRequest)
Returns a specified number of
ADDRESS objects. |
default DescribeAddressesIterable |
SnowballClient.describeAddressesPaginator()
Returns a specified number of
ADDRESS objects. |
default DescribeAddressesIterable |
SnowballClient.describeAddressesPaginator(Consumer<DescribeAddressesRequest.Builder> describeAddressesRequest)
Returns a specified number of
ADDRESS objects. |
default DescribeAddressesIterable |
SnowballClient.describeAddressesPaginator(DescribeAddressesRequest describeAddressesRequest)
Returns a specified number of
ADDRESS objects. |
default DescribeClusterResponse |
SnowballClient.describeCluster(Consumer<DescribeClusterRequest.Builder> describeClusterRequest)
Returns information about a specific cluster including shipping information, cluster status, and other important
metadata.
|
default DescribeClusterResponse |
SnowballClient.describeCluster(DescribeClusterRequest describeClusterRequest)
Returns information about a specific cluster including shipping information, cluster status, and other important
metadata.
|
default DescribeJobResponse |
SnowballClient.describeJob(Consumer<DescribeJobRequest.Builder> describeJobRequest)
Returns information about a specific job including shipping information, job status, and other important
metadata.
|
default DescribeJobResponse |
SnowballClient.describeJob(DescribeJobRequest describeJobRequest)
Returns information about a specific job including shipping information, job status, and other important
metadata.
|
default DescribeReturnShippingLabelResponse |
SnowballClient.describeReturnShippingLabel(Consumer<DescribeReturnShippingLabelRequest.Builder> describeReturnShippingLabelRequest)
Information on the shipping label of a Snow device that is being returned to AWS.
|
default DescribeReturnShippingLabelResponse |
SnowballClient.describeReturnShippingLabel(DescribeReturnShippingLabelRequest describeReturnShippingLabelRequest)
Information on the shipping label of a Snow device that is being returned to AWS.
|
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 ListClusterJobsResponse |
SnowballClient.listClusterJobs(Consumer<ListClusterJobsRequest.Builder> listClusterJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
default ListClusterJobsResponse |
SnowballClient.listClusterJobs(ListClusterJobsRequest listClusterJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
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 the shipment states changes to a different state.
|
default UpdateJobShipmentStateResponse |
SnowballClient.updateJobShipmentState(UpdateJobShipmentStateRequest updateJobShipmentStateRequest)
Updates the state when a the shipment states changes to a different state.
|
Copyright © 2021. All rights reserved.