Uses of Class
software.amazon.awssdk.services.appconfig.model.ActionPoint
-
Packages that use ActionPoint Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of ActionPoint in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return ActionPoint Modifier and Type Method Description static ActionPointActionPoint. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionPointActionPoint. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionPoint[]ActionPoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ActionPoint Modifier and Type Method Description Map<ActionPoint,List<Action>>CreateExtensionRequest. actions()The actions defined in the extension.Map<ActionPoint,List<Action>>CreateExtensionResponse. actions()The actions defined in the extension.Map<ActionPoint,List<Action>>GetExtensionResponse. actions()The actions defined in the extension.Map<ActionPoint,List<Action>>UpdateExtensionRequest. actions()The actions defined in the extension.Map<ActionPoint,List<Action>>UpdateExtensionResponse. actions()The actions defined in the extension.static Set<ActionPoint>ActionPoint. knownValues()Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type ActionPoint Modifier and Type Method Description CreateExtensionRequest.BuilderCreateExtensionRequest.Builder. actions(Map<ActionPoint,? extends Collection<Action>> actions)The actions defined in the extension.CreateExtensionResponse.BuilderCreateExtensionResponse.Builder. actions(Map<ActionPoint,? extends Collection<Action>> actions)The actions defined in the extension.GetExtensionResponse.BuilderGetExtensionResponse.Builder. actions(Map<ActionPoint,? extends Collection<Action>> actions)The actions defined in the extension.UpdateExtensionRequest.BuilderUpdateExtensionRequest.Builder. actions(Map<ActionPoint,? extends Collection<Action>> actions)The actions defined in the extension.UpdateExtensionResponse.BuilderUpdateExtensionResponse.Builder. actions(Map<ActionPoint,? extends Collection<Action>> actions)The actions defined in the extension.
-