| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UsagePlanKey |
UsagePlanKey.clone() |
UsagePlanKey |
UsagePlanKey.withId(String id)
The Id of a usage plan key.
|
UsagePlanKey |
UsagePlanKey.withName(String name)
The name of a usage plan key.
|
UsagePlanKey |
UsagePlanKey.withType(String type)
The type of a usage plan key.
|
UsagePlanKey |
UsagePlanKey.withValue(String value)
The value of a usage plan key.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsagePlanKey> |
GetUsagePlanKeysResult.getItems()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsagePlanKeysResult |
GetUsagePlanKeysResult.withItems(UsagePlanKey... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsagePlanKeysResult.setItems(Collection<UsagePlanKey> items)
The current page of elements from this collection.
|
GetUsagePlanKeysResult |
GetUsagePlanKeysResult.withItems(Collection<UsagePlanKey> items)
The current page of elements from this collection.
|
Copyright © 2023. All rights reserved.