Uses of Interface
software.amazon.awssdk.services.migrationhubrefactorspaces.model.LambdaEndpointConfig.Builder
-
Packages that use LambdaEndpointConfig.Builder Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of LambdaEndpointConfig.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return LambdaEndpointConfig.Builder Modifier and Type Method Description LambdaEndpointConfig.BuilderLambdaEndpointConfig.Builder. arn(String arn)The Amazon Resource Name (ARN) of the Lambda endpoint.static LambdaEndpointConfig.BuilderLambdaEndpointConfig. builder()LambdaEndpointConfig.BuilderLambdaEndpointConfig. toBuilder()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type LambdaEndpointConfig.Builder Modifier and Type Method Description static Class<? extends LambdaEndpointConfig.Builder>LambdaEndpointConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type LambdaEndpointConfig.Builder Modifier and Type Method Description default GetServiceResponse.BuilderGetServiceResponse.Builder. lambdaEndpoint(Consumer<LambdaEndpointConfig.Builder> lambdaEndpoint)The configuration for the Lambda endpoint type.
-