| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static PackageType |
PackageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PackageType |
PublishVersionResponse.packageType()
The type of deployment package.
|
PackageType |
UpdateFunctionConfigurationResponse.packageType()
The type of deployment package.
|
PackageType |
CreateFunctionRequest.packageType()
The type of deployment package.
|
PackageType |
UpdateFunctionCodeResponse.packageType()
The type of deployment package.
|
PackageType |
CreateFunctionResponse.packageType()
The type of deployment package.
|
PackageType |
FunctionConfiguration.packageType()
The type of deployment package.
|
PackageType |
GetFunctionConfigurationResponse.packageType()
The type of deployment package.
|
static PackageType |
PackageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageType[] |
PackageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PackageType> |
PackageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PublishVersionResponse.Builder |
PublishVersionResponse.Builder.packageType(PackageType packageType)
The type of deployment package.
|
UpdateFunctionConfigurationResponse.Builder |
UpdateFunctionConfigurationResponse.Builder.packageType(PackageType packageType)
The type of deployment package.
|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.packageType(PackageType packageType)
The type of deployment package.
|
UpdateFunctionCodeResponse.Builder |
UpdateFunctionCodeResponse.Builder.packageType(PackageType packageType)
The type of deployment package.
|
CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.packageType(PackageType packageType)
The type of deployment package.
|
FunctionConfiguration.Builder |
FunctionConfiguration.Builder.packageType(PackageType packageType)
The type of deployment package.
|
GetFunctionConfigurationResponse.Builder |
GetFunctionConfigurationResponse.Builder.packageType(PackageType packageType)
The type of deployment package.
|
Copyright © 2023. All rights reserved.