| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
static Service.Builder |
Service.builder() |
Service.Builder |
Service.Builder.categories(Category... categories)
A list of categories that describe the type of support issue a case describes.
|
Service.Builder |
Service.Builder.categories(Collection<Category> categories)
A list of categories that describe the type of support issue a case describes.
|
Service.Builder |
Service.Builder.categories(Consumer<Category.Builder>... categories)
A list of categories that describe the type of support issue a case describes.
|
Service.Builder |
Service.Builder.code(String code)
The code for an AWS service returned by the DescribeServices response.
|
Service.Builder |
Service.Builder.name(String name)
The friendly name for an AWS service.
|
Service.Builder |
Service.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Service.Builder> |
Service.serializableBuilderClass() |
Copyright © 2018. All rights reserved.