| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
DependentService |
DependentService.clone() |
DependentService |
DependentService.withServiceName(ServiceName serviceName)
The name of the dependent service.
|
DependentService |
DependentService.withServiceName(String serviceName)
The name of the dependent service.
|
DependentService |
DependentService.withServiceVersion(ServiceVersion serviceVersion)
The version of the dependent service.
|
| Modifier and Type | Method and Description |
|---|---|
List<DependentService> |
ListServiceVersionsRequest.getDependentServices()
A list of names and versions of dependant services of the requested service.
|
List<DependentService> |
ListServiceVersionsResult.getDependentServices()
A list of names and versions of dependant services of the service for which the system provided supported
versions.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceVersionsRequest |
ListServiceVersionsRequest.withDependentServices(DependentService... dependentServices)
A list of names and versions of dependant services of the requested service.
|
ListServiceVersionsResult |
ListServiceVersionsResult.withDependentServices(DependentService... dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported
versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceVersionsRequest.setDependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the requested service.
|
void |
ListServiceVersionsResult.setDependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the service for which the system provided supported
versions.
|
ListServiceVersionsRequest |
ListServiceVersionsRequest.withDependentServices(Collection<DependentService> dependentServices)
A list of names and versions of dependant services of the requested service.
|
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.
|
Copyright © 2024. All rights reserved.