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