| Package | Description | 
|---|---|
| com.amazonaws.services.support.model | 
| Modifier and Type | Method and 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 Amazon Web Services service returned by the DescribeServices response. 
 | 
Service | 
Service.withName(String name)
 The friendly name for an Amazon Web Services service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Service> | 
DescribeServicesResult.getServices()
 A JSON-formatted list of Amazon Web Services services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeServicesResult | 
DescribeServicesResult.withServices(Service... services)
 A JSON-formatted list of Amazon Web Services services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DescribeServicesResult.setServices(Collection<Service> services)
 A JSON-formatted list of Amazon Web Services services. 
 | 
DescribeServicesResult | 
DescribeServicesResult.withServices(Collection<Service> services)
 A JSON-formatted list of Amazon Web Services services. 
 | 
Copyright © 2022. All rights reserved.