Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static Architecture |
Architecture.fromValue(String value)
Use this in place of valueOf.
|
static Architecture |
Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Architecture[] |
Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FunctionConfiguration |
FunctionConfiguration.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
UpdateFunctionCodeRequest |
UpdateFunctionCodeRequest.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
PublishVersionResult |
PublishVersionResult.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
CreateFunctionRequest |
CreateFunctionRequest.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
CreateFunctionResult |
CreateFunctionResult.withArchitectures(Architecture... architectures)
The instruction set architecture that the function supports.
|
ListLayerVersionsRequest |
ListLayerVersionsRequest.withCompatibleArchitecture(Architecture compatibleArchitecture)
The compatible instruction set
architecture.
|
ListLayersRequest |
ListLayersRequest.withCompatibleArchitecture(Architecture compatibleArchitecture)
The compatible instruction set
architecture.
|
PublishLayerVersionResult |
PublishLayerVersionResult.withCompatibleArchitectures(Architecture... compatibleArchitectures)
A list of compatible instruction set
architectures.
|
PublishLayerVersionRequest |
PublishLayerVersionRequest.withCompatibleArchitectures(Architecture... compatibleArchitectures)
A list of compatible instruction set
architectures.
|
GetLayerVersionByArnResult |
GetLayerVersionByArnResult.withCompatibleArchitectures(Architecture... compatibleArchitectures)
A list of compatible instruction set
architectures.
|
GetLayerVersionResult |
GetLayerVersionResult.withCompatibleArchitectures(Architecture... compatibleArchitectures)
A list of compatible instruction set
architectures.
|
LayerVersionsListItem |
LayerVersionsListItem.withCompatibleArchitectures(Architecture... compatibleArchitectures)
A list of compatible instruction set
architectures.
|
Copyright © 2022. All rights reserved.