| 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).
|
| software.amazon.awssdk.services.snowball.model |
| 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 CreateAddressResponse |
SnowballClient.createAddress(Consumer<CreateAddressRequest.Builder> createAddressRequest)
Creates an address for a Snowball to be shipped to.
|
default CreateAddressResponse |
SnowballClient.createAddress(CreateAddressRequest createAddressRequest)
Creates an address for a Snowball to be shipped to.
|
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 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 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 GetSnowballUsageResponse |
SnowballClient.getSnowballUsage()
Returns information about the Snowball service limit for your account, and also the number of Snowballs your
account has in use.
|
default GetSnowballUsageResponse |
SnowballClient.getSnowballUsage(Consumer<GetSnowballUsageRequest.Builder> getSnowballUsageRequest)
Returns information about the Snowball service limit for your account, and also the number of Snowballs your
account has in use.
|
default GetSnowballUsageResponse |
SnowballClient.getSnowballUsage(GetSnowballUsageRequest getSnowballUsageRequest)
Returns information about the Snowball service limit for your account, and also the number of Snowballs your
account has in use.
|
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 ListClustersResponse |
SnowballClient.listClusters()
Returns an array of
ClusterListEntry objects of the specified length. |
default ListClustersResponse |
SnowballClient.listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns an array of
ClusterListEntry objects of the specified length. |
default ListClustersResponse |
SnowballClient.listClusters(ListClustersRequest listClustersRequest)
Returns an array of
ClusterListEntry objects of the specified length. |
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 ListJobsResponse |
SnowballClient.listJobs()
Returns an array of
JobListEntry objects of the specified length. |
default ListJobsResponse |
SnowballClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
default ListJobsResponse |
SnowballClient.listJobs(ListJobsRequest listJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
default ListJobsIterable |
SnowballClient.listJobsPaginator()
Returns an array of
JobListEntry objects of the specified length. |
default ListJobsIterable |
SnowballClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
default ListJobsIterable |
SnowballClient.listJobsPaginator(ListJobsRequest listJobsRequest)
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterLimitExceededException
Job creation failed.
|
class |
Ec2RequestFailedException
Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted action.
|
class |
InvalidAddressException
The address provided was invalid.
|
class |
InvalidInputCombinationException
Job or cluster creation failed.
|
class |
InvalidJobStateException
The action can't be performed because the job's current state doesn't allow that action to be performed.
|
class |
InvalidNextTokenException
The
NextToken string was altered unexpectedly, and the operation has stopped. |
class |
InvalidResourceException
The specified resource can't be found.
|
class |
KmsRequestFailedException
|
class |
UnsupportedAddressException
The address is either outside the serviceable area for your region, or an error occurred.
|
| Modifier and Type | Method and Description |
|---|---|
SnowballException |
SnowballException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SnowballException ex) |
Copyright © 2020. All rights reserved.