| Package | Description |
|---|---|
| software.amazon.awssdk.services.pricing.model | |
| software.amazon.awssdk.services.pricing.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeValue> |
GetAttributeValuesResponse.attributeValues()
The list of values for an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
GetAttributeValuesResponse.Builder |
GetAttributeValuesResponse.Builder.attributeValues(AttributeValue... attributeValues)
The list of values for an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
GetAttributeValuesResponse.Builder |
GetAttributeValuesResponse.Builder.attributeValues(Collection<AttributeValue> attributeValues)
The list of values for an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AttributeValue> |
GetAttributeValuesPublisher.attributeValues()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AttributeValue> |
GetAttributeValuesIterable.attributeValues()
Returns an iterable to iterate through the paginated
GetAttributeValuesResponse.attributeValues() member. |
Copyright © 2023. All rights reserved.