Uses of Class
software.amazon.awssdk.services.snowball.model.DependentService
-
Packages that use DependentService Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of DependentService in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type DependentService Modifier and Type Method Description List<DependentService>ListServiceVersionsRequest. dependentServices()A list of names and versions of dependant services of the requested service.List<DependentService>ListServiceVersionsResponse. dependentServices()A list of names and versions of dependant services of the service for which the system provided supported versions.Methods in software.amazon.awssdk.services.snowball.model with parameters of type DependentService Modifier and Type Method Description ListServiceVersionsRequest.BuilderListServiceVersionsRequest.Builder. dependentServices(DependentService... dependentServices)A list of names and versions of dependant services of the requested service.ListServiceVersionsResponse.BuilderListServiceVersionsResponse.Builder. dependentServices(DependentService... dependentServices)A list of names and versions of dependant services of the service for which the system provided supported versions.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type DependentService Modifier and Type Method Description ListServiceVersionsRequest.BuilderListServiceVersionsRequest.Builder. dependentServices(Collection<DependentService> dependentServices)A list of names and versions of dependant services of the requested service.ListServiceVersionsResponse.BuilderListServiceVersionsResponse.Builder. dependentServices(Collection<DependentService> dependentServices)A list of names and versions of dependant services of the service for which the system provided supported versions.
-