| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetMethodResponseResponse |
ApiGatewayClient.getMethodResponse(Consumer<GetMethodResponseRequest.Builder> getMethodResponseRequest)
Describes a MethodResponse resource.
|
default CompletableFuture<GetMethodResponseResponse> |
ApiGatewayAsyncClient.getMethodResponse(Consumer<GetMethodResponseRequest.Builder> getMethodResponseRequest)
Describes a MethodResponse resource.
|
| Modifier and Type | Method and Description |
|---|---|
static GetMethodResponseRequest.Builder |
GetMethodResponseRequest.builder() |
GetMethodResponseRequest.Builder |
GetMethodResponseRequest.Builder.httpMethod(String httpMethod)
The HTTP verb of the Method resource.
|
GetMethodResponseRequest.Builder |
GetMethodResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMethodResponseRequest.Builder |
GetMethodResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMethodResponseRequest.Builder |
GetMethodResponseRequest.Builder.resourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
|
GetMethodResponseRequest.Builder |
GetMethodResponseRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
GetMethodResponseRequest.Builder |
GetMethodResponseRequest.Builder.statusCode(String statusCodeValue)
The status code for the MethodResponse resource.
|
GetMethodResponseRequest.Builder |
GetMethodResponseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMethodResponseRequest.Builder> |
GetMethodResponseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.