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 Service
Service. clone()
Service
Service. withCategories(Category... categories)
A list of categories that describe the type of support issue a case describes.Service
Service. withCategories(Collection<Category> categories)
A list of categories that describe the type of support issue a case describes.Service
Service. withCode(String code)
The code for an AWS service returned by the DescribeServices response.Service
Service. 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 DescribeServicesResult
DescribeServicesResult. 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 void
DescribeServicesResult. setServices(Collection<Service> services)
A JSON-formatted list of AWS services.DescribeServicesResult
DescribeServicesResult. withServices(Collection<Service> services)
A JSON-formatted list of AWS services.
-