| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static FunctionStage |
FunctionStage.fromValue(String value)
Use this in place of valueOf.
|
static FunctionStage |
FunctionStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionStage[] |
FunctionStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestFunctionRequest |
TestFunctionRequest.withStage(FunctionStage stage)
The stage of the function that you are testing, either
DEVELOPMENT or LIVE. |
DescribeFunctionRequest |
DescribeFunctionRequest.withStage(FunctionStage stage)
The function's stage, either
DEVELOPMENT or LIVE. |
ListFunctionsRequest |
ListFunctionsRequest.withStage(FunctionStage stage)
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE. |
FunctionMetadata |
FunctionMetadata.withStage(FunctionStage stage)
The stage that the function is in, either
DEVELOPMENT or LIVE. |
GetFunctionRequest |
GetFunctionRequest.withStage(FunctionStage stage)
The function's stage, either
DEVELOPMENT or LIVE. |
Copyright © 2024. All rights reserved.