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