Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ApiGatewayEndpointType
-
Packages that use ApiGatewayEndpointType Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of ApiGatewayEndpointType in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return ApiGatewayEndpointType Modifier and Type Method Description ApiGatewayEndpointTypeApiGatewayProxyConfig. endpointType()The type of API Gateway endpoint created.ApiGatewayEndpointTypeApiGatewayProxyInput. endpointType()The type of endpoint to use for the API Gateway proxy.ApiGatewayEndpointTypeApiGatewayProxySummary. endpointType()The type of API Gateway endpoint created.static ApiGatewayEndpointTypeApiGatewayEndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApiGatewayEndpointTypeApiGatewayEndpointType. 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.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type ApiGatewayEndpointType Modifier and Type Method Description static Set<ApiGatewayEndpointType>ApiGatewayEndpointType. knownValues()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type ApiGatewayEndpointType Modifier and Type Method Description ApiGatewayProxyConfig.BuilderApiGatewayProxyConfig.Builder. endpointType(ApiGatewayEndpointType endpointType)The type of API Gateway endpoint created.ApiGatewayProxyInput.BuilderApiGatewayProxyInput.Builder. endpointType(ApiGatewayEndpointType endpointType)The type of endpoint to use for the API Gateway proxy.ApiGatewayProxySummary.BuilderApiGatewayProxySummary.Builder. endpointType(ApiGatewayEndpointType endpointType)The type of API Gateway endpoint created.
-