Uses of Class
software.amazon.awssdk.services.snowball.model.ServiceVersion
-
Packages that use ServiceVersion Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of ServiceVersion in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return ServiceVersion Modifier and Type Method Description ServiceVersionDependentService. serviceVersion()The version of the dependent service.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type ServiceVersion Modifier and Type Method Description List<ServiceVersion>ListServiceVersionsResponse. serviceVersions()A list of supported versions.Methods in software.amazon.awssdk.services.snowball.model with parameters of type ServiceVersion Modifier and Type Method Description DependentService.BuilderDependentService.Builder. serviceVersion(ServiceVersion serviceVersion)The version of the dependent service.ListServiceVersionsResponse.BuilderListServiceVersionsResponse.Builder. serviceVersions(ServiceVersion... serviceVersions)A list of supported versions.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type ServiceVersion Modifier and Type Method Description ListServiceVersionsResponse.BuilderListServiceVersionsResponse.Builder. serviceVersions(Collection<ServiceVersion> serviceVersions)A list of supported versions.
-