| 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 |
|---|---|
ListServiceVersionsResult |
AbstractAmazonSnowball.listServiceVersions(ListServiceVersionsRequest request) |
ListServiceVersionsResult |
AmazonSnowball.listServiceVersions(ListServiceVersionsRequest listServiceVersionsRequest)
Lists all supported versions for Snow on-device services.
|
ListServiceVersionsResult |
AmazonSnowballClient.listServiceVersions(ListServiceVersionsRequest request)
Lists all supported versions for Snow on-device services.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListServiceVersionsResult> |
AbstractAmazonSnowballAsync.listServiceVersionsAsync(ListServiceVersionsRequest request,
AsyncHandler<ListServiceVersionsRequest,ListServiceVersionsResult> asyncHandler) |
Future<ListServiceVersionsResult> |
AmazonSnowballAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceVersionsResult |
ListServiceVersionsResult.clone() |
ListServiceVersionsResult |
ListServiceVersionsResult.withDependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported
versions.
|
ListServiceVersionsResult |
ListServiceVersionsResult.withDependentServices(DependentService... dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported
versions.
|
ListServiceVersionsResult |
ListServiceVersionsResult.withNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point of the next list of returned
ListServiceVersionsResult results. |
ListServiceVersionsResult |
ListServiceVersionsResult.withServiceName(ServiceName serviceName)
The name of the service for which the system provided supported versions.
|
ListServiceVersionsResult |
ListServiceVersionsResult.withServiceName(String serviceName)
The name of the service for which the system provided supported versions.
|
ListServiceVersionsResult |
ListServiceVersionsResult.withServiceVersions(Collection<ServiceVersion> serviceVersions)
A list of supported versions.
|
ListServiceVersionsResult |
ListServiceVersionsResult.withServiceVersions(ServiceVersion... serviceVersions)
A list of supported versions.
|
Copyright © 2024. All rights reserved.