Uses of Class
software.amazon.awssdk.services.cloudfront.model.FunctionStage
-
Packages that use FunctionStage Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FunctionStage in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionStage Modifier and Type Method Description static FunctionStageFunctionStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FunctionStageDescribeFunctionRequest. stage()The function's stage, eitherDEVELOPMENTorLIVE.FunctionStageFunctionMetadata. stage()The stage that the function is in, eitherDEVELOPMENTorLIVE.FunctionStageGetFunctionRequest. stage()The function's stage, eitherDEVELOPMENTorLIVE.FunctionStageListFunctionsRequest. stage()An optional filter to return only the functions that are in the specified stage, eitherDEVELOPMENTorLIVE.FunctionStageTestFunctionRequest. stage()The stage of the function that you are testing, eitherDEVELOPMENTorLIVE.static FunctionStageFunctionStage. 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.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionStage Modifier and Type Method Description static Set<FunctionStage>FunctionStage. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type FunctionStage Modifier and Type Method Description DescribeFunctionRequest.BuilderDescribeFunctionRequest.Builder. stage(FunctionStage stage)The function's stage, eitherDEVELOPMENTorLIVE.FunctionMetadata.BuilderFunctionMetadata.Builder. stage(FunctionStage stage)The stage that the function is in, eitherDEVELOPMENTorLIVE.GetFunctionRequest.BuilderGetFunctionRequest.Builder. stage(FunctionStage stage)The function's stage, eitherDEVELOPMENTorLIVE.ListFunctionsRequest.BuilderListFunctionsRequest.Builder. stage(FunctionStage stage)An optional filter to return only the functions that are in the specified stage, eitherDEVELOPMENTorLIVE.TestFunctionRequest.BuilderTestFunctionRequest.Builder. stage(FunctionStage stage)The stage of the function that you are testing, eitherDEVELOPMENTorLIVE.
-