| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateAliasResponse |
LambdaClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Updates the configuration of a Lambda function alias.
|
default UpdateAliasResponse |
LambdaClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Updates the configuration of a Lambda function alias.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateAliasResponse> |
LambdaAsyncClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Updates the configuration of a Lambda function alias.
|
default CompletableFuture<UpdateAliasResponse> |
LambdaAsyncClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Updates the configuration of a Lambda function alias.
|
Copyright © 2019. All rights reserved.