| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default GetRequestValidatorsResponse |
ApiGatewayClient.getRequestValidators(Consumer<GetRequestValidatorsRequest.Builder> getRequestValidatorsRequest)
Gets the RequestValidators collection of a given RestApi.
|
default GetRequestValidatorsResponse |
ApiGatewayClient.getRequestValidators(GetRequestValidatorsRequest getRequestValidatorsRequest)
Gets the RequestValidators collection of a given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRequestValidatorsResponse> |
ApiGatewayAsyncClient.getRequestValidators(Consumer<GetRequestValidatorsRequest.Builder> getRequestValidatorsRequest)
Gets the RequestValidators collection of a given RestApi.
|
default CompletableFuture<GetRequestValidatorsResponse> |
ApiGatewayAsyncClient.getRequestValidators(GetRequestValidatorsRequest getRequestValidatorsRequest)
Gets the RequestValidators collection of a given RestApi.
|
Copyright © 2023. All rights reserved.