| Package | Description |
|---|---|
| com.amazonaws.services.snowball |
The Amazon Web Services Snow Family provides 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).
|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListServiceVersionsResult> |
AbstractAmazonSnowballAsync.listServiceVersionsAsync(ListServiceVersionsRequest request,
AsyncHandler<ListServiceVersionsRequest,ListServiceVersionsResult> asyncHandler) |
Future<ListServiceVersionsResult> |
AmazonSnowballAsync.listServiceVersionsAsync(ListServiceVersionsRequest listServiceVersionsRequest,
AsyncHandler<ListServiceVersionsRequest,ListServiceVersionsResult> asyncHandler)
Lists all supported versions for Snow on-device services.
|
Future<ListServiceVersionsResult> |
AmazonSnowballAsyncClient.listServiceVersionsAsync(ListServiceVersionsRequest request,
AsyncHandler<ListServiceVersionsRequest,ListServiceVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListServiceVersionsRequest |
ListServiceVersionsRequest.clone() |
ListServiceVersionsRequest |
ListServiceVersionsRequest.withDependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the requested service.
|
ListServiceVersionsRequest |
ListServiceVersionsRequest.withDependentServices(DependentService... dependentServices)
A list of names and versions of dependant services of the requested service.
|
ListServiceVersionsRequest |
ListServiceVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of
ListServiceVersions objects to return. |
ListServiceVersionsRequest |
ListServiceVersionsRequest.withNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for the next list of returned
ListServiceVersionsRequest versions. |
ListServiceVersionsRequest |
ListServiceVersionsRequest.withServiceName(ServiceName serviceName)
The name of the service for which you're requesting supported versions.
|
ListServiceVersionsRequest |
ListServiceVersionsRequest.withServiceName(String serviceName)
The name of the service for which you're requesting supported versions.
|
Copyright © 2024. All rights reserved.