| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetApiKeysResponse |
ApiGatewayClient.getApiKeys()
Gets information about the current ApiKeys resource.
|
default GetApiKeysResponse |
ApiGatewayClient.getApiKeys(Consumer<GetApiKeysRequest.Builder> getApiKeysRequest)
Gets information about the current ApiKeys resource.
|
default GetApiKeysResponse |
ApiGatewayClient.getApiKeys(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetApiKeysResponse> |
ApiGatewayAsyncClient.getApiKeys()
Gets information about the current ApiKeys resource.
|
default CompletableFuture<GetApiKeysResponse> |
ApiGatewayAsyncClient.getApiKeys(Consumer<GetApiKeysRequest.Builder> getApiKeysRequest)
Gets information about the current ApiKeys resource.
|
default CompletableFuture<GetApiKeysResponse> |
ApiGatewayAsyncClient.getApiKeys(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetApiKeysResponse> |
GetApiKeysIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetApiKeysPublisher.subscribe(org.reactivestreams.Subscriber<? super GetApiKeysResponse> subscriber) |
Copyright © 2023. All rights reserved.