| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayEndpointType |
ApiGatewayProxyInput.endpointType()
The type of endpoint to use for the API Gateway proxy.
|
ApiGatewayEndpointType |
ApiGatewayProxySummary.endpointType()
The type of API Gateway endpoint created.
|
ApiGatewayEndpointType |
ApiGatewayProxyConfig.endpointType()
The type of API Gateway endpoint created.
|
static ApiGatewayEndpointType |
ApiGatewayEndpointType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ApiGatewayEndpointType |
ApiGatewayEndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiGatewayEndpointType[] |
ApiGatewayEndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ApiGatewayEndpointType> |
ApiGatewayEndpointType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayProxyInput.Builder |
ApiGatewayProxyInput.Builder.endpointType(ApiGatewayEndpointType endpointType)
The type of endpoint to use for the API Gateway proxy.
|
ApiGatewayProxySummary.Builder |
ApiGatewayProxySummary.Builder.endpointType(ApiGatewayEndpointType endpointType)
The type of API Gateway endpoint created.
|
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.Builder.endpointType(ApiGatewayEndpointType endpointType)
The type of API Gateway endpoint created.
|
Copyright © 2023. All rights reserved.