| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static FunctionStage |
FunctionStage.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FunctionStage |
TestFunctionRequest.stage()
The stage of the function that you are testing, either
DEVELOPMENT or LIVE. |
FunctionStage |
FunctionMetadata.stage()
The stage that the function is in, either
DEVELOPMENT or LIVE. |
FunctionStage |
GetFunctionRequest.stage()
The function's stage, either
DEVELOPMENT or LIVE. |
FunctionStage |
ListFunctionsRequest.stage()
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT
or LIVE. |
FunctionStage |
DescribeFunctionRequest.stage()
The function's stage, either
DEVELOPMENT or LIVE. |
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 |
|---|---|
static Set<FunctionStage> |
FunctionStage.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TestFunctionRequest.Builder |
TestFunctionRequest.Builder.stage(FunctionStage stage)
The stage of the function that you are testing, either
DEVELOPMENT or LIVE. |
FunctionMetadata.Builder |
FunctionMetadata.Builder.stage(FunctionStage stage)
The stage that the function is in, either
DEVELOPMENT or LIVE. |
GetFunctionRequest.Builder |
GetFunctionRequest.Builder.stage(FunctionStage stage)
The function's stage, either
DEVELOPMENT or LIVE. |
ListFunctionsRequest.Builder |
ListFunctionsRequest.Builder.stage(FunctionStage stage)
An optional filter to return only the functions that are in the specified stage, either
DEVELOPMENT or LIVE. |
DescribeFunctionRequest.Builder |
DescribeFunctionRequest.Builder.stage(FunctionStage stage)
The function's stage, either
DEVELOPMENT or LIVE. |
Copyright © 2023. All rights reserved.