| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default GetAccountResponse |
ApiGatewayClient.getAccount()
Gets information about the current Account resource.
|
default GetAccountResponse |
ApiGatewayClient.getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)
Gets information about the current Account resource.
|
default GetAccountResponse |
ApiGatewayClient.getAccount(GetAccountRequest getAccountRequest)
Gets information about the current Account resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAccountResponse> |
ApiGatewayAsyncClient.getAccount()
Gets information about the current Account resource.
|
default CompletableFuture<GetAccountResponse> |
ApiGatewayAsyncClient.getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)
Gets information about the current Account resource.
|
default CompletableFuture<GetAccountResponse> |
ApiGatewayAsyncClient.getAccount(GetAccountRequest getAccountRequest)
Gets information about the current Account resource.
|
Copyright © 2023. All rights reserved.