Package | Description |
---|---|
com.amazonaws.services.support.model |
Classes modeling the various types represented by AWSSupport.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Service> |
DescribeServicesResult.getServices()
A JSON-formatted list of AWS services.
|
Modifier and Type | Method and Description |
---|---|
DescribeServicesResult |
DescribeServicesResult.withServices(Service... services)
A JSON-formatted list of AWS services.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.