| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators | |
| software.amazon.awssdk.services.apigateway.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetApiKeysResponse |
ApiGatewayClient.getApiKeys(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.
|
default CompletableFuture<GetApiKeysResponse> |
ApiGatewayAsyncClient.getApiKeys(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.
|
default GetApiKeysIterable |
ApiGatewayClient.getApiKeysPaginator(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.
|
default GetApiKeysPublisher |
ApiGatewayAsyncClient.getApiKeysPaginator(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.
|
| Constructor and Description |
|---|
GetApiKeysIterable(ApiGatewayClient client,
GetApiKeysRequest firstRequest) |
GetApiKeysPublisher(ApiGatewayAsyncClient client,
GetApiKeysRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetApiKeysRequestMarshaller.marshall(GetApiKeysRequest getApiKeysRequest) |
Copyright © 2023. All rights reserved.