Uses of Class
software.amazon.awssdk.services.support.model.Service
-
Packages that use Service Package Description software.amazon.awssdk.services.support.model -
-
Uses of Service in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type Service Modifier and Type Method Description List<Service>DescribeServicesResponse. services()A JSON-formatted list of Amazon Web Services services.Methods in software.amazon.awssdk.services.support.model with parameters of type Service Modifier and Type Method Description DescribeServicesResponse.BuilderDescribeServicesResponse.Builder. services(Service... services)A JSON-formatted list of Amazon Web Services services.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type Service Modifier and Type Method Description DescribeServicesResponse.BuilderDescribeServicesResponse.Builder. services(Collection<Service> services)A JSON-formatted list of Amazon Web Services services.
-