Uses of Class
software.amazon.awssdk.services.appconfig.model.Action
-
Packages that use Action Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of Action in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type Action 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.Map<String,List<Action>>CreateExtensionRequest. actionsAsStrings()The actions defined in the extension.Map<String,List<Action>>CreateExtensionResponse. actionsAsStrings()The actions defined in the extension.Map<String,List<Action>>GetExtensionResponse. actionsAsStrings()The actions defined in the extension.Map<String,List<Action>>UpdateExtensionRequest. actionsAsStrings()The actions defined in the extension.Map<String,List<Action>>UpdateExtensionResponse. actionsAsStrings()The actions defined in the extension.Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type Action 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.CreateExtensionRequest.BuilderCreateExtensionRequest.Builder. actionsWithStrings(Map<String,? extends Collection<Action>> actions)The actions defined in the extension.CreateExtensionResponse.BuilderCreateExtensionResponse.Builder. actionsWithStrings(Map<String,? extends Collection<Action>> actions)The actions defined in the extension.GetExtensionResponse.BuilderGetExtensionResponse.Builder. actionsWithStrings(Map<String,? extends Collection<Action>> actions)The actions defined in the extension.UpdateExtensionRequest.BuilderUpdateExtensionRequest.Builder. actionsWithStrings(Map<String,? extends Collection<Action>> actions)The actions defined in the extension.UpdateExtensionResponse.BuilderUpdateExtensionResponse.Builder. actionsWithStrings(Map<String,? extends Collection<Action>> actions)The actions defined in the extension.
-