Uses of Class
com.amazonaws.services.support.model.Service
-
Packages that use Service Package Description com.amazonaws.services.support.model -
-
Uses of Service in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return Service Modifier and Type Method Description ServiceService. clone()ServiceService. withCategories(Category... categories)A list of categories that describe the type of support issue a case describes.ServiceService. withCategories(Collection<Category> categories)A list of categories that describe the type of support issue a case describes.ServiceService. withCode(String code)The code for an AWS service returned by the DescribeServices response.ServiceService. withName(String name)The friendly name for an AWS service.Methods in com.amazonaws.services.support.model that return types with arguments of type Service Modifier and Type Method Description List<Service>DescribeServicesResult. getServices()A JSON-formatted list of AWS services.Methods in com.amazonaws.services.support.model with parameters of type Service Modifier and Type Method Description DescribeServicesResultDescribeServicesResult. withServices(Service... services)A JSON-formatted list of AWS services.Method parameters in com.amazonaws.services.support.model with type arguments of type Service Modifier and Type Method Description voidDescribeServicesResult. setServices(Collection<Service> services)A JSON-formatted list of AWS services.DescribeServicesResultDescribeServicesResult. withServices(Collection<Service> services)A JSON-formatted list of AWS services.
-