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