Package | Description |
---|---|
software.amazon.awssdk.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
static ServiceField |
ServiceField.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ServiceField |
ServiceField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceField[] |
ServiceField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceField> |
DescribeServicesRequest.include()
Specifies whether you want to see the resource tags for the service.
|
static Set<ServiceField> |
ServiceField.knownValues()
|
Modifier and Type | Method and Description |
---|---|
DescribeServicesRequest.Builder |
DescribeServicesRequest.Builder.include(ServiceField... include)
Specifies whether you want to see the resource tags for the service.
|
Modifier and Type | Method and Description |
---|---|
DescribeServicesRequest.Builder |
DescribeServicesRequest.Builder.include(Collection<ServiceField> include)
Specifies whether you want to see the resource tags for the service.
|
Copyright © 2019. All rights reserved.