| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static ApiGatewayProxyInput.Builder |
ApiGatewayProxyInput.builder() |
ApiGatewayProxyInput.Builder |
ApiGatewayProxyInput.Builder.endpointType(ApiGatewayEndpointType endpointType)
The type of endpoint to use for the API Gateway proxy.
|
ApiGatewayProxyInput.Builder |
ApiGatewayProxyInput.Builder.endpointType(String endpointType)
The type of endpoint to use for the API Gateway proxy.
|
ApiGatewayProxyInput.Builder |
ApiGatewayProxyInput.Builder.stageName(String stageName)
The name of the API Gateway stage.
|
ApiGatewayProxyInput.Builder |
ApiGatewayProxyInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApiGatewayProxyInput.Builder> |
ApiGatewayProxyInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationResponse.Builder |
CreateApplicationResponse.Builder.apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
default CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
Copyright © 2023. All rights reserved.