Uses of Class
software.amazon.awssdk.services.clouddirectory.model.UpdateActionType
-
Packages that use UpdateActionType Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of UpdateActionType in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return UpdateActionType Modifier and Type Method Description UpdateActionTypeFacetAttributeUpdate. action()The action to perform when updating the attribute.UpdateActionTypeTypedLinkFacetAttributeUpdate. action()The action to perform when updating the attribute.UpdateActionTypeLinkAttributeAction. attributeActionType()A type that can be eitherUPDATE_OR_CREATEorDELETE.static UpdateActionTypeUpdateActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateActionTypeObjectAttributeAction. objectAttributeActionType()A type that can be eitherUpdateorDelete.static UpdateActionTypeUpdateActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateActionType[]UpdateActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type UpdateActionType Modifier and Type Method Description static Set<UpdateActionType>UpdateActionType. knownValues()Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type UpdateActionType Modifier and Type Method Description FacetAttributeUpdate.BuilderFacetAttributeUpdate.Builder. action(UpdateActionType action)The action to perform when updating the attribute.TypedLinkFacetAttributeUpdate.BuilderTypedLinkFacetAttributeUpdate.Builder. action(UpdateActionType action)The action to perform when updating the attribute.LinkAttributeAction.BuilderLinkAttributeAction.Builder. attributeActionType(UpdateActionType attributeActionType)A type that can be eitherUPDATE_OR_CREATEorDELETE.ObjectAttributeAction.BuilderObjectAttributeAction.Builder. objectAttributeActionType(UpdateActionType objectAttributeActionType)A type that can be eitherUpdateorDelete.
-