Uses of Interface
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ApiGatewayProxyInput.Builder
-
Packages that use ApiGatewayProxyInput.Builder Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of ApiGatewayProxyInput.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return ApiGatewayProxyInput.Builder Modifier and Type Method Description static ApiGatewayProxyInput.BuilderApiGatewayProxyInput. builder()ApiGatewayProxyInput.BuilderApiGatewayProxyInput.Builder. endpointType(String endpointType)The type of endpoint to use for the API Gateway proxy.ApiGatewayProxyInput.BuilderApiGatewayProxyInput.Builder. endpointType(ApiGatewayEndpointType endpointType)The type of endpoint to use for the API Gateway proxy.ApiGatewayProxyInput.BuilderApiGatewayProxyInput.Builder. stageName(String stageName)The name of the API Gateway stage.ApiGatewayProxyInput.BuilderApiGatewayProxyInput. toBuilder()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type ApiGatewayProxyInput.Builder Modifier and Type Method Description static Class<? extends ApiGatewayProxyInput.Builder>ApiGatewayProxyInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type ApiGatewayProxyInput.Builder Modifier and Type Method Description default CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)A wrapper object holding the API Gateway endpoint type and stage name for the proxy.default CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. apiGatewayProxy(Consumer<ApiGatewayProxyInput.Builder> apiGatewayProxy)A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
-