| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model | |
| software.amazon.awssdk.services.support.transform |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
Service.categories()
A list of categories that describe the type of support issue a case describes.
|
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.categories(Category... categories)
A list of categories that describe the type of support issue a case describes.
|
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.categories(Collection<Category> categories)
A list of categories that describe the type of support issue a case describes.
|
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoryUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryMarshaller.marshall(Category category,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.