Uses of Interface
software.amazon.awssdk.services.apigatewayv2.endpoints.ApiGatewayV2EndpointParams.Builder
-
Packages that use ApiGatewayV2EndpointParams.Builder Package Description software.amazon.awssdk.services.apigatewayv2.endpoints -
-
Uses of ApiGatewayV2EndpointParams.Builder in software.amazon.awssdk.services.apigatewayv2.endpoints
Methods in software.amazon.awssdk.services.apigatewayv2.endpoints that return ApiGatewayV2EndpointParams.Builder Modifier and Type Method Description static ApiGatewayV2EndpointParams.BuilderApiGatewayV2EndpointParams. builder()ApiGatewayV2EndpointParams.BuilderApiGatewayV2EndpointParams.Builder. endpoint(String endpoint)ApiGatewayV2EndpointParams.BuilderApiGatewayV2EndpointParams.Builder. region(Region region)ApiGatewayV2EndpointParams.BuilderApiGatewayV2EndpointParams. toBuilder()ApiGatewayV2EndpointParams.BuilderApiGatewayV2EndpointParams.Builder. useDualStack(Boolean useDualStack)ApiGatewayV2EndpointParams.BuilderApiGatewayV2EndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.apigatewayv2.endpoints with type arguments of type ApiGatewayV2EndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>ApiGatewayV2EndpointProvider. resolveEndpoint(Consumer<ApiGatewayV2EndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-