Uses of Enum
software.amazon.awssdk.services.cloudfront.model.FunctionStage
Packages that use FunctionStage
-
Uses of FunctionStage in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionStageModifier and TypeMethodDescriptionstatic FunctionStageUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FunctionStageConnectionFunctionSummary.stage()The connection function stage.final FunctionStageDescribeConnectionFunctionRequest.stage()The connection function's stage.final FunctionStageDescribeFunctionRequest.stage()The function's stage, eitherDEVELOPMENTorLIVE.final FunctionStageFunctionMetadata.stage()The stage that the function is in, eitherDEVELOPMENTorLIVE.final FunctionStageGetConnectionFunctionRequest.stage()The connection function's stage.final FunctionStageGetFunctionRequest.stage()The function's stage, eitherDEVELOPMENTorLIVE.final FunctionStageListConnectionFunctionsRequest.stage()The connection function's stage.final FunctionStageListFunctionsRequest.stage()An optional filter to return only the functions that are in the specified stage, eitherDEVELOPMENTorLIVE.final FunctionStageTestConnectionFunctionRequest.stage()The connection function stage.final FunctionStageTestFunctionRequest.stage()The stage of the function that you are testing, eitherDEVELOPMENTorLIVE.static FunctionStageReturns 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 FunctionStageMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type FunctionStageModifier and TypeMethodDescriptionConnectionFunctionSummary.Builder.stage(FunctionStage stage) The connection function stage.DescribeConnectionFunctionRequest.Builder.stage(FunctionStage stage) The connection function's stage.DescribeFunctionRequest.Builder.stage(FunctionStage stage) The function's stage, eitherDEVELOPMENTorLIVE.FunctionMetadata.Builder.stage(FunctionStage stage) The stage that the function is in, eitherDEVELOPMENTorLIVE.GetConnectionFunctionRequest.Builder.stage(FunctionStage stage) The connection function's stage.GetFunctionRequest.Builder.stage(FunctionStage stage) The function's stage, eitherDEVELOPMENTorLIVE.ListConnectionFunctionsRequest.Builder.stage(FunctionStage stage) The connection function's stage.ListFunctionsRequest.Builder.stage(FunctionStage stage) An optional filter to return only the functions that are in the specified stage, eitherDEVELOPMENTorLIVE.TestConnectionFunctionRequest.Builder.stage(FunctionStage stage) The connection function stage.TestFunctionRequest.Builder.stage(FunctionStage stage) The stage of the function that you are testing, eitherDEVELOPMENTorLIVE.