|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
com.amazonaws.services.support.model | Classes modeling the various types represented by AWSSupport. |
Uses of Service in com.amazonaws.services.support.model |
---|
Methods in com.amazonaws.services.support.model that return Service | |
---|---|
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 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 | |
---|---|
List<Service> |
DescribeServicesResult.getServices()
A JSON-formatted list of AWS services. |
Methods in com.amazonaws.services.support.model with parameters of type Service | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |