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